[OS X TeX] Chaining typesetting

Herbert Schulz herbs at wideopenwest.com
Mon Jul 6 06:30:57 CEST 2015


Howdy,

Since you're using TeXShop the solution is easy; simply use the pdflatexmk engine. To do that place the line

% !TEX TS-program = pdflatexmk

at the top of you main source file. From then on simply using Typeset->Typeset (Cmd-T) will automatically run pdflatexmk, bibtex, makeindex, etc. as necessary to resolve all cross references, etc. If you need to use latex->dvips->ps2pdf substitute latexmk for pdflatexmk in the line given above. 

Good Luck,
Herb Schulz


> On Jul 6, 2015, at 4:11 AM, Adam Neather <aneather at gmail.com> wrote:
> 
> Hello everyone,
> 
> I was wondering if it's possible to do a "chain" of typesetting options. I'm currently writing up my thesis and to get a completely typeset document I need to run LaTeX -> BibTeX -> MakeIndex -> LaTeX -> LaTeX. Is there a way of saying to TeXShop "do these in a sequence, only stopping if there's an error"?
> 
> -- 
> cheers much,
> 
> Adam Neather
> 
> ----------- Please Consult the Following Before Posting -----------
> TeX FAQ: http://www.tex.ac.uk/faq
> List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
> List Archive: http://tug.org/pipermail/macostex-archives/
> TeX on Mac OS X Website: http://mactex-wiki.tug.org/
> List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex




More information about the macostex-archives mailing list