Preamble of my tex file is going to be so long, Can I divide it to some smaller and reusable files? I used \include but it seems that it did not include any thing.
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.
|
|
||||
|
I would separate them into different References: |
||||
|
|
\usepackage(for.styfiles) or\input(for other files, like.tex). – Werner May 17 '12 at 1:22\includedoes not work in the preamble, because it is indented for chapters etc. See When should I use\inputvs.\include? for an explanation. – Martin Scharrer♦ May 18 '12 at 8:28