summaryrefslogtreecommitdiff
path: root/src/engine/SCons/Tool/tex.py
Commit message (Expand)AuthorAgeFilesLines
* Add separate biber action and add logic to call either bibtex or biber depend...Robert Managan2012-10-061-4/+18
* Remove lines that were commented out instead of being deletedRobert Managan2012-09-151-4/+0
* Support auxiliary files created by \newglossary commandRobert Managan2012-09-151-4/+52
* Add support for using biber instead of bibtex.Robert Managan2012-06-141-2/+38
* Add support for the biblatex package; search for new keywards to get side eff...Robert Managan2012-06-141-7/+9
* Add support for Latex's multibib package and in the process generalize how we...Rob Managan2012-02-181-7/+31
* Update path information for OSX.Robert Managan2011-09-061-0/+33
* Since latex will add valid etension when it looks for files weRobert Managan2011-05-181-18/+19
* Add support for the bibunits package. This should help thesis writers.Robert Managan2010-09-121-22/+40
* WHen checking the .tex file for which side effects it generates alwaysRobert Managan2010-08-191-1/+2
* Merged revisions 4727-4729,4731-4938,4940-5028 via svnmerge fromSteven Knight2010-06-151-9/+15
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-6/+1
* Issue 2332 (preparation): refactor print statements so we canSteven Knight2010-04-061-7/+15
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-4/+3
* Back out post-2.0 code changes from trunk: r4643, r4642 r4640, r4637.Steven Knight2010-01-211-15/+12
* Somehow I managed to lose this change in a commentRobert Managan2010-01-201-1/+1
* Update tex builder to handle the case where a \input{foo}Robert Managan2010-01-201-12/+15
* I got the order of the arguments wrong in a Clean() call I added to help fix tehRobert Managan2010-01-071-1/+1
* Change scanner to properly search for included file from theRobert Managan2010-01-041-3/+16
* Add a test for the case where a latex file uses \input{} to include theRobert Managan2009-11-251-8/+80
* Fix tex code to handle broken nomenclature package. (Fixes test failure on ce...William Deegan2009-09-161-2/+2
* As I set up the test case for the glossary and nomencl packagesRobert Managan2009-08-211-23/+31
* Add test for glossaries package. and patch tex.pyRobert Managan2009-08-211-3/+42
* Move the definition of env['LATEXSUFFIXES'] from Defaults.py to theRobert Managan2009-08-061-0/+2
* Turns out that in my revamped TeX builder I was listing the .dvi orRobert Managan2009-07-221-5/+5
* Update tex builder to use the -recorder option.Robert Managan2009-07-221-13/+38
* Issue 2401: Fix usage of comparison with None, patch from Jared GrubbGreg Noel2009-05-031-2/+2
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Remove the feature that would build .pdf graphics filesRobert Managan2009-01-091-26/+5
* Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer)Steven Knight2008-12-121-4/+4
* Accidently left a debug print in.Robert Managan2008-11-251-4/+5
* Add a test for the case of a .DVI build using a .eps graphics.Robert Managan2008-11-251-10/+20
* I found that my coding for automatically building .pdf files from .eps filesRobert Managan2008-11-121-1/+1
* Python 1.5 and 2.1 compatibility: string methods, nested scopes.Steven Knight2008-11-121-1/+2
* This new test and emitter update recursively checks the whole source of theRobert Managan2008-10-301-37/+45
* Python 1.5 compatibility.Steven Knight2008-10-081-1/+3
* Reset the default Verbose value to False.Steven Knight2008-10-071-1/+1
* test/TEX/PDF_single_source.pyRobert Managan2008-10-071-59/+163
* This patch removes setting the variable TEXPICTS in the tex tools andRobert Managan2008-09-301-1/+5
* Change FUTURE markers to TODO(1.5) so we are all using the same style.Greg Noel2008-09-251-2/+2
* 1.5 / 2.[01] compatibility: nested scopes in Tool/tex.py.Steven Knight2008-09-231-1/+1
* Python 2.2 portability (no .pop() method on dictionaries, ' in 'Steven Knight2008-09-221-1/+1
* Fix syntax and semantic errors preventing regression tests from running on 1.5.2Greg Noel2008-09-221-2/+4
* Hefty update to the tex tool.Robert Managan2008-09-181-144/+315
* Add the ability of the Tex builder to change the name of the createdRobert Managan2008-09-101-1/+28
* Pass the results of the InternalLaTeXAuxAction back up the call chainRobert Managan2008-09-041-9/+21
* Added a strfunction to the various tex builders. Since the sub-actions reportRobert Managan2008-09-041-4/+17
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-30/+68
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-7/+9
* Merged revisions 1826-1882 via svnmerge from0.96.96Steven Knight2007-04-131-15/+47