summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/amsrefs/textcmds.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/amsrefs/textcmds.dtx')
-rw-r--r--Master/texmf-dist/source/latex/amsrefs/textcmds.dtx34
1 files changed, 17 insertions, 17 deletions
diff --git a/Master/texmf-dist/source/latex/amsrefs/textcmds.dtx b/Master/texmf-dist/source/latex/amsrefs/textcmds.dtx
index c9336c0b726..074f8300e51 100644
--- a/Master/texmf-dist/source/latex/amsrefs/textcmds.dtx
+++ b/Master/texmf-dist/source/latex/amsrefs/textcmds.dtx
@@ -1,6 +1,6 @@
% \def\filename{textcmds.dtx}
-% \def\fileversion{1.06}
-% \def\filedate{2007/10/19}
+% \def\fileversion{2.00}
+% \def\filedate{2012/08/02}
%
% \iffalse meta-comment
%
@@ -137,35 +137,35 @@
%
% Package name, date, version number.
% \begin{macrocode}
-\ProvidesPackage{textcmds}[2007/10/19 v1.06]
+\ProvidesPackage{textcmds}[2012/08/02 v2.00]
% \end{macrocode}
%
% Dashes and inverted beginning-of-sentence punctuation.
% \begin{macrocode}
\providecommand{\mdash}{\textemdash\penalty\exhyphenpenalty}
\providecommand{\ndash}{\textendash\penalty\exhyphenpenalty}
-\newcommand{\qd}{\textquestiondown}
-\newcommand{\xd}{\textexclamdown}
+\providecommand{\qd}{\textquestiondown}
+\providecommand{\xd}{\textexclamdown}
% \end{macrocode}
%
% Quote commands. Note that \cs{lq} and \cs{rq} are defined in the
% \LaTeX{} kernel to produce functionally different quote characters.
% \begin{macrocode}
-\newcommand{\ldq}{\textquotedblleft}
-\newcommand{\rdq}{\textquotedblright}
-\newcommand{\lsq}{\textquoteleft}
-\newcommand{\rsq}{\textquoteright}
+\providecommand{\ldq}{\textquotedblleft}
+\providecommand{\rdq}{\textquotedblright}
+\providecommand{\lsq}{\textquoteleft}
+\providecommand{\rsq}{\textquoteright}
% \end{macrocode}
%
% \begin{macrocode}
-\newcommand{\bul}{\textbullet}%
-\newcommand{\vsp}{\textvisiblespace}%
-\newcommand{\pdc}{\textperiodcentered}%
-\newcommand{\vrt}{\textbar}%
-\newcommand{\cir}{\textasciicircum}%
-\newcommand{\til}{\textasciitilde}%
-\newcommand{\bsl}{\textbackslash}%
-\newcommand{\cwm}{\textcompwordmark}%
+\providecommand{\bul}{\textbullet}%
+\providecommand{\vsp}{\textvisiblespace}%
+\providecommand{\pdc}{\textperiodcentered}%
+\providecommand{\vrt}{\textbar}%
+\providecommand{\cir}{\textasciicircum}%
+\providecommand{\til}{\textasciitilde}%
+\providecommand{\bsl}{\textbackslash}%
+\providecommand{\cwm}{\textcompwordmark}%
% \end{macrocode}
%
% \begin{macrocode}