mirror of
https://github.com/vale981/gitignore
synced 2025-03-05 09:51:42 -05:00
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.
This commit is contained in:
parent
fceac113a3
commit
3e9a2d98e2
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue