summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen-x.tex
blob: fc19c1f7cb536fe71d5a44edd8fb0c51718bddc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
\documentclass{article}
\usepackage[russian]{babel} % only "russian" because it is actually combined!

\usepackage{boxedminipage}

\usepackage{fontspec}
\setmainfont{CMU Serif}

\begin{document}

\begin{boxedminipage}{1.2cm}
Some long tedious Englishtext to show if combined (Russian and English together) hyphenation actually works
\end{boxedminipage}

\begin{boxedminipage}{1.2cm}
Довольно длинный текст, который позволяет видеть, работают ли комбинированные (одновременно русские и английские) переносы
\end{boxedminipage}

\end{document}