Skip to content

Commit 3e9a2d9

Browse files
committed
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.
1 parent fceac11 commit 3e9a2d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

TeX.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*.fls
77
*.out
88
*.toc
9+
*.fmt
910

1011
## Intermediate documents:
1112
*.dvi
@@ -143,6 +144,9 @@ pythontex-files-*/
143144
# xindy
144145
*.xdy
145146

147+
# xypic precompiled matrices
148+
*.xyc
149+
146150
# WinEdt
147151
*.bak
148152
*.sav

0 commit comments

Comments
 (0)