summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/xecyr/doc/combined_hyphenation
diff options
context:
space:
mode:
Diffstat (limited to 'macros/xetex/latex/xecyr/doc/combined_hyphenation')
-rw-r--r--macros/xetex/latex/xecyr/doc/combined_hyphenation/README4
-rw-r--r--macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen-x.pdfbin0 -> 8399 bytes
-rw-r--r--macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen-x.tex19
-rw-r--r--macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen.pdfbin0 -> 22179 bytes
-rw-r--r--macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen.tex18
5 files changed, 41 insertions, 0 deletions
diff --git a/macros/xetex/latex/xecyr/doc/combined_hyphenation/README b/macros/xetex/latex/xecyr/doc/combined_hyphenation/README
new file mode 100644
index 0000000000..98077e85e6
--- /dev/null
+++ b/macros/xetex/latex/xecyr/doc/combined_hyphenation/README
@@ -0,0 +1,4 @@
+Combined Russian-English hyphenation is now made simple: just combine
+together hyphenation patterns (both types), then change
+'loadhyph-ru.tex'. Please see examples to understand it better. Then, as
+usual, re-compile format files. \ No newline at end of file
diff --git a/macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen-x.pdf b/macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen-x.pdf
new file mode 100644
index 0000000000..26b692b868
--- /dev/null
+++ b/macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen-x.pdf
Binary files differ
diff --git a/macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen-x.tex b/macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen-x.tex
new file mode 100644
index 0000000000..fc19c1f7cb
--- /dev/null
+++ b/macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen-x.tex
@@ -0,0 +1,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}
diff --git a/macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen.pdf b/macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen.pdf
new file mode 100644
index 0000000000..c4bde21eb1
--- /dev/null
+++ b/macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen.pdf
Binary files differ
diff --git a/macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen.tex b/macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen.tex
new file mode 100644
index 0000000000..24d55e1933
--- /dev/null
+++ b/macros/xetex/latex/xecyr/doc/combined_hyphenation/combined_hyphenation_ruen.tex
@@ -0,0 +1,18 @@
+\documentclass{article}
+\usepackage[utf8]{inputenc}
+\usepackage[T2A]{fontenc}
+\usepackage[russian]{babel} % only "russian" because it is actually combined!
+
+\usepackage{boxedminipage}
+
+\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}