We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
The following code does not compile:
Both, mdsymbol and babel, make "-" an active character which probably causes the error.
The text was updated successfully, but these errors were encountered: