texlive[43132] Master/texmf-dist: csquotes (3feb17)
commits+karl at tug.org
commits+karl at tug.org
Sat Feb 4 01:24:16 CET 2017
Revision: 43132
http://tug.org/svn/texlive?view=revision&revision=43132
Author: karl
Date: 2017-02-04 01:24:15 +0100 (Sat, 04 Feb 2017)
Log Message:
-----------
csquotes (3feb17)
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 2017-02-04 00:24:04 UTC (rev 43131)
+++ trunk/Master/texmf-dist/doc/latex/csquotes/csquotes.tex 2017-02-04 00:24:15 UTC (rev 43132)
@@ -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.2},
- date={2016/12/28}}
+ revision={v5.2a},
+ date={2017/02/03}}
\hypersetup{%
pdftitle={The csquotes Package},
@@ -110,7 +110,7 @@
\subsection{License}
-Copyright © 2003--2011 Philipp Lehman, 2015--2016 Joseph Wright. Permission is granted to copy, distribute and\slash or modify this software under the terms of the \lppl, version 1.3c or any later version.\fnurl{http://www.latex-project.org/lppl/}
+Copyright © 2003--2011 Philipp Lehman, 2015--2017 Joseph Wright. Permission is granted to copy, distribute and\slash or modify this software under the terms of the \lppl, version 1.3c or any later version.\fnurl{http://www.latex-project.org/lppl/}
\subsection{Contributions}
@@ -1549,6 +1549,11 @@
\begin{changelog}
+\begin{release}{5.2a}{2017-02-03}
+ \item Fix behaviour of \cmd{blockquote} inside \cmd{parbox} and
+ related constructs
+\end{release}
+
\begin{release}{5.2}{2016-12-28}
\item Add \cmd{textdel} auxiliary command.\see{aux}
\end{release}
Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def 2017-02-04 00:24:04 UTC (rev 43131)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csq-compat.def 2017-02-04 00:24:15 UTC (rev 43132)
@@ -1,5 +1,5 @@
\ProvidesFile{csq-compat.def}
- [2016/12/28 v5.2 csquotes backwards compatibility (JAW)]
+ [2017/02/03 v5.2a 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 2017-02-04 00:24:04 UTC (rev 43131)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.def 2017-02-04 00:24:15 UTC (rev 43132)
@@ -1,5 +1,5 @@
\ProvidesFile{csquotes.def}
- [2016/12/28 v5.2 csquotes generic definitions (JAW)]
+ [2017/02/03 v5.2a csquotes generic definitions (JAW)]
% Set defaults
Modified: trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty 2017-02-04 00:24:04 UTC (rev 43131)
+++ trunk/Master/texmf-dist/tex/latex/csquotes/csquotes.sty 2017-02-04 00:24:15 UTC (rev 43132)
@@ -1,5 +1,5 @@
% Copyright (c) 2003-2011 Philipp Lehman.
-% (c) 2015-2016 Joseph Wright.
+% (c) 2015-2017 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}
- [2016/12/28 v5.2 context-sensitive quotations (JAW)]
+ [2017/02/03 v5.2a context-sensitive quotations (JAW)]
%% Compatibility and requirements
@@ -1137,7 +1137,7 @@
\csq at ifnested
{\csq at err@nbquote}
{\csq at getpunct{%
- \ifbool{inner}
+ \ifboolexpr{ bool {inner} and bool {hmode} }
{\csq at bquote@ii}
{\ifbool{csdisplay}
{\csq at bquote@i}
More information about the tex-live-commits
mailing list