reutenauer / polyglossia

An alternative to Babel for XeLaTeX and LuaLaTeX
http://www.ctan.org/pkg/polyglossia
MIT License
190 stars 51 forks source link

babelshorthands as package option #515

Closed wehro closed 2 years ago

wehro commented 3 years ago

Something is wrong with the babelshorthands global option.

The following document works for me:

\documentclass{article}
\usepackage{polyglossia}
\setmainlanguage[babelshorthands]{german}

\begin{document}
"`abc"'
\end{document}

But if I use babelshorthands as a package option, the shorthands do not work, i.e., "` and "' are rendered verbatim.


\documentclass{article}
\usepackage[babelshorthands]{polyglossia}
\setmainlanguage{german}

\begin{document}
"`abc"'
\end{document}
jspitz commented 3 years ago

Fixed. Package options where processed after these booleans have been handled.