From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/latex-uni8/example_fur.tex | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 macros/latex/contrib/latex-uni8/example_fur.tex (limited to 'macros/latex/contrib/latex-uni8/example_fur.tex') diff --git a/macros/latex/contrib/latex-uni8/example_fur.tex b/macros/latex/contrib/latex-uni8/example_fur.tex new file mode 100644 index 0000000000..2d80e7b9dd --- /dev/null +++ b/macros/latex/contrib/latex-uni8/example_fur.tex @@ -0,0 +1,28 @@ +% -*- coding: utf-8 -*- +% example_fur.tex, works with modern lualatex in TeX Live 2019. +% The input encoding is UTF-8 (utf8). +\documentclass{article} +\def\magyarOptions{defaults=hu-min} +\usepackage[magyar]{babel} +\usepackage{fontspec} +\begin{document} +% Alternatively, this works in lualatex: \language99 \patterns{ő9y} +\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 +\vbox{\Huge\hsize9em\hrule\noindent$\sin^2\alpha+\cos^2\alpha=1$\hrule} +\bigskip +\vbox{\Huge\hsize7em\hrule\noindent Hel\texttt{lo}, \textsf{Wörld!}\hrule} +\bigskip +\vfill\hrule width\hsize +\end{document} -- cgit v1.2.3