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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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