This isn't explicitly a question on TeX syntax, but is there a program available (or a flag for latex itself) that will create a complete standalone LaTeX file from one that has multiple dependencies?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
There are bundledoc and arlatex. The
|
|||
|
|
|
I am going to assume a few things:
First of all, use the |
|||
|
|
a.texyou could create a file that has one line:\input{a.tex}. This is probably not what you mean. Besides that I don't know any solutions. Why do you need this? – Marc van Dongen Oct 10 '12 at 4:32\inputs (even those hidden by\usepackage, usingmakeatletterand friend as necessary) to produce a single file to be processed bylatexwith a minimal TeX distribution. Alternatively, something that compiles LaTeX to plain TeX would be pretty cool, too. – Sean Allred Apr 21 at 13:19