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 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.

share|improve this question
I propose you to fill a bug for Anki maintainer here: ankisrs.net/docs/help.html – Lionel MANSUY Dec 10 '12 at 13:06
Is \include{} allowed? – Sigur Dec 10 '12 at 13:56
Welcome to TeX.sx! Please add a minimal working example (MWE) that illustrates your problem. It will be much easier for us to reproduce your situation and find out what the issue is when we see compilable code, starting with \documentclass{...} and ending with \end{document}. – Speravir Dec 11 '12 at 2:52

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.

Browse other questions tagged or ask your own question.