test.functional.input.cyrillic.txt Maven / Gradle / Ivy
Заголовок
---------
первый пример: "Здравствуй, мир!"
Title
-----
.. class:: language-en
first example: "Hello world".
.. class:: language-en
Notes
-----
This example tests rendering of Latin and Cyrillic characters by the LaTeX
and XeTeX writers. Check the compiled PDF for garbage characters in text and
bookmarks.
To work around a problem with Cyrillic in PDF-bookmarks in `hyperref`
versions older than v6.79g 2009/11/20, the test caller ``latex_cyrillic.py``
sets ``hyperref_options`` to ``'unicode=true'`` while ``xetex_cyrillic.py``
sets it to ``'unicode=false'``. The recommended option for current
(2011-08-24) hyperref versions is ``'pdfencoding=auto'``.