summaryrefslogtreecommitdiff
path: root/tests/test_build_latex.py
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '3.x'Takeshi KOMIYA2020-07-241-1/+1
|\
| * fix typoTetsuo Koyama2020-07-191-1/+1
* | Merge branch '3.x'Takeshi KOMIYA2020-07-051-3/+3
|\ \ | |/
| * Fix exception causes all over the codebaseRam Rachum2020-06-141-3/+3
* | Merge branch '3.x'Takeshi KOMIYA2020-04-271-1/+23
|\ \ | |/
| * LaTeX: Add :confval:`latex_theme_options` to override theme optionsTakeshi KOMIYA2020-04-201-0/+11
| * LaTeX: Allow to override papersize and pointsize from LaTeX themesTakeshi KOMIYA2020-04-121-1/+12
* | Deprecate codes for docutils-0.13 or 0.14Takeshi KOMIYA2020-03-071-7/+0
|/
* refactor: latex: Move initialization of multilingual module to builderTakeshi KOMIYA2020-03-071-1/+1
* Support user defined LaTeX themesTakeshi KOMIYA2020-03-061-1/+11
* test: Add testcases for latex docclassesTakeshi KOMIYA2020-03-061-0/+50
* test: encoding="utf-8" is no longer needed on reading textTakeshi KOMIYA2020-02-011-74/+74
* test: Use read_text() and read_bytes()Takeshi KOMIYA2020-02-011-81/+81
* A happy new year!Takeshi KOMIYA2020-01-011-1/+1
* Close #6837: LaTeX: Support a nested tableTakeshi KOMIYA2019-12-221-0/+6
* LaTeX: avoid quotes and TeX ligature replacements in PDF outputjfbu2019-12-151-18/+18
* Merge pull request #6845 from jfbu/latex_do_not_escape_verticalbarcharJean-François B2019-11-181-1/+1
|\
| * LaTeX: stop escaping | to LaTeX macro, except if in an index entryjfbu2019-11-181-1/+1
* | Make escape() and hlescape() as public APIs of texescapeTakeshi KOMIYA2019-11-161-0/+1
|/
* Merge branch '2.0' into 6738_new_escape_for_unicode_latex_engineJean-François B2019-11-151-0/+8
|\
| * Close #6762: latex: Allow to load additonal LaTeX packagesTakeshi KOMIYA2019-11-051-0/+8
* | Do not replace unicode characters by LaTeX macros on unicode supported LaTeX ...Takeshi KOMIYA2019-10-201-0/+24
|/
* Merge branch '2.2.1' into 2.0Takeshi KOMIYA2019-10-201-0/+11
|\
| * Add latexpdf support for Greek as main language (via xelatex use)jfbu2019-10-011-0/+11
* | Fix #6652: Run tests with wrong latex_documents settingTakeshi KOMIYA2019-10-121-1/+1
|/
* Fix flake8 violationsTakeshi KOMIYA2019-07-011-0/+1
* LaTeX: refactor visit_enumerated_list() to use \sphinxsetlistlabelsjfbu2019-06-291-15/+5
* Fix #6444: test: replace example.com by existing pageTakeshi KOMIYA2019-06-051-1/+1
* Merge branch '2.0.2' into 2.0Takeshi KOMIYA2019-06-021-0/+6
|\
| * Fix latex figure in admonitionStefan Wallentowitz2019-05-241-0/+6
* | Close #6239: latex: Support to build Chinese documentsTakeshi KOMIYA2019-05-291-0/+10
|/
* Fix test: filename has been smallcased since 2.0Takeshi KOMIYA2019-03-101-1/+1
* Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-101-0/+10
|\
| * Fix #6149: LaTeX: :index: role titles causes build error of LaTeXTakeshi KOMIYA2019-03-101-1/+10
* | Merge branch '1.8' into 2.0Takeshi KOMIYA2019-03-021-1/+13
|\ \ | |/
| * Fix #6067: LaTeX: images having a target are not aligned even if specifiedTakeshi KOMIYA2019-02-281-0/+4
| * Fix #6067: LaTeX: images having a target are concatenated to next lineTakeshi KOMIYA2019-02-281-1/+9
* | Remove from test never executed print(result) debugging infojfbu2019-02-051-7/+1
* | Merge branch 'master' into latex_safe_graphicsjfbu2019-02-051-10/+14
|\ \
| * | Fix test: compile_latex_document()Takeshi KOMIYA2019-02-031-10/+11
| * | Merge branch '1.8'Takeshi KOMIYA2019-02-031-0/+3
| |\ \ | | |/
| | * Fix #5948: LaTeX: duplicated labels are generated for sectionsTakeshi KOMIYA2019-02-031-0/+4
* | | LaTeX: safer image inclusionjfbu2019-01-291-0/+16
|/ /
* | Merge branch '1.8'jfbu2019-01-171-1/+1
|\ \ | |/
| * LaTeX: remove usage of \scalebox by incorporating scale in height/widthjfbu2019-01-141-1/+1
* | Use subprocess.run() instead of Popen()Takeshi KOMIYA2019-01-131-33/+23
* | latex: Do escape_abbr() for author and projectTakeshi KOMIYA2019-01-071-4/+4
* | quickstart: Simplify generated conf.py (for latex)Takeshi KOMIYA2019-01-071-57/+70
* | LaTeX: fix ``addtocaptions`` for sphinxmessages.sty_t if 'babel' emptyjfbu2019-01-061-5/+5
* | Merge branch '1.8'jfbu2019-01-051-24/+24
|\ \ | |/