summaryrefslogtreecommitdiff
path: root/docutils/test/functional/expected/cyrillic.tex
Commit message (Collapse)AuthorAgeFilesLines
* Simplify/fix LaTeX character encoding handling.milde2022-11-061-1/+0
| | | | | | | | | | | Do not call "inputenc" if the "output-encoding" setting is 'utf-8'. (UTF-8 is the default encoding for LaTeX2e since 2018.) Do not call "inputenc" if the "output-encoding" setting is 'unicode': Docutils returns a `str` instance and does not know which encoding will be used when the output is written to a file or passed to LaTeX. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9219 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-201-1/+1
| | | | | | Patch by Adam Turner. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8956 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Minor test fixes.milde2021-09-201-14/+7
| | | | | | | | | Remove workaround for legacy versions of the "hyperref" LaTeX package. Remove spurious import. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8830 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support the "meta" directive in LaTeX.milde2021-01-111-0/+3
| | | | | | | | | Set PDF document properties from "meta" directive content using "hyperref" options. Also set "pdflang" if the document language is not "en". git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8606 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* LaTeX package/stylesheet for Docutils.milde2020-08-281-1/+1
| | | | | | | | | | | New LaTeX style file with required Docutils-specific definitions. This file will also be published on CTAN. When "docutils.sty" is not found in the "stylesheet" setting(s), the LaTeX writer will insert required code into the document preamble (like up to this commit). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8545 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* tests/functional: Set "auto_id_prefix" to "%" (expands to tag-names).milde2019-11-151-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8414 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 323 ]: do not add ``\\\\phantomsection`` and whitespace to ↵milde2017-08-081-1/+0
| | | | | | ``parts["title"]. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8161 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Remove unneccessary empty lines from the latex output.milde2017-03-131-3/+0
| | | | | | | This is a cosmetic change without influence on the result of the latex compilation. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8048 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex-writer: Handle class arguments for block-level elementsmilde2017-03-031-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8044 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Adapt tests to latest latex writer fix.milde2015-03-231-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7853 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix literal use of babel shorthands (straight quote, tilde, ...).milde2013-01-171-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7589 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex2e: Drop the simple algorithm replacing straight double quotes.milde2013-01-051-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7586 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Do not use ``\\\\section*``-macros to suppress LaTeX section numbering.milde2012-01-261-15/+4
| | | | | | Use ``\\\\DUtitle`` for section levels not supported by LaTeX. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7325 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Self-documentation the "Cyrillic with LaTeX" functional test.milde2011-08-241-1/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7101 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex2e: use \\\\otherlanguage instead of \\\\selectlanguagemilde2010-11-051-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6472 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latexe2 writer fixes:milde2010-11-051-5/+5
| | | | | | | | * move pdf-anchor (\\\\phantomsection) to the start of titles * load babel package after inputenc and fontenc * test xetex_cyrillic with hyperref-options="unicode=false" git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6469 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3095603 ] wrong quotes output for russian and other languages.milde2010-10-271-0/+53
Also add test for latex/texex with lang=ru. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6456 929543f6-e4f2-0310-98a6-ba3bd3dd1d04