aboutsummaryrefslogtreecommitdiffstats
path: root/TeX.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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