From 21c2bf64600ffaec18d3f4caaa1f9506dcd0f373 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 9 Sep 2022 20:01:02 +0000 Subject: csquotes (9sep22) git-svn-id: svn://tug.org/texlive/trunk@64323 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/csquotes/csq-compat.def | 2 +- Master/texmf-dist/tex/latex/csquotes/csquotes.def | 46 +++++++++++++++++++++- Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 8 ++-- 3 files changed, 50 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/tex/latex/csquotes') diff --git a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def index aafc40fdd44..3e7a6ead616 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} - [2021-02-22 v5.2l csquotes backwards compatibility (JAW)] + [2022-09-09 v5.2m 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 0b7104a2b7e..a310943d579 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} - [2021-02-22 v5.2l csquotes generic definitions (JAW)] + [2022-09-09 v5.2m csquotes generic definitions (JAW)] % Set defaults @@ -176,6 +176,12 @@ [0.025em] {\textquotedblleft} {\textquotedblright} +\DeclareQuoteStyle{japanese} + {「} + {」} + [0pt] + {『} + {』} \DeclareQuoteStyle{latvian} {\quotedblbase} {\textquotedblright} @@ -249,6 +255,18 @@ [0.05em] {\textquoteright} {\textquoteright} +\DeclareQuoteStyle[guillemets]{slovenian}% + {\guillemotright} + {\guillemotleft} + [0.025em] + {\guilsinglright} + {\guilsinglleft} +\DeclareQuoteStyle[quotes]{slovenian}% + {\quotedblbase} + {\textquotedblleft} + [0.05em] + {\quotesinglbase} + {\fixligatures\textquoteleft} \DeclareQuoteStyle[mexican]{spanish} {\textquotedblleft} {\textquotedblright} @@ -287,6 +305,23 @@ [0.025em] {\guilsinglright} {\guilsinglleft} +\DeclareQuoteStyle[quotes]{turkish} + {\textquotedblleft} + {\textquotedblright} + [0.05em] + {\textquoteleft} + {\textquoteright} +\DeclareQuoteStyle[guillemets]{turkish} + {\guillemotleft} + {\guillemotright} + [0.025em] + {\guilsinglleft} + {\guilsinglright} +\DeclareQuoteStyle{ukrainian} + {\guillemotleft} + {\guillemotright} + {\quotedblbase} + {\textquotedblleft} % Plain style for PDF strings @@ -319,6 +354,7 @@ \DeclareQuoteAlias[brazilian]{portuguese}{brazilian} \DeclareQuoteAlias[portuguese]{portuguese}{portuguese} \DeclareQuoteAlias[quotes]{serbian}{serbian} +\DeclareQuoteAlias[guillemets]{slovenian}{slovenian} \DeclareQuoteAlias[mexican]{spanish}{mexican} \DeclareQuoteAlias[spanish]{spanish}{spanish} \DeclareQuoteAlias[quotes]{swedish}{swedish} @@ -344,10 +380,12 @@ \DeclareQuoteAlias{norwegian}{nynorsk} \DeclareQuoteAlias{portuguese}{portuges} \DeclareQuoteAlias{serbian}{serbianc} +\DeclareQuoteAlias{slovenian}{slovene} % Language options \DeclareQuoteOption{austrian} +\DeclareQuoteOption{croatian} \DeclareQuoteOption{czech} \DeclareQuoteOption{danish} \DeclareQuoteOption{english} @@ -356,11 +394,13 @@ \DeclareQuoteOption{german} \DeclareQuoteOption{icelandic} \DeclareQuoteOption{italian} +\DeclareQuoteOption{japanese} \DeclareQuoteOption{latin} \DeclareQuoteOption{latvian} \DeclareQuoteOption{norwegian} \DeclareQuoteOption{polish} \DeclareQuoteOption{portuguese} +\DeclareQuoteOption{slovenian} \DeclareQuoteOption{spanish} \DeclareQuoteOption{swedish} @@ -520,6 +560,10 @@ \DeclareQuoteGlyph{TU}{"201F}% = comma quot. mark, double reversed = n/a \DeclareQuoteGlyph{TU}{"2039}% = angle quot. mark, left-pointing single = \guilsinglleft \DeclareQuoteGlyph{TU}{"203A}% = angle quot. mark, right-pointing single = \guilsinglright +\DeclareQuoteGlyph{TU}{"300C}% = LEFT CORNER BRACKET = n/a +\DeclareQuoteGlyph{TU}{"300D}% = RIGHT CORNER BRACKET = n/a +\DeclareQuoteGlyph{TU}{"300E}% = LEFT WHITE CORNER BRACKET = n/a +\DeclareQuoteGlyph{TU}{"300F}% = RIGHT WHITE CORNER BRACKET = n/a \endinput diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty index fbd4a2dda5a..4973fbbbe4d 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,2021 Joseph Wright. +% (c) 2015-2019,2021,2022 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} - [2021-02-22 v5.2l context-sensitive quotations (JAW)] + [2022-09-09 v5.2m context-sensitive quotations (JAW)] %% Compatibility and requirements @@ -1008,9 +1008,9 @@ % {}{}{} \long\def\csq@quote@i#1#2#3{% - \csq@bqgroup#1\csq@oqopen@i#3\csq@qclose@i{#2}} + \csq@bqgroup#1\csq@oqopen@i{#3}\csq@qclose@i{#2}} \long\def\csq@quote@ii#1#2#3{% - \csq@bqgroup#1\csq@iqopen@i#3\csq@qclose@i{#2}} + \csq@bqgroup#1\csq@iqopen@i{#3}\csq@qclose@i{#2}} % Plain quotes + language switching -- cgit v1.2.3