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

Make faked csquotes commands private (#737) #825

Merged
merged 1 commit into from
Oct 14, 2018
Merged

Conversation

moewew
Copy link
Collaborator

@moewew moewew commented Oct 14, 2018

As discussed in #737 biblatex should not define \enquote if csquotes is not loaded.

Users can get the old \enquote back with

\AtBeginDocument{%
  \ifundef\enquote
    {\letcs\enquote{blx@enquote}}
    {}}

or

\ifundef\enquote
  {\def\enquote{\csuse{blx@enquote}}}
  {}

when csquotes is not loaded.

@moewew moewew merged commit d377830 into plk:dev Oct 14, 2018
@moewew moewew deleted the enquoterebase branch October 15, 2018 07:05
@moewew moewew added this to the v3.12 milestone Oct 28, 2018
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