~ubuntu-branches/ubuntu/vivid/python-docutils/vivid

« back to all changes in this revision

Viewing changes to test/functional/expected/xetex-cyrillic.tex

  • Committer: Package Import Robot
  • Author(s): Michael Schutte, Michael Schutte, Dmitry Shachnev
  • Date: 2013-09-09 22:58:50 UTC
  • mfrom: (11.1.9 experimental)
  • mto: This revision was merged to the branch mainline in revision 37.
  • Revision ID: package-import@ubuntu.com-20130909225850-61mgyuamzo0zb6pj
[ Michael Schutte ]
* Upload to unstable.
* Document in the patch header that #714313 is also taken care of by
  odt-writer-ascii-filenames.diff.

[ Dmitry Shachnev ]
* Updated rst2odt_prepstyles-elementtree.diff to make it not cause
  SyntaxErrors with Python 3.
* Fix autopkgtest failures:
  - Copy HISTORY.txt to the testing directory.
  - Disable test_html4css1_misc as it does not work with our location
    of html4css1.css.
* docutils.xml: fix codes of Chinese languages (thanks Jakub Wilk),
  and add Hungarian language.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
% Linux Libertine (free, wide coverage, not only for Linux)
14
14
\setmainfont{Linux Libertine O}
15
15
\setsansfont{Linux Biolinum O}
16
 
\setmonofont[HyphenChar=None]{DejaVu Sans Mono}
 
16
\setmonofont[HyphenChar=None,Scale=MatchLowercase]{DejaVu Sans Mono}
17
17
 
18
18
%%% User specified packages and stylesheets
19
19
 
37
37
  \label{id1}%
38
38
}
39
39
 
40
 
первый пример: "Здравствуй, мир!"
 
40
первый пример: «Здравствуй, мир!»
41
41
 
42
42
 
43
43
\section{Title%
44
44
  \label{title}%
45
45
}
46
46
 
47
 
\otherlanguage{english}{first example: "Hello world".}
 
47
\foreignlanguage{english}{first example: “Hello world”.}
48
48
 
49
49
 
50
50
\section{Notes%
51
51
  \label{notes}%
52
52
}
53
53
 
54
 
This example tests rendering of Latin and Cyrillic characters by the LaTeX
 
54
\foreignlanguage{english}{This example tests rendering of Latin and Cyrillic characters by the LaTeX
55
55
and XeTeX writers. Check the compiled PDF for garbage characters in text and
56
 
bookmarks.
 
56
bookmarks.}
57
57
 
58
 
To work around a problem with Cyrillic in PDF-bookmarks in \DUroletitlereference{hyperref}
 
58
\foreignlanguage{english}{To work around a problem with Cyrillic in PDF-bookmarks in \DUroletitlereference{hyperref}
59
59
versions older than v6.79g 2009/11/20, the test caller \texttt{latex\_cyrillic.py}
60
60
sets \texttt{hyperref\_options} to \texttt{'unicode=true'} while \texttt{xetex\_cyrillic.py}
61
61
sets it to \texttt{'unicode=false'}. The recommended option for current
62
 
(2011-08-24) hyperref versions is \texttt{'pdfencoding=auto'}.
 
62
(2011-08-24) hyperref versions is \texttt{'pdfencoding=auto'}.}
63
63
 
64
64
\end{document}