sebschub / MdSymbol

Math symbols for Myriad Pro
Other
4 stars 4 forks source link

Conflict: "onlysansmath" and babel with "czech" option #3

Open sebschub opened 11 years ago

sebschub commented 11 years ago

The following code does not compile:

\documentclass{article}
\usepackage[onlysansmath]{mdsymbol}
\usepackage[czech,english]{babel}
\begin{document}
\selectlanguage{czech}
\selectlanguage{english}
$-$
\end{document}

Both, mdsymbol and babel, make "-" an active character which probably causes the error.

sebschub commented 11 years ago

The current maintainer of babel supplied the following workaround for the Babel alpha 3.9:

\usepackage[shorthands=off,czech]{babel} % or [shorthands=",czech] 

and works on a fix.