Tagged Questions
4
votes
2answers
85 views
Timestamp in document / pdf name
Let's assume my document is called test.tex. Instead of creating a test.pdf I would like to add a suffix date stamp to the filename, e.g. test_2013_05_29 (test_yyyy_mm_dd). I am compiling with ...
12
votes
1answer
140 views
Can/Should I use '\jobname' to pass information from outside LaTeX?
I'm creating a parameterized document.
I want to pass a string into the document from outside at 'compile time'. In particular: a comma-separated list. This list will then be used by LaTeX to resolve ...
5
votes
6answers
497 views
Automatically create two PDF output files from one tex file [duplicate]
Possible Duplicate:
Can one TeX file output to multiple PDF files?
Let's say I have a tex file foo.tex. Now, I want to achieve that pdflatex does not only create a file foo.pdf but ...
6
votes
2answers
421 views
How to test --jobname compilation option within latex file
Due to some commands in my preamble (\synctex=1,\makenomenclature,\settocdepth{subsection}) which are not fully compatible with --jobname procedure, I would like to add a test before these three line ...
44
votes
8answers
4k views
Can one TeX file output to multiple PDF files?
I'd like to be able to create a TeX file that will output multiple PDF files with one compilation. I'm not even sure if this is possible. Here is the setup:
I am writing dozens of cover letters for ...