summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/latex-uni8/example_pl.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/latex-uni8/example_pl.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/latex-uni8/example_pl.tex')
-rw-r--r--macros/latex/contrib/latex-uni8/example_pl.tex22
1 files changed, 22 insertions, 0 deletions
diff --git a/macros/latex/contrib/latex-uni8/example_pl.tex b/macros/latex/contrib/latex-uni8/example_pl.tex
new file mode 100644
index 0000000000..544704dd77
--- /dev/null
+++ b/macros/latex/contrib/latex-uni8/example_pl.tex
@@ -0,0 +1,22 @@
+% -*- coding: iso-8859-2 -*-
+% example_pl.tex, works with pdflatex and modern lualatex in TeX Live 2019.
+% The input encoding is ISO-8859-2 (latin2).
+\documentclass{article}
+\PassOptionsToPackage{hungarian}{babel}
+\usepackage[inputenc=latin2]{uni8}
+\begin{document}
+\hyphenation{yõ-yõ-yõ-yõ-yõ-yõ-yõ}
+\showhyphens{yõyõyõyõyõyõyõ}
+\showhyphens{árvíztûrõ tükörfúrógép}
+\hrule width \hsize
+\bigskip
+\vbox{\Huge\hsize7em\hrule\noindent . . . . . bababababababa\hrule}
+\bigskip
+\vbox{\Huge\hsize7em\hrule\noindent . . . . . bábábábábábábá\hrule}
+\bigskip
+\vbox{\Huge\hsize7em\hrule\noindent . . . . . bõbõbõbõbõbõbõ\hrule}
+\bigskip
+\vbox{\Huge\hsize7em\hrule\noindent . . . . . yõyõyõyõyõyõyõ\hrule}
+\bigskip
+\vfill\hrule width\hsize
+\end{document}