summaryrefslogtreecommitdiff
path: root/sphinx/builders/latex
Commit message (Expand)AuthorAgeFilesLines
* Fix exception causes all over the codebaseRam Rachum2020-06-141-3/+5
* Fix #4187: latex: EN DASH disappears from PDF bookmarks in Japanese documentsTakeshi KOMIYA2020-05-241-0/+7
* latex: Allow to add LaTeX package after hyperref loaded via APITakeshi KOMIYA2020-05-241-0/+2
* Add stacklevel parameter to warnings.warn() callTakeshi KOMIYA2020-05-031-1/+1
* LaTeX: Add :confval:`latex_theme_options` to override theme optionsTakeshi KOMIYA2020-04-202-0/+16
* Merge pull request #7413 from tk0miya/papersize_for_latex_themeTakeshi KOMIYA2020-04-203-26/+33
|\
| * LaTeX: Allow to override papersize and pointsize from LaTeX themesTakeshi KOMIYA2020-04-123-8/+23
| * refactor: latex BuiltInThemeTakeshi KOMIYA2020-04-121-18/+10
* | refactor: Add Optional to type annotationsTakeshi KOMIYA2020-04-191-1/+3
* | Merge branch '3.0.x' into 3.xTakeshi KOMIYA2020-04-191-6/+6
|\ \ | |/ |/|
| * Merge pull request #7414 from cgudrian/fix_xindy_lang_optionsTakeshi KOMIYA2020-04-191-6/+6
| |\
| | * fixed Xindy language optionsChristian Gudrian2020-04-041-6/+6
* | | Merge pull request #7412 from tk0miya/optional_toplevel_sectioningTakeshi KOMIYA2020-04-121-9/+19
|\ \ \ | |/ / |/| |
| * | LaTeX: Make the ``toplevel_sectioning`` setting optional in LaTeX themeTakeshi KOMIYA2020-04-041-9/+19
| |/
* | Fix #7409: Convert configuration values on late config-inited eventTakeshi KOMIYA2020-04-051-1/+1
|/
* put comma between sentencesRafael Fontenelle2020-03-081-1/+1
* refactor: latex: Move initialization of multilingual module to builderTakeshi KOMIYA2020-03-072-1/+45
* Support user defined LaTeX themesTakeshi KOMIYA2020-03-062-4/+48
* Support LaTeX Theming; a set of document class settings (refs: #6672)Takeshi KOMIYA2020-03-062-6/+88
* Latex: replace polyglossia with babel for zhWill D. Thomas2020-02-271-0/+2
* refactor: Update type annotations in sphinx.builders.*Takeshi KOMIYA2020-02-232-6/+6
* Merge branch '2.0'Takeshi KOMIYA2020-02-012-8/+240
|\
| * Fix mypy violationTakeshi KOMIYA2020-01-311-1/+1
| * Update copyright yearTakeshi KOMIYA2020-01-311-1/+1
| * Merge branch '2.0' into refactor_latexTakeshi KOMIYA2020-01-313-13/+13
| |\
| * | refactor: latex: Deprecate settings.* attributes based on latex_documentsTakeshi KOMIYA2019-12-271-5/+46
| * | refactor: latex: Move constants to sphinx.builders.latex.constantsTakeshi KOMIYA2019-12-272-3/+194
* | | Merge branch '2.0'Takeshi KOMIYA2020-01-081-1/+1
|\ \ \ | | |/ | |/|
| * | Add "typ" to NoUriTakeshi KOMIYA2020-01-011-1/+1
| * | Be precise about which document is missing.Julien Palard2020-01-011-1/+1
* | | Merge branch '2.0'Takeshi KOMIYA2020-01-013-12/+12
|\ \ \ | |/ /
| * | A happy new year!Takeshi KOMIYA2020-01-013-3/+3
| * | mypy: Enable disallow_incomplete_defs flag for type checkingTakeshi KOMIYA2019-12-302-9/+9
| |/
* | Merge branch '2.0'Takeshi KOMIYA2019-12-221-8/+6
|\ \ | |/
| * Fix flake8 violationTakeshi KOMIYA2019-12-221-1/+0
| * mv lines about copying logo into copying imageshidaruma2019-12-221-6/+5
| * Replace `a and b or c` by the more legible `b if a or c`.Antony Lee2019-12-211-1/+1
* | Merge branch '2.0'Takeshi KOMIYA2019-12-161-7/+6
|\ \ | |/
| * Fix #6900: sphinx-build: -D option does not considers 0 and 1 as a boolean valueTakeshi KOMIYA2019-12-151-1/+1
| * Fix #6887: Sphinx crashes with docutils-0.16b0Takeshi KOMIYA2019-12-141-6/+5
* | Merge branch '2.0'Takeshi KOMIYA2019-11-301-5/+11
|\ \ | |/
| * Merge pull request #6841 from tk0miya/4186_uplatexTakeshi KOMIYA2019-11-211-3/+7
| |\
| | * Fix #4186: LaTeX: Support upLaTeX as a new latex_engine (experimental)Takeshi KOMIYA2019-11-171-3/+7
| * | Make escape() and hlescape() as public APIs of texescapeTakeshi KOMIYA2019-11-161-2/+4
| |/
* | Merge branch '2.0'Takeshi KOMIYA2019-10-201-0/+2
|\ \ | |/
| * Remove superfluous ``or ''`` from a conditionaljfbu2019-10-061-1/+1
| * Add latexpdf support for Greek as main language (via xelatex use)jfbu2019-10-011-0/+2
* | Merge branch '2.0'Takeshi KOMIYA2019-06-153-147/+75
|\ \ | |/
| * Migrate to py3 style type annotation: sphinx.builders.latex.utilTakeshi KOMIYA2019-06-101-12/+6
| * Migrate to py3 style type annotation: sphinx.builders.latex.transformsTakeshi KOMIYA2019-06-101-81/+41