summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-uni8/example_fm.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-uni8/example_fm.tex')
-rw-r--r--Master/texmf-dist/doc/latex/latex-uni8/example_fm.tex13
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-uni8/example_fm.tex b/Master/texmf-dist/doc/latex/latex-uni8/example_fm.tex
new file mode 100644
index 00000000000..821daf64edf
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-uni8/example_fm.tex
@@ -0,0 +1,13 @@
+% -*- coding: utf-8 -*-
+% example_fm.tex, works with modern lualatex in TeX Live 2019.
+% The input encoding is UTF-8 (utf8).
+\documentclass[a5paper]{article}
+\def\magyarOptions{defaults=hu-min}
+\PassOptionsToPackage{magyar}{babel}
+\usepackage[fontspec]{uni8}
+\begin{document}
+\section{Első}\label{f1}
+\Aref{f2}.\ szakasz se érdekesebb ennél.
+\section{Második}\label{f2}
+\Aref{f1}.\ szakasz se érdekesebb ennél.
+\end{document}