From 3e9a2d98e256b87102e73011c16b13c721bc57fe Mon Sep 17 00:00:00 2001 From: dopefishh Date: Sun, 3 Jan 2016 13:28:45 +0100 Subject: [PATCH] Add TeX precompiled preamble and xypic A precompiled header(`latex -ini`) compiled creates a `.fmt` file. To speed up xypic's drawing, precompiled matrices are created with the `\CompileMatrices` entry in the preamble. This creates `*.xyc` files. --- TeX.gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TeX.gitignore b/TeX.gitignore index b04dbd0e..06f59b3f 100644 --- a/TeX.gitignore +++ b/TeX.gitignore @@ -6,6 +6,7 @@ *.fls *.out *.toc +*.fmt ## Intermediate documents: *.dvi @@ -143,6 +144,9 @@ pythontex-files-*/ # xindy *.xdy +# xypic precompiled matrices +*.xyc + # WinEdt *.bak *.sav -- 2.39.5