diff options
author | Karl Berry <karl@freefriends.org> | 2021-01-05 22:04:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-01-05 22:04:35 +0000 |
commit | 5fff983dec17572d2a400f4ac516c2df9e6986d4 (patch) | |
tree | af3ee2b08112696e53119635430ce25f20a7b044 /Master/texmf-dist/tex/latex/csquotes | |
parent | de9431e871991f216e82c8c308ed109ab0de20ad (diff) |
csquotes (5jan21)
git-svn-id: svn://tug.org/texlive/trunk@57332 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/csquotes')
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csq-compat.def | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.def | 23 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 4 |
3 files changed, 14 insertions, 15 deletions
diff --git a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def index d4c9485a308..b8ad344c1d9 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def +++ b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def @@ -1,5 +1,5 @@ \ProvidesFile{csq-compat.def} - [2019-12-06 v5.2j csquotes backwards compatibility (JAW)] + [2021-01-04 v5.2k csquotes backwards compatibility (JAW)] \def\csq@getversion#1{% \expandafter\csq@getversion@i diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.def b/Master/texmf-dist/tex/latex/csquotes/csquotes.def index beab625e06b..12197c3ee8e 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csquotes.def +++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.def @@ -1,5 +1,5 @@ \ProvidesFile{csquotes.def} - [2019-12-06 v5.2j csquotes generic definitions (JAW)] + [2021-01-04 v5.2k csquotes generic definitions (JAW)] % Set defaults @@ -21,23 +21,17 @@ [0.025em] {\guilsinglright} {\guilsinglleft} -\DeclareQuoteStyle[quotes]{croatian}% verified +\DeclareQuoteStyle[quotes]{croatian}% based on Croatian Orthography by IHJJ (The Institute of Croatian Language and Linguistics) {\quotedblbase} {\textquotedblright} - [0.05em]% unsure - {\quotesinglbase} + [0.05em] + {\textquoteleft} {\textquoteright} -\DeclareQuoteStyle[guillemets]{croatian}% verified +\DeclareQuoteStyle[guillemets]{croatian}% based on Croatian Orthography by IHJJ (The Institute of Croatian Language and Linguistics) {\guillemotright} {\guillemotleft} [0.025em] - {\quotesinglbase} - {\textquoteright} -\DeclareQuoteStyle[guillemets*]{croatian}% verified - {\guillemotleft} - {\guillemotright} - [0.025em] - {\quotesinglbase} + {\textquoteleft} {\textquoteright} \DeclareQuoteStyle[quotes]{czech} {\quotedblbase} @@ -227,6 +221,11 @@ [0.05em] {\textquotedblleft} {\textquotedblright} +\DeclareQuoteStyle{romanian} + {\quotedblbase} + {\textquotedblright} + {\guillemotleft} + {\guillemotright} \DeclareQuoteStyle{russian}% verified {\guillemotleft} {\guillemotright} diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty index 9f1db3d1237..72bc9ba0310 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty +++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty @@ -1,5 +1,5 @@ % Copyright (c) 2003-2011 Philipp Lehman. -% (c) 2015-2019 Joseph Wright. +% (c) 2015-2019,2021 Joseph Wright. % % Permission is granted to copy, distribute and/or modify this % software under the terms of the LaTeX Project Public License @@ -12,7 +12,7 @@ \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{csquotes} - [2019-12-06 v5.2j context-sensitive quotations (JAW)] + [2021-01-04 v5.2k context-sensitive quotations (JAW)] %% Compatibility and requirements |