I have a project that includes 2 chapters and when I compile the main program it combines the pdf's of these two into one single file. How can I configure it to print to separate pdf's ?
Asked
Active
Viewed 136 times
0
full.tex(sayfullA.texandfullB.tex) which you compile independently in order to produce two separate outputs. However, this is essentially the same as "one input > one output" and not "one input > two outputs". – Werner Sep 11 '14 at 04:47