[OS X TeX] applemac \inputenc
Vamos, Peter
P.Vamos at exeter.ac.uk
Fri Jun 22 20:12:13 EDT 2018
I found a solution/answer to my question/problem on the internet (stackexchange). See the example below. With the preamble as in this example one can type accented characters, in particular the Hungarian double acute ones like ő \H{o} and its kith and kin, from the (Hungarian) keyboard and these will typeset correctly.
Thanks to everyone who responded.
Peter
% !TEX encoding = UTF-8 Unicode
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\PassOptionsToPackage{defaults=hu-min,suggestions=no}{magyar.ldf}
\usepackage[magyar]{babel}
\begin{document}
Árvíztűrő tükörfúrógép.\\
öüóúőéáű\\
\uppercase{öüóúéá} ŐŰ
\end{document}
More information about the MacOSX-TeX
mailing list