summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-04 20:37:06 +0000
committerKarl Berry <karl@freefriends.org>2024-04-04 20:37:06 +0000
commitb4450378e723ad21a576e362c33cd3cca807aa69 (patch)
treea903f28d091a98b4c37e94b0bf26d03c8da0a58f /Master/texmf-dist
parentd23fd570143399501798b34b7e26a6a26e9c6dab (diff)
csquotes (4apr24)
git-svn-id: svn://tug.org/texlive/trunk@70858 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/csquotes/csquotes.pdfbin304934 -> 305085 bytes
-rw-r--r--Master/texmf-dist/doc/latex/csquotes/csquotes.tex13
-rw-r--r--Master/texmf-dist/tex/latex/csquotes/csq-compat.def2
-rw-r--r--Master/texmf-dist/tex/latex/csquotes/csquotes.def15
-rw-r--r--Master/texmf-dist/tex/latex/csquotes/csquotes.sty14
5 files changed, 29 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf b/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf
index c9e8a11c1eb..27bb1ac7d33 100644
--- a/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf
+++ b/Master/texmf-dist/doc/latex/csquotes/csquotes.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/csquotes/csquotes.tex b/Master/texmf-dist/doc/latex/csquotes/csquotes.tex
index 97c6e2e3cc2..74b7c93e1b3 100644
--- a/Master/texmf-dist/doc/latex/csquotes/csquotes.tex
+++ b/Master/texmf-dist/doc/latex/csquotes/csquotes.tex
@@ -18,8 +18,8 @@
url={http://www.ctan.org/pkg/csquotes/},
author={Philipp Lehman, Joseph Wright},
email={joseph.wright@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 @@ This option controls multilingual support. It requires either the \sty{babel} pa
latin & \raggedright italianguillemets, germanquotes, germanguillemets,
britishquotes, americanquotes \tabularnewline
latvian & \\
+ lithuanian & \\
norwegian & guillemets, quotes \\
polish & guillemets, guillemets\* \\
portuguese & portuguese, brazilian \\
@@ -1554,8 +1555,14 @@ This revision history is a list of changes relevant to users of this package. Ch
\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}
diff --git a/Master/texmf-dist/tex/latex/csquotes/csq-compat.def b/Master/texmf-dist/tex/latex/csquotes/csq-compat.def
index 9a19bf1fa4b..d37f4fde7db 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}
- [2022-09-14 v5.2n csquotes backwards compatibility (JAW)]
+ [2024-04-04 v5.2o 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 80f8cb57136..feb396879a0 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}
- [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}
diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
index 0a5cbb4e844..676afbb578b 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,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,22 +1034,22 @@
% PDF strings
-\long\def\csq@pdf@quote#1{%
- \if#1*\relax
+\long\def\csq@pdf@quote#1#{%
+ \if*#1\relax
\expandafter\@firstoftwo
\else
\expandafter\@secondoftwo
\fi
{\csq@pdf@quote@ii}
- {\csq@pdf@quote@i{#1}}}
+ {\csq@pdf@quote@i #1}}
\long\def\csq@pdf@quote@i#1{%
\csq@pdf@ooqmark #1\csq@pdf@coqmark}
\long\def\csq@pdf@quote@ii#1{%
\csq@pdf@oiqmark #1\csq@pdf@ciqmark}
-\long\def\csq@pdf@fquote#1{%
- \if#1*\relax
+\long\def\csq@pdf@fquote#1#{%
+ \if*#1\relax
\expandafter\@firstoftwo
\else
\expandafter\@secondoftwo