texlive[70858] Master/texmf-dist: csquotes (4apr24)

commits+karl at tug.org commits+karl at tug.org
Thu Apr 4 22:37:06 CEST 2024


Revision: 70858
          https://tug.org/svn/texlive?view=revision&revision=70858
Author:   karl
Date:     2024-04-04 22:37:06 +0200 (Thu, 04 Apr 2024)
Log Message:
-----------
csquotes (4apr24)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf
    trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.tex
    trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def
    trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.def
    trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty

Modified: trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.tex	2024-04-04 20:36:57 UTC (rev 70857)
+++ trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.tex	2024-04-04 20:37:06 UTC (rev 70858)
@@ -18,8 +18,8 @@
   url={http://www.ctan.org/pkg/csquotes/},
   author={Philipp Lehman, Joseph Wright},
   email={joseph.wright at morningstar2.co.uk},
-  revision={v5.2n},
-  date={2022-09-14}}
+  revision={v5.2o},
+  date={2024-04-04}}
 
 \hypersetup{%
   pdftitle={The csquotes Package},
@@ -158,6 +158,7 @@
     latin                             & \raggedright italianguillemets, germanquotes, germanguillemets,
                                         britishquotes, americanquotes \tabularnewline
     latvian                           &                                            \\
+    lithuanian                        &                                            \\
     norwegian                         & guillemets, quotes                         \\
     polish                            & guillemets, guillemets\*                   \\
     portuguese                        & portuguese, brazilian                      \\
@@ -1554,8 +1555,14 @@
 
 \begin{changelog}
 
+\begin{release}{5.2o}{2024-04-04}
+\item Correct detection of \texttt{*} at start of quotes in bookmarks
+\item Added Lithuanian style
+\item Fixed quoting in Dutch
+\end{release}
+
 \begin{release}{5.2n}{2022-09-14}
-\item Furtehr work to localise font changes inside quotes
+\item Further work to localise font changes inside quotes
 \end{release}
 
 \begin{release}{5.2m}{2022-09-09}

Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def	2024-04-04 20:36:57 UTC (rev 70857)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def	2024-04-04 20:37:06 UTC (rev 70858)
@@ -1,5 +1,5 @@
 \ProvidesFile{csq-compat.def}
-  [2022-09-14 v5.2n csquotes backwards compatibility (JAW)]
+  [2024-04-04 v5.2o csquotes backwards compatibility (JAW)]
 
 \def\csq at getversion#1{%
   \expandafter\csq at getversion@i

Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.def	2024-04-04 20:36:57 UTC (rev 70857)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.def	2024-04-04 20:37:06 UTC (rev 70858)
@@ -1,5 +1,5 @@
 \ProvidesFile{csquotes.def}
-  [2022-09-14 v5.2n csquotes generic definitions (JAW)]
+  [2024-04-04 v5.2o csquotes generic definitions (JAW)]
 
 % Set defaults
 
@@ -63,11 +63,11 @@
   {\textquoteleft}
   {\textquoteright}
 \DeclareQuoteStyle{dutch}
-  {\quotedblbase}
+  {\textquotedblleft}
   {\textquotedblright}
   [0.05em]
-  {\quotesinglbase}% unsure
-  {\textquoteright}% unsure
+  {\textquoteleft}
+  {\textquoteright}
 \DeclareQuoteStyle[american]{english}% verified
   {\textquotedblleft}
   {\textquotedblright}
@@ -188,6 +188,12 @@
   [0.05em]
   {\quotesinglbase}
   {\textquoteright}
+\DeclareQuoteStyle{lithuanian}
+  {\quotedblbase}
+  {\textquotedblleft}
+  [0.05em]
+  {\textquoteright}
+  {\textquoteright}
 \DeclareQuoteStyle[guillemets]{norwegian}
   {\guillemotleft}
   {\guillemotright}
@@ -397,6 +403,7 @@
 \DeclareQuoteOption{japanese}
 \DeclareQuoteOption{latin}
 \DeclareQuoteOption{latvian}
+\DeclareQuoteOption{lithuanian}
 \DeclareQuoteOption{norwegian}
 \DeclareQuoteOption{polish}
 \DeclareQuoteOption{portuguese}

Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty	2024-04-04 20:36:57 UTC (rev 70857)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty	2024-04-04 20:37:06 UTC (rev 70858)
@@ -1,5 +1,5 @@
 % Copyright (c) 2003-2011 Philipp Lehman.
-%           (c) 2015-2019,2021,2022 Joseph Wright.
+%           (c) 2015-2019,2021,2022,2024 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}
-  [2022-09-14 v5.2n context-sensitive quotations (JAW)]
+  [2024-04-04 v5.2o context-sensitive quotations (JAW)]
 
 %% Compatibility and requirements
 
@@ -1034,14 +1034,14 @@
 
 % PDF strings
 
-\long\def\csq at pdf@quote#1{%
-  \if#1*\relax
+\long\def\csq at pdf@quote#1#{%
+  \if*#1\relax
     \expandafter\@firstoftwo
   \else
     \expandafter\@secondoftwo
   \fi
     {\csq at pdf@quote at ii}
-    {\csq at pdf@quote at i{#1}}}
+    {\csq at pdf@quote at i #1}}
 
 \long\def\csq at pdf@quote at i#1{%
   \csq at pdf@ooqmark #1\csq at pdf@coqmark}
@@ -1048,8 +1048,8 @@
 \long\def\csq at pdf@quote at ii#1{%
   \csq at pdf@oiqmark #1\csq at pdf@ciqmark}
 
-\long\def\csq at pdf@fquote#1{%
-  \if#1*\relax
+\long\def\csq at pdf@fquote#1#{%
+  \if*#1\relax
     \expandafter\@firstoftwo
   \else
     \expandafter\@secondoftwo



More information about the tex-live-commits mailing list.