Re: Xelatex font use causes new error: '\__prop_put_linked:wnnN doesn't match its definition'

2024-02-21 Thread Jürgen Spitzmüller
Am Mittwoch, dem 21.02.2024 um 11:12 -0500 schrieb Tom Wood:
> returns he error
> 
> > ! Use of \__prop_put_linked:wnnN doesn't match its definition.
> > 
> Is this a known issue?

Yes, please upgrade polyglossia to version 2.0 (released over last
weekend). This should fix it.

-- 
Jürgen
-- 
lyx-users mailing list
lyx-users@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-users


Xelatex font use causes new error: '\__prop_put_linked:wnnN doesn't match its definition'

2024-02-21 Thread Tom Wood
I came across a new bug this morning. This:


\documentclass[american]{article}

\usepackage[T1]{fontenc}

\usepackage[utf8]{inputenc}

\usepackage{babel}

\begin{document}

Test

\end{document}


Renders a pdf just fine. But this


\documentclass[american]{article}
\usepackage{fontspec}
\setmainfont[Mapping=tex-text]{Minion Pro}
\usepackage{polyglossia}
\setdefaultlanguage[variant=american]{english}
\begin{document}
Test
\end{document}


returns he error


! Use of \__prop_put_linked:wnnN doesn't match its definition.


Is this a known issue?

Thanks!

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