Hi there fellow LyXers,
I noticed that the Dutch ‘trema’ (the dots above ü ä ï ö ë) isn’t removed when 
the word is hyphenated directly before the letter with the trema (it should, to 
comply with grammar rules. In LaTeX, 

\usepackage{newunicodechar}
\makeatletter
\newunicodechar{ë}{\@trema e}
\newunicodechar{ï}{\@trema i}
\newunicodechar{ö}{\@trema o}
\newunicodechar{ä}{\@trema a}
\newunicodechar{ü}{\@trema u}
\makeatother

takes care of this, but adding the same lines to the preamble in LyX doesn’t. 
Am I overlooking something? How can I make this work?

RH
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users

Reply via email to