Page 1 of 1

lucimatx clash with flexisym: upper-case Greek math

Posted: Tue Jun 06, 2017 3:28 am
by murray
There is a clash between he package flexisym.sty (or breqn.sty) from CTAN and lucimatx.sty: upper-case Greek math letters are not shown in the pdf but are replaced by various accents.

Example source:

\documentclass{article}

%\usepackage[lucidascale]{lucidabr} % no clash with flexisym using lucidabr
\usepackage{lucimatx} % clash: accents shown instead of upper-case Greek
\linespread{1.04}
\usepackage{flexisym} % no problem with lucimatx without flexisym

\begin{document}

OK: $\alpha, \beta, \gamma$, etc.

Wrong: $\Gamma, \Delta, \Theta, \Lambda, \Pi, \Sigma, \Upsilon, \Phi, \Psi, \Omega$

\end{document}

There is NO problem if I use the older package lucidabr.sty from CTAN. But I’d much rather continue to use lucimatx.sty instead, as it makes selecting various options much easier.

How can the incompatibility be fixed?