diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-02 23:50:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-02 23:50:05 +0000 |
commit | b11fa28addcddb2dbe955e36abe1c4a9ffedabae (patch) | |
tree | a4756f9d107741fc00e832cad57fa9f1771db65b /Master/texmf-dist/tex/latex/csquotes/csquotes.sty | |
parent | accc73bc080e1e460e175e63e1e849cae60d5740 (diff) |
csquotes (28dec16)
git-svn-id: svn://tug.org/texlive/trunk@42841 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/csquotes/csquotes.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/csquotes/csquotes.sty | 32 |
1 files changed, 6 insertions, 26 deletions
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} |