From b11fa28addcddb2dbe955e36abe1c4a9ffedabae Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 2 Jan 2017 23:50:05 +0000 Subject: csquotes (28dec16) git-svn-id: svn://tug.org/texlive/trunk@42841 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/tex/latex/csquotes/csq-compat.def | 2 +- Master/texmf-dist/tex/latex/csquotes/csquotes.def | 14 +++++++++- Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 32 ++++------------------ 3 files changed, 20 insertions(+), 28 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 b834f837cbc..71d8d991cb4 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} - [2016/07/14 v5.1h csquotes backwards compatibility (JAW)] + [2016/12/28 v5.2 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 46cb88a25d8..a47730d6b45 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} - [2016/07/14 v5.1h csquotes generic definitions (JAW)] + [2016/12/28 v5.2 csquotes generic definitions (JAW)] % Set defaults @@ -39,6 +39,12 @@ [0.025em] {\quotesinglbase} {\textquoteright} +\DeclareQuoteStyle{czech} + {\quotedblbase} + {\textquotedblleft} + [0.025em] + {\quotesinglbase} + {\fixligatures\textquoteleft} \DeclareQuoteStyle[quotes]{danish} {\quotedblbase} {\textquotedblleft} @@ -182,6 +188,12 @@ [0.05em] {\textquoteleft} {\textquoteright} +\DeclareQuoteStyle{slovak} + {\quotedblbase} + {\textquotedblleft} + [0.025em] + {\quotesinglbase} + {\fixligatures\textquoteleft} \DeclareQuoteStyle[spanish]{spanish}% verified {\guillemotleft} [\guillemotright] diff --git a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty index 35ae4d6d31f..6179f44e495 100644 --- a/Master/texmf-dist/tex/latex/csquotes/csquotes.sty +++ b/Master/texmf-dist/tex/latex/csquotes/csquotes.sty @@ -12,7 +12,7 @@ \NeedsTeXFormat{LaTeX2e}[2005/12/01] \ProvidesPackage{csquotes} - [2016/07/14 v5.1h context-sensitive quotations (JAW)] + [2016/12/28 v5.2 context-sensitive quotations (JAW)] %% Compatibility and requirements @@ -25,27 +25,7 @@ {Outdated 'etoolbox' package} {Upgrade to etoolbox v1.7 (2008/06/28) or later.\MessageBreak I found: '\csuse{ver@etoolbox.sty}'.\MessageBreak - This is a fatal error. I'm aborting now.}%\documentclass{article} - -\usepackage{amsmath} -\usepackage{xparse} -\usepackage{xcolor} - -\NewDocumentCommand\MyMacro{k_}{% - \IfNoValueTF{#1}{% - \mathbf{A} - }{% - A_{\textcolor{red}{#1}} - }% -} - -\begin{document} - -With a subscript: $\MyMacro_{\pi}$ - -Without any subscript: $\MyMacro$ - -\end{document} + This is a fatal error. I'm aborting now.} \endinput} \@ifpackageloaded{inputenc} @@ -2237,11 +2217,15 @@ Without any subscript: $\MyMacro$ \newrobustcmd*{\textins}{% \@ifstar\mktextmod\mktextins} +\newrobustcmd*{\textdel}{% + \mktextdel} + \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]{[]} %% Auxiliary commands for some styles @@ -2408,10 +2392,6 @@ Without any subscript: $\MyMacro$ {\csq@info{Checking for multilingual support..}% \@ifpackageloaded{polyglossia} {\csq@info{... found 'polyglossia' package}% - \csq@warning - {Using preliminary 'polyglossia' interface.\MessageBreak - Some of the multilingual features may not\MessageBreak - work as expected\@gobble}% \def\csq@main@language{\xpg@main@language}% \csq@hook@multilang} {\@ifpackageloaded{babel} -- cgit v1.2.3