After several years of research, and then writing in Scrivener
, followed by typesetting with Latex
(LuaLaTeX actually), I’ve arrived at the initial stages of proofreading my document.
I’ve realized that, out of the hundreds of images in my Scrivener
project, some of the images simply contain too much detail. Those images call for an option to expand the image to essentially full screen to allow the reader to browse in more detail. To streamline the readers experience, my thought is to give the user the option to view a single expanded image, separate and apart, but from within my multi-hundred page PDF document, w/o having to expand their view of the entire MAIN.pdf
PDF document.
The option I have selected to do so requires that I typeset the full screen version of those single images as separate .tex
files, apart from my MAIN.tex
Scrivener project file.
This is understandably a unique requirement from what the vast majority of Scrivener users need to do, most of whom never touch LaTeX code. But for those who do so, I’d like to hear if anyone else has had any success in typesetting separate LaTeX .tex
files within their MAIN
Scrivener application to create full page .pdf
images separate and apart from their MAIN.pdf
file.
I’ve not made much progress on how I might structure the arara
code within my TeXShop
typesetting window, except to say that I tried adopting the following line of code which did not work out:
% arara: lualatex: { files: [ …/AUXfiles/OILvsCOAL/OILvsCOAL.tex
, …/AUXfiles/PetroForm/PetroForm.tex
], synctex: on, shell: yes }
Any thoughts on how to typeset the above sample OILvsCOAL.tex
and PetroForm.tex
files separate and apart from my MAIN.tex
Scrivener file to create corresponding (but separate) OILvsCOAL.pdf
and PetroForm.pdf
PDF files respectively, separate and apart from my MAIN.pdf
file, would be appreciated.
FWIIW, I realize that what I am trying to do may simply not be possible within the Scrivener
framework.
Thanks for reading,
scrive