]> source.dussan.org Git - gitignore.git/commitdiff
Add TeX precompiled preamble and xypic 1818/head
authordopefishh <mart@martlubbers.net>
Sun, 3 Jan 2016 12:28:45 +0000 (13:28 +0100)
committerdopefishh <mart@martlubbers.net>
Sun, 3 Jan 2016 12:28:45 +0000 (13:28 +0100)
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

index b04dbd0e73b837f0b5863d45b6bde2607103bfeb..06f59b3ffb654be2d68f38abdf33736b90bb388d 100644 (file)
@@ -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