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

Update polish variants #59

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marcin-serwin
Copy link

@marcin-serwin marcin-serwin commented Apr 24, 2022

The default polish variant was based off PN-83/P-55366 that was recalled in 2014. Per PWN the version that is currently preferred is the inner-pointing guillemets, though others are allowed. This PR switches the default and alternative variants in the package and adds a fourth one described in PN-83/P-55366 for completeness sake.

After the changes the code

\documentclass{article}

\usepackage[polish]{babel}
\usepackage{csquotes}

\begin{document}
\enquote{Cytat \enquote{wewnątrz} cytatu}

\setquotestyle[guillemets*]{polish}
\enquote{Cytat \enquote{wewnątrz} cytatu}

\setquotestyle[quotes]{polish}
\enquote{Cytat \enquote{wewnątrz} cytatu}

\setquotestyle[oguillemets]{polish}
\enquote{Cytat \enquote{wewnątrz} cytatu}
\end{document}

produces
image

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

Successfully merging this pull request may close these issues.

1 participant