Hi Gerben,I would not say old-fasshoined , but old school.Wolgang said to use context, but that is just a script that calls mtxrun!So you can use:mtxrun —script contextfor other options look for:tool-mkiv.pdf
I am sure your makefiles are more complex.regardsKeith.___________________________________________________________________________________[snip, snip]Am 26.01.2015 um 17:19 schrieb Gerben Wierda <gerben.wierda@rna.nl>:I don’t use TeXShop for these projects. I use a separate editor in a shell and a Makefile (very old-fashioned). The Makefile contains stuff like:OPEN=echoMODE=--mode=standaloneONCE=.SUFFIXES: .pdf .tex .open.pdf.open:open $<.tex.pdf:texexec --pdf ${MODE} ${ONCE} $<once:make ONCE="--once" book-openfull:make ONCE="" book-openprd_book.pdf: ${PRODUCTSDIR}/prd_book.tex ${ENVDIR}/env_cataoia.tex \$(TEXS) $(BOOKIMAGES) /Users/gerben/Library/texmf/bibtex/bib/gwierda.bibmake MODE="--mode=editor" ONCE="${ONCE}" ${PRODUCTSDIR}/prd_book.pdfI can do a quick compile with 'make once' and a full compile with 'make full’. And if I compile a separate chapter file it ends up being compiled differently from compiling a full book (e.g. the endnotes and bibliography end up at the end of the chapter) so I can work on separate chapters.luna:chapters gerben$ make -n c_loosely.pdftexexec --pdf --mode=standalone c_loosely.texluna:chapters gerben$ make -n prd_book.pdfmake MODE="--mode=editor" ONCE="" ../products/prd_book.pdfThe latter turns intotexexec --pdf --mode=editor ../products/prd_book.texAnd the environment file has:\startmode[standalone]\setupfootertexts[pagenumber][{\jobname->\filename{\currentcomponent}}]\def\maybeendnotes{\subsubject{Notes} \placenotes[endnote] \subsubject{Bibliography}\switchtobodyfont[9pt]\placepublications[criterium=all]}\appendtoks \maybeendnotes \to \everystoptext\stopmodeSo, what would be easiest for me if I know what commend to use instead of the texexec command.G
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
archive : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___________________________________________________________________________________