我在 latex 文档和许多包中使用了许多宏定义,我想将它们附加到 latex.fmt 文件中。是否可以创建一个带有附加宏的新格式文件?如果可以,我如何使用 MikTeX 实现这一点?
如果我用新格式文件编译文档,文档包含在哪里?有没有办法指定包含点?
为了更清楚地说明我的意思:
document.tex
如果我使用以下命令编译文件,是否可以包含这样的文件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