I am using Miktex 2.9, both on its own and in anki (anki is a flashcard program that uses miktex to render latex). Now, there is a header I want to use. In miktex, I can just use \input{} to specify the header. But anki doesn't let me put \input in my cards for security reasons. So, I am guessing I need to make the custom header I want to use into the default header. So how would I do this? Or is my question wrong-headed, and I need to do something completely different? I did some research and I found some stuff about packages and whatnot that sounded promising, but I don't have the time to get acquainted with all of that at the moment.
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.
closed as off topic by Andrew Swann, Martin Schröder, Thorsten, Kurt, egreg Jan 5 at 0:00
Questions on TeX - LaTeX Stack Exchange are expected to relate to TeX, LaTeX or related typesetting systems within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.
\include{}allowed? – Sigur Dec 10 '12 at 13:56\documentclass{...}and ending with\end{document}. – Speravir Dec 11 '12 at 2:52