Skip to content
New issue

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

MakeOuterQuote seems to be ignored #44

Open
DenMesh opened this issue May 19, 2020 · 2 comments
Open

MakeOuterQuote seems to be ignored #44

DenMesh opened this issue May 19, 2020 · 2 comments

Comments

@DenMesh
Copy link

DenMesh commented May 19, 2020

\documentclass{article}

\usepackage{polyglossia}
\setmainlanguage{russian}
\setotherlanguage{english}
\defaultfontfeatures{Ligatures=TeX}

\setmainfont{Liberation Serif}
\setsansfont{Liberation Sans}
\setmonofont{Liberation Mono}

\usepackage{csquotes}
	\MakeOuterQuote{"}

\begin{document}

\enquote{в кавычках}% line 1

"ещё в кавычках"% line 2

\end{document}

Line 1 produces expected results; line 2 outputs two ". If I change the style (ex. using the style option for package) it correctly changes line 1 but still ignores line 2.

Polyglossia 2020/04/08 v1.49
Csquotes 2019-12-06 v5.2j

Log file attached.
debug.log

@josephwright
Copy link
Owner

Looks like polyglossia is overwriting all of the csquotes settings: it works fine with babel.

@DenMesh
Copy link
Author

DenMesh commented May 20, 2020

Thanks, will pester them instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants