diff options
Diffstat (limited to 'macros/latex/contrib/csquotes')
-rw-r--r-- | macros/latex/contrib/csquotes/csq-compat.def | 2 | ||||
-rw-r--r-- | macros/latex/contrib/csquotes/csquotes.def | 2 | ||||
-rw-r--r-- | macros/latex/contrib/csquotes/csquotes.pdf | bin | 292262 -> 294724 bytes | |||
-rw-r--r-- | macros/latex/contrib/csquotes/csquotes.sty | 8 | ||||
-rw-r--r-- | macros/latex/contrib/csquotes/csquotes.tex | 12 |
5 files changed, 16 insertions, 8 deletions
diff --git a/macros/latex/contrib/csquotes/csq-compat.def b/macros/latex/contrib/csquotes/csq-compat.def index b8ad344c1d..aafc40fdd4 100644 --- a/macros/latex/contrib/csquotes/csq-compat.def +++ b/macros/latex/contrib/csquotes/csq-compat.def @@ -1,5 +1,5 @@ \ProvidesFile{csq-compat.def} - [2021-01-04 v5.2k csquotes backwards compatibility (JAW)] + [2021-02-22 v5.2l csquotes backwards compatibility (JAW)] \def\csq@getversion#1{% \expandafter\csq@getversion@i diff --git a/macros/latex/contrib/csquotes/csquotes.def b/macros/latex/contrib/csquotes/csquotes.def index 12197c3ee8..0b7104a2b7 100644 --- a/macros/latex/contrib/csquotes/csquotes.def +++ b/macros/latex/contrib/csquotes/csquotes.def @@ -1,5 +1,5 @@ \ProvidesFile{csquotes.def} - [2021-01-04 v5.2k csquotes generic definitions (JAW)] + [2021-02-22 v5.2l csquotes generic definitions (JAW)] % Set defaults diff --git a/macros/latex/contrib/csquotes/csquotes.pdf b/macros/latex/contrib/csquotes/csquotes.pdf Binary files differindex 4f48bfb8a9..d58bed53f6 100644 --- a/macros/latex/contrib/csquotes/csquotes.pdf +++ b/macros/latex/contrib/csquotes/csquotes.pdf diff --git a/macros/latex/contrib/csquotes/csquotes.sty b/macros/latex/contrib/csquotes/csquotes.sty index 72bc9ba031..fbd4a2dda5 100644 --- a/macros/latex/contrib/csquotes/csquotes.sty +++ b/macros/latex/contrib/csquotes/csquotes.sty @@ -12,7 +12,7 @@ \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{csquotes} - [2021-01-04 v5.2k context-sensitive quotations (JAW)] + [2021-02-22 v5.2l context-sensitive quotations (JAW)] %% Compatibility and requirements @@ -2237,9 +2237,9 @@ \newrobustcmd*{\textdel}{% \mktextdel} -\newcommand{\mktextelp}{[\textellipsis\unkern]} -\newcommand{\mktextelpins}[1]{[\textellipsis\unkern] [#1]} -\newcommand{\mktextinselp}[1]{[#1] [\textellipsis\unkern]} +\newcommand{\mktextelp}{[\textellipsis\unkern]\@} +\newcommand{\mktextelpins}[1]{[\textellipsis\unkern]\@ [#1]} +\newcommand{\mktextinselp}[1]{[#1] [\textellipsis\unkern]\@} \newcommand{\mktextins}[1]{[#1]} \newcommand{\mktextmod}[1]{[#1]} \newcommand{\mktextdel}[1]{[]} diff --git a/macros/latex/contrib/csquotes/csquotes.tex b/macros/latex/contrib/csquotes/csquotes.tex index b37a5737b9..31434cf342 100644 --- a/macros/latex/contrib/csquotes/csquotes.tex +++ b/macros/latex/contrib/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.2k}, - date={2021-01-04}} + revision={v5.2l}, + date={2021-02-22}} \hypersetup{% pdftitle={The csquotes Package}, @@ -1543,12 +1543,20 @@ Note that the initialization hooks for the respective quotation style are not ex The scope of these hooks must always be confined to a group. +\section{Bug reports} + +Bugs may be reported at \url{https://github.com/josephwright/csquotes/issues}. + \section{Revision History} This revision history is a list of changes relevant to users of this package. Changes of a more technical nature which do not affect the user interface or the behavior of the package are not included in the list. If an entry in the revision history states that a feature has been \emph{extended}, this indicates a syntactically backwards compatible modification, such as the addition of an optional argument to an existing command. Entries stating that a feature has been \emph{modified}, \emph{renamed}, or \emph{removed} demand attention. They indicate a modification which may require changes to existing documents in some, hopefully rare, cases. The \opt{version} option from \secref{opt:opt} may be helpful in this case. The numbers on the right indicate the relevant section of this manual. \begin{changelog} +\begin{release}{5.2j}{2021-02-13} +\item Fix spacing with \cmd{mktextelp} +\end{release} + \begin{release}{5.2j}{2019-12-04} \item Fix issue with some combinations of language and document class \item Added support for Latin quotations |