I would like to generate some pdf files with a 'for' cycle. The documents have to be very similar, but some variables are different. It is possible to do it with only LaTeX language without external scripting?
Asked
Active
Viewed 67 times
1
filecontentsenvironment inside a for-loop. – 1010011010 Jul 07 '14 at 16:00scripttag if you do not want to use scripting! BTW, to achieve what you want without scripting is, in short, not possible. You will at least need to compile with an option, such aspdflatex --shell-escape(that is not exactly scripting, but force you to modify your command, at least). – Clément Jul 07 '14 at 16:09