Directory macros/latex/contrib/mylatex
README.txt
CTAN:macros/latex/contrib/supported/mylatex All the files in this directory may be redistributed and/or modified under the terms of the LaTeX Project Public License Distributed from CTAN archives in directory macros/latex/base/lppl.txt; either version 1 of the License, or (at your option) any later version. David Carlisle https://github.com/davidcarlisle/dpctex 2020-10-23 mylatex.ltx This file provides a method of making a special format tailored to one document, with all the class and packages, and other preamble material pre-loaded. This can save quite a lot of time on some systems. See the comments in the file.
Download the contents of this package in one zip archive (4.1k).
mylatex – Make a format containing a document’s preamble
The file mylatex.ltx permits you to create a format that pre-loads a set of package files (and/or other macros) that you regularly use. In some circumstances, this can be a great advantage (though on an ordinarily fast modern computer on the desktop, gains will be limited).
The general scheme is to initialise your usage by a command of the
form:
latex -ini mylatex.ltx <document>
whick will create a format file mylatex.fmt, which you then use
as:
latex -fmt=mylatex <document>
Package | mylatex |
Bug tracker | https://github.com/davidcarlisle/dpctex/issues |
Repository | https://github.com/davidcarlisle/dpctex |
Version | 2020-10-23 |
Licenses | The LaTeX Project Public License |
Maintainer | David Carlisle |
Contained in | TeX Live as mylatex MiKTeX as mylatex |
Topics | Format |