aboutsummaryrefslogtreecommitdiffstats
path: root/TeX.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Update TeX.gitignoreSeungwon Park2016-04-261-0/+3
| | | 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'.
* More explicit pattern for KBibTeXŁukasz Szeremeta2016-03-211-1/+1
|
* Ignore .fot .cb .cb2 for TeXMax2016-03-151-0/+3
|
* Merge pull request #1875 from jutoft/masterBrendan Forster2016-02-251-0/+1
|\ | | | | Add *.glsdefs to TeX.gitignore
| * Add glsdefs to TeX.gitignoreJesper Utoft2016-02-241-0/+1
| |
* | Merge remote-tracking branch 'upstream/master'Łukasz Szeremeta2016-02-131-4/+42
|\| | | | | | | | | Conflicts: TeX.gitignore
| * Add ignore for .lox files from fixme packageJesper Utoft2016-02-031-0/+3
| |
| * Merge branch 'master' into reledmac_endnoteMaïeul Rouquette2016-01-271-2/+28
| |\
| | * Merge pull request #1609 from habi/patch-1Brendan Forster2016-01-271-0/+2
| | |\ | | | | | | | | Adding more files to ignore when using minitoc
| | | * Adding more files to ignore when using minitocDavid Haberthür2015-08-041-0/+2
| | | | | | | | | | | | As per http://tex.stackexchange.com/q/258515/828
| | * | Exclude Latexian temp files for Tex documentsRogier Slag2016-01-101-0/+3
| | | | | | | | | | | | Latexian adds some additional temporary files, which are not required for building the project. Therefore they are better left out as well
| | * | Add TeX precompiled preamble and xypicdopefishh2016-01-031-0/+4
| | | | | | | | | | | | | | | | 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.
| | * | Ignore auxiliary files from \usepackage{cprotect}David Haberthür2015-12-211-2/+3
| | | | | | | | | | | | [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.
| | * | Tex: Ignore files generated by pdfcomment packageJelte Fennema2015-12-111-0/+4
| | | | | | | | | | | | The pdfcomment package generates *.upa and *.upb files when compiling LaTeX files. These should be ignored as well.
| | * | Adding endfloat.sty auxiliary filesDavid Haberthür2015-11-161-0/+4
| | | | | | | | | | | | | | | | | | | | 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).
| | * | Add pythontex intermediade files to Tex.gitignoreJesper Utoft2015-11-041-0/+4
| | | |
| | * | Update TeX.gitignoreFelix Wehnert2015-10-291-0/+3
| | |/
| * / reledmac use one individual file by series of endnotes : .Aend, .Bend, .Cend ↵Maïeul Rouquette2015-07-181-2/+2
| |/ | | | | | | etc. See the changelog in reledmac handbook or https://github.com/maieul/ledmac/commit/7fedc07f5bf2af21c86a237957790cb6fdce78a7#diff-60c898960cc69e6fde87e84ddef7d910R11391
| * Ignore *.auxlock files created by TikZ in TeXArne de Laat2015-06-241-0/+1
| | | | | | | | TikZ uses *.auxlock files to check if the main *.aux file is available. This is only used when using the external tikz library.
| * Ignore files created by `\tikzexternalize`Arne de Laat2015-06-241-0/+4
| | | | | | | | | | When using TikZ & PGF with: `\usepackage{tikz} \usetikzlibrary{external} \tikzexternalize` It creates .dpth and .md5 files for the externalized tikzpictures.
| * Merge pull request #1537 from Konfekt/patch-1Brendan Forster2015-06-241-0/+4
| |\ | | | | | | include preamble files generated by mylatexformat package
| | * include preamble files generated by mylatexformat packageKonfekt2015-05-291-0/+4
| | |
| * | [Tex] Change *.mtc0 to *.mtc[1-9][0-9]Jeremy Coatelen2015-05-151-1/+2
| |/ | | | | 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 Kile and kBibTeX backup filesŁukasz Szeremeta2015-04-091-0/+9
|/
* Merge pull request #1411 from ptigwe/masterCarl Suster2015-03-011-0/+3
|\ | | | | Ignore auxiliary files for gnuplottex
| * Ignore auxiliary files for gnuplottexTobenna Peter Igwe2015-02-171-0/+3
| |
* | Added backup files for WinEdtGurmeet-Singh2015-03-011-0/+4
|/ | | WinEdt (a popular TEX editor for windows) uses files "*.bak" for backup and "*.sav" for autosave.
* minted 2.0 makes new filesmaieul2015-02-051-0/+1
|
* Update TeX.gitignoreRob2015-01-131-0/+1
| | | *.synctex is generated when the synctex option is used under Windows.
* Merge pull request #1286 from adamliter/masterCarl Suster2015-01-071-0/+5
|\ | | | | Ignore some auxiliary files from knitr
| * Ignore auxiliary files from knitrAdam Liter2014-11-191-0/+5
| |
* | Add ignore achemso aux file acs-<tex filename>.biblighght2014-12-201-0/+3
|/ | | Ignore acs-*.bib, an aux file generated by \documentclass{achemso} or by \usepackage{achemso}
* Merge pull request #1162 from maieul/masterCarl Suster2014-08-241-0/+6
|\ | | | | New version of eledmac on CTAN adds new extension file
| * Merge remote-tracking branch 'origin/master'maieul2014-07-311-0/+6
| |\
| | * eledmac 1.12/ elepar 1.8 files ".eledsec"Maïeul Rouquette2014-07-311-0/+6
| | |
* | | added converted-to-filesAndreas Grosse2014-08-241-0/+1
| | |
* | | (TeX) Exclude files generated by using backref.David Haberthür2014-07-291-0/+1
|/ / | | | | | | | | | | 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
* | (TeX) Exclude files generated by morewritesWojciech Waśko2014-06-241-0/+3
| | | | | | 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
* | Merge pull request #1008 from maieul/masterCarl Suster2014-04-141-0/+9
|\| | | | | | | | | | | | | | | | | | | | | | | 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.
| * combining numbering rule for eledmac and be less devourermaieul2014-04-041-9/+6
| |
| * Revert "handout"maieul2014-04-041-3/+0
| | | | | | | | This reverts commit 868789a44128a158c792f3dbd97b5a72a80d402c.
| * handoutMaïeul Rouquette2014-03-201-0/+3
| |
| * (e)ledmac/(e)ledparMaïeul Rouquette2014-03-201-0/+12
| |
* | ensure single trailing newlineIvan Zuzak2014-03-271-2/+0
| |
* | Update TeX.gitignore to be in alphabetical orderTim Grilley2014-02-281-6/+7
| |
* | TeX.gitignore - Updated to include ignores for intermediate sagetex and ↵Tim Grilley2014-02-271-0/+11
|/ | | | sympytex files
* Added *.synctex.gz(busy)Juergen Edelbluth2014-02-061-0/+1
| | | 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.
* Rename LaTeX->TeXCarl Suster2013-11-091-0/+78