I work like you on my documentation with a main file and a dozen sub-files .tex.
With a script I got a hundred individual files.
I want to compile them all with one command. In the terminal I can with latexmk, I would like to do it from TM
Regards,
Alain
On Jan 26, 2020, at 20:12, Gildas Hamel <gweltaz@ucsc.edu> wrote:
On Jan 26, 2020, at 14:17, Alain Matthes <alain.matthes@mac.com> wrote:
Hello,
I have a project and inside I have a folder with several files .tex.
I would like to compile all the files at the same time how I can proceed ?
I think with a ruby script but I’m not an expert.
Regards,
Alain
Not sure if the following procedure is helpful but this is how I manage my own multi-file tex files in my projects. I write a “file_main.tex” where I input the various files and a .tm_properties file for each project with the following lines:
windowTitle = "$TM_DISPLAYNAME - ${CWD/^.*\///}"
TM_LATEX_MASTER = "$CWD/file_main.tex"
[ attr.untitled ]
fileType = “text.tex.latex”
--gildas
I forgot to add that I don’t use %!TEX root = path/to/main.tex at the top of my various chapters. _______________________________________________TextMate mailing listTextMate@lists.macromates.comhttps://lists.macromates.com/listinfo/textmate