I use many macro defintions in my latex documents and many packages, which I want to be appended to the latex.fmt file. Is it possible to create a new format file with appended macros? And if it's possible how do I achieve that with MikTeX?
Where is the document included if I compile it with the new format file? Is there any way to specify the inclusion-point?
To clearify what I mean:
Is it possible to include a file like this if I compile a file document.texwith mypdflatex document.tex:
% position of the latex.fmt and mylatex.fmt macros (e.g. the commenly used packages)
\documentclass{scrarticl}
\begin{document}
% position of the file which should be compiled
\end{document}
% some other definitions maybe
mylatexformat. – Ulrike Fischer Sep 18 '15 at 13:06