Commit Graph

17 Commits

Author SHA1 Message Date
lighght 27f949d77e Add ignore achemso aux file acs-<tex filename>.bib
Ignore acs-*.bib, an aux file generated by \documentclass{achemso} or by \usepackage{achemso}
2014-12-20 11:57:43 -05:00
Carl Suster b70b1ebb1e Merge pull request #1162 from maieul/master
New version of eledmac on CTAN adds new extension file
2014-08-24 20:34:53 +10:00
Andreas Grosse 619a395e1e added converted-to-files 2014-08-24 10:27:28 +02:00
maieul e71b995901 Merge remote-tracking branch 'origin/master' 2014-07-31 15:51:54 +02:00
Maïeul Rouquette 689f3e929c eledmac 1.12/ elepar 1.8 files ".eledsec" 2014-07-31 15:45:16 +02:00
David Haberthür 9e35fe9b2f (TeX) Exclude files generated by using backref.
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
2014-07-29 11:40:15 +02:00
Wojciech Waśko 3db29eb35e (TeX) Exclude files generated by morewrites
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
2014-06-24 19:31:53 +02:00
Carl Suster 792a95ef29 Merge pull request #1008 from maieul/master
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.
2014-04-14 13:41:01 +10:00
maieul 9b6923d08e combining numbering rule for eledmac and be less devourer 2014-04-04 09:59:55 +02:00
maieul 527d7dd551 Revert "handout"
This reverts commit 868789a441.
2014-04-04 09:47:29 +02:00
Ivan Zuzak 5342e13bc9 ensure single trailing newline 2014-03-27 17:04:56 +01:00
Maïeul Rouquette 868789a441 handout 2014-03-20 13:50:53 +01:00
Maïeul Rouquette aa58263826 (e)ledmac/(e)ledpar 2014-03-20 13:50:30 +01:00
Tim Grilley b27768efcd Update TeX.gitignore to be in alphabetical order 2014-02-28 11:16:13 -06:00
Tim Grilley bc403c8675 TeX.gitignore - Updated to include ignores for intermediate sagetex and sympytex files 2014-02-27 07:06:43 -06:00
Juergen Edelbluth 84aef6a319 Added *.synctex.gz(busy)
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.
2014-02-06 19:27:06 +01:00
Carl Suster 81f8222e7f Rename LaTeX->TeX 2013-11-09 09:34:27 +11:00