| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
| |
When we use 'thmtools' package for creating 'List of Theorems', auxiliary file '.loe' is created, just as '.toc' for 'Table of Contents' and '.lof' for 'List of Figures'.
|
| |
|
| |
|
|\
| |
| | |
Add *.glsdefs to TeX.gitignore
|
| | |
|
|\|
| |
| |
| |
| | |
Conflicts:
TeX.gitignore
|
| | |
|
| |\ |
|
| | |\
| | | |
| | | | |
Adding more files to ignore when using minitoc
|
| | | |
| | | |
| | | | |
As per http://tex.stackexchange.com/q/258515/828
|
| | | |
| | | |
| | | | |
Latexian adds some additional temporary files, which are not required for building the project. Therefore they are better left out as well
|
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | |
| | | |
| | | | |
[cprotect](https://www.ctan.org/tex-archive/macros/latex/contrib/cprotect?lang=en) tracks its contents in an auxiliary file, this is safe to ignore.
|
| | | |
| | | |
| | | | |
The pdfcomment package generates *.upa and *.upb files when compiling LaTeX files. These should be ignored as well.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
endfloat.sty produces these two auxiliary files.
From Section 3.2 of its documentation:
> Loading it will have LTEX produce two extra files with .ttt and .fff extensions (for tables and figures, respectively).
|
| | | | |
|
| | |/ |
|
| |/
| |
| |
| | |
etc. See the changelog in reledmac handbook or https://github.com/maieul/ledmac/commit/7fedc07f5bf2af21c86a237957790cb6fdce78a7#diff-60c898960cc69e6fde87e84ddef7d910R11391
|
| |
| |
| |
| | |
TikZ uses *.auxlock files to check if the main *.aux file is available.
This is only used when using the external tikz library.
|
| |
| |
| |
| |
| | |
When using TikZ & PGF with:
`\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize`
It creates .dpth and .md5 files for the externalized tikzpictures.
|
| |\
| | |
| | | |
include preamble files generated by mylatexformat package
|
| | | |
|
| |/
| |
| | |
When using minitoc package, LateX often generates multiple .mtc files such as `*.mtc0`, `*.mtc1`, ..., `*.mtc13`, ... This patch allows one to ignore all *.mtc files from index 0 to index 99 (ignoring `*.mtc[1-9][0-9]`).
|
|/ |
|
|\
| |
| | |
Ignore auxiliary files for gnuplottex
|
| | |
|
|/
|
| |
WinEdt (a popular TEX editor for windows) uses files "*.bak" for backup and "*.sav" for autosave.
|
| |
|
|
|
| |
*.synctex is generated when the synctex option is used under Windows.
|
|\
| |
| | |
Ignore some auxiliary files from knitr
|
| | |
|
|/
|
| |
Ignore acs-*.bib, an aux file generated by \documentclass{achemso} or by \usepackage{achemso}
|
|\
| |
| | |
New version of eledmac on CTAN adds new extension file
|
| |\ |
|
| | | |
|
| | | |
|
|/ /
| |
| |
| |
| |
| | |
When doing \usepackage[backref]{hyperref} the pages of the references are shown in the bibliography.
Those files can be safely ignored.
Info: http://tex.stackexchange.com/a/7772/828
|
| |
| |
| | |
To overcome the "No room for a new \write", the morewrites package (http://www.ctan.org/pkg/morewrites) uses a file with the .mw extension
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add rules for TeX packages (e)ledmac and (e)ledpar. References from manuals:
eledmac p. 46:
> Each section will read and write an associated "line-list file", containing information used to do the numbering; the file will be called `<jobname>.nn`, where `nn` is the section number. However, you may direct that an extra string be added before the `nn` in that filename, in order to distinguish these temporary files from others: that string is called `\extensionchars`. Initially it's empty, since different operating systems have greatly varying ideas about what characters are permitted in file names. So `\renewcommand{\extensionchars}{-}` gives temporary files called `<jobname>.-1`, `<jobname>.-2`, etc.
eledmac p. 112:
> Endnotes of all varieties are saved up in a file, typically named `<jobname>.end`.
eledpar p.8:
> The `\beginnumbering` macro resets the line number to zero, reads an auxiliary file called `<jobname>.nn` (where `<jobname>` is the name of the main input file for this job, and `nn` is 1 for the first numbered section, 2 for the second section, and so on), and then creates a new version of this auxiliary file to collect information during this run. Separate auxiliary files are maintained for right hand texts and these are named `<jobname>.nnR`, using the ‘R’ to distinguish them from the left hand and serial (non-parallel) texts.
|
| | |
|
| |
| |
| |
| | |
This reverts commit 868789a44128a158c792f3dbd97b5a72a80d402c.
|
| | |
|
| | |
|
| | |
|
| | |
|
|/
|
|
| |
sympytex files
|
|
|
| |
Sometimes it happens that you'd like to commit during a long LaTeX run. During this run, the document.synctex.gz is renamed to document.synctex.gz(busy). And you don't want to commit this file.
|
|
|