Re: [OS X TeX] TeX run : 8
Hans Hagen
just post to the context list what you want to achieve with that and i will look into it (minimal example and such)
so, nothing for gerben to worry about since it's not related to the mac, but more to trickery -)
Hans
After playing a bit with minimal examples I think the "bug" has to do with the project structure. Here comes a very minimal example that *still* runs 8 times under Mac (2 times under Win)! Why? Given a main TEST.tex file and besides that a PARTS folder containing the files ONE.tex and TWO.tex : TEST.tex \startproject TEST \startfrontmatter \component PARTS/ONE.tex \component PARTS/TWO.tex \stopfrontmatter \stopproject ONE.tex \startcomponent ONE text \stopcomponent TWO.tex \startcomponent TWO text \stopcomponent The Mac output (plus the Win output) were unfortunately bounced back - Message body is too big: 59628 bytes with a limit of 40 KB. But if someone is interested I can send it privately. Steffen
Steffen Wolfrum wrote:
TEST.tex \startproject TEST \startfrontmatter \component PARTS/ONE.tex \component PARTS/TWO.tex \stopfrontmatter \stopproject
ONE.tex \startcomponent ONE text \stopcomponent
TWO.tex \startcomponent TWO text \stopcomponent
The Mac output (plus the Win output) were unfortunately bounced back - Message body is too big: 59628 bytes with a limit of 40 KB.
texexec test --pdf --runs=1 copy test.tui 1.tui texexec test --pdf --runs=2 copy test.tui 2.tui texexec test --pdf --runs=3 copy test.tui 3.tui texexec test --pdf copy test.tui n.tui where do the tui's difer? Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Steffen Wolfrum