summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/latex-uni8/example_plr.tex
blob: 38c6d61eb3b5b9efac4ced45d2d4ea8bf33fc63f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
% -*- coding: iso-8859-2 -*-
% example_plr.tex, works with pdflatex, but not with lualatex in TeX Live 2019.
% The input encoding is ISO-8859-2 (latin2).
\documentclass{article}
\usepackage[latin2]{inputenc}
\usepackage{t1enc}
\def\magyarOptions{defaults=hu-min}
\usepackage[magyar]{babel}
\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}