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