Commit Graph

11 Commits

Author SHA1 Message Date
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