General ⇒ Make custom template
Make custom template
Is there a way to save a template so that I can re use it? At present I have a template that I use, and each new doc that I make, I have to go to the last one I made and delete all the content. I would much rather just have it as a template that I can re use without all of that.
Kind regards
Rob
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
Make custom template
Also, with 'template' do you mean just the preamble or the whole layout of your document (including
\begin{document}...\end{document}
)? If it's just the preamble, I'd suggest to make a separate preamble.tex file that you call in each new document with Code: Select all
\input{preamble}
Follow howtoTeX on twitter
Re: Make custom template
I run two Macs, one is snow leopard, and one is mountain lion, but I seem to run the same latex editor in both which is nice as I can just swap between the two of them.
The editor is TeXShop version 2.43 (2.43)
If you need any other info let me know and I will provide it.
Thank you for you help.
Rob
Make custom template
Follow howtoTeX on twitter