summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/csquotes/csquotes.sty
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/csquotes/csquotes.sty')
-rw-r--r--Master/texmf-dist/tex/latex/csquotes/csquotes.sty32
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}