浏览代码

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.
dopefishh 9 年之前
父节点
当前提交
3e9a2d98e2
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      TeX.gitignore

+ 4 - 0
TeX.gitignore

@@ -6,6 +6,7 @@
 *.fls
 *.fls
 *.out
 *.out
 *.toc
 *.toc
+*.fmt
 
 
 ## Intermediate documents:
 ## Intermediate documents:
 *.dvi
 *.dvi
@@ -143,6 +144,9 @@ pythontex-files-*/
 # xindy
 # xindy
 *.xdy
 *.xdy
 
 
+# xypic precompiled matrices
+*.xyc
+
 # WinEdt
 # WinEdt
 *.bak
 *.bak
 *.sav
 *.sav