Page Layout ⇒ Putting layout in seperate file
Putting layout in seperate file
A search did not turn up an answer. So if anyone could point me in the right direction, I would appreciate it.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Putting layout in seperate file
you could put your "layout" commands in a separate file and include it by \input.
Some people even put the whole preamble in a tex file and include it to separate it or to reuse it with other documents.
Stefan
Re: Putting layout in seperate file

I've only just posted the question, and there is an answer after only a few minutes.
The input command is exactly what I am looking for. Thanks alot.