summaryrefslogtreecommitdiff
path: root/sphinx/builders/latex.py
Commit message (Expand)AuthorAgeFilesLines
* Add new API: Sphinx.add_latex_package()tk0miya2014-09-271-0/+1
* wrap py3 iterators with list() for each places that expect a list object. ref...shimizukawa2014-04-301-1/+1
* use six privided iteritems(),itervalues() to support py2/py3 in one source. r...shimizukawa2014-04-291-1/+2
* Update copyright year.Georg Brandl2014-03-011-1/+1
* Support docutils.conf 'writers' and 'html4css1 writer' section by html writer.shimizukawa2013-07-261-1/+2
* move "copy additional files" after "copying TeX support files" in latex builder.WAKAYAMA Shirou2013-03-051-7/+8
* Copyright update.Georg Brandl2013-01-011-1/+1
* Make token references work as hyperlinks again in LaTeX output.Georg Brandl2011-01-151-4/+0
* New year update.Georg Brandl2011-01-041-1/+1
* Reverse latex appendix logic: Add appendices if docclass is not howto. Also ...Georg Brandl2010-06-121-1/+1
* #432: Fix UnicodeErrors while building LaTeX in translated locale; do not swa...Georg Brandl2010-05-281-7/+1
* Make the _ gettext alias an explicit import instead of installing into builtins.Georg Brandl2010-01-171-0/+1
* Rename os to osutil, thanks to relative imports.Georg Brandl2010-01-171-1/+1
* Refactor util package.Georg Brandl2010-01-171-2/+3
* Refactor toctree inlining to into a util function.Georg Brandl2010-01-171-22/+3
* Remove Python 2.5ism and undefined local access.Georg Brandl2010-01-121-1/+1
* Improve the handling of non-Unicode strings in the configuration:Georg Brandl2010-01-121-1/+7
* Happy new year!Georg Brandl2010-01-011-1/+1
* Copy stat as well as files for static content.Georg Brandl2009-04-281-10/+9
* Fix attribute reference error.gbrandl2009-03-151-1/+1
* Use standard ``file:line: warning: message`` format for warning messages.Georg Brandl2009-03-051-4/+5
* The new ``latex_additional_files`` config value can be used toGeorg Brandl2009-02-201-0/+9
* Added an ``only`` directive that can selectively include textGeorg Brandl2009-02-191-2/+3
* merge with mainGeorg Brandl2009-02-141-7/+11
|\
| * Fix handling of "docname" and target names in LaTeX builder.Georg Brandl2009-02-141-7/+11
* | Reformat to EOL80.Georg Brandl2009-01-101-6/+8
|/
* Merge in copyright style changes from 0.5.Georg Brandl2009-01-031-1/+1
* Due to popular demand, added a ``:doc:`` role which directlyGeorg Brandl2008-12-281-2/+3
* Explicitly refer to the license in :license: tags.Georg Brandl2008-12-271-1/+1
* Move builders and writers into new packages.Georg Brandl2008-11-291-0/+185