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.dtx20
1 files changed, 13 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/amsrefs/textcmds.dtx b/Master/texmf-dist/source/latex/amsrefs/textcmds.dtx
index 842c76a8e41..bdf3c8c48cc 100644
--- a/Master/texmf-dist/source/latex/amsrefs/textcmds.dtx
+++ b/Master/texmf-dist/source/latex/amsrefs/textcmds.dtx
@@ -1,9 +1,9 @@
%%% ====================================================================
%%% @LaTeX-doc-source-file{
%%% filename = "textcmds.dtx",
-%%% version = "1.05",
-%%% date = "2002/04/16",
-%%% time = "08:47:47 EDT",
+%%% version = "1.06",
+%%% date = "2007/10/19",
+%%% time = "14:12:53 EDT",
%%% author = "Michael J Downes",
%%% address = "American Mathematical Society,
%%% Publications Technical Group,
@@ -21,7 +21,7 @@
%%% modified. Modifications, and distribution of
%%% modified versions, are permitted, but only if
%%% the resulting file is renamed.",
-%%% checksum = "55773 283 1136 10227",
+%%% checksum = "63388 295 1197 10750",
%%% docstring = "The checksum field, produced by Robert Solovay's
%%% checksum utility, gives CRC-16 checksum, lines,
%%% words, and characters.",
@@ -109,7 +109,8 @@
% \begin{center}
% \begin{tabular}{lll}
% \textbf{Example}& \textbf{Definition}& \textbf{Result}\\
-% \verb'\qq{some text}'& \verb'\ldq#1\rdq'& \qq{some text}\\
+% \verb'\qq{some text}'& \verb'\ldq#1\/\rdq'& \qq{some text}\\
+% \verb'\q{some text}'& \verb'\lq#1\/\rq'& \q{some text}\\
% \verb'\lara{some text}'& \verb'\textlangle#1\textrangle'&
% \lara{some text}\\
% \verb'Jello\tsup{TM}'& \textit{raise .9ex}\verb'{\supsize#1}'&
@@ -131,7 +132,7 @@
%
% Package name, date, version number.
% \begin{macrocode}
-\ProvidesPackage{textcmds}[2002/04/16 v1.05]
+\ProvidesPackage{textcmds}[2007/10/19 v1.06]
% \end{macrocode}
%
% Dashes and inverted beginning-of-sentence punctuation.
@@ -166,6 +167,11 @@
\providecommand{\qq}[1]{\ldq#1\/\rdq}
% \end{macrocode}
%
+%
+% \begin{macrocode}
+\providecommand{\q}[1]{\lq#1\/\rq}
+% \end{macrocode}
+%
% Unlike \cs{textsuperscript} and \cs{textsubscript}, these do not
% use math mode at all. The difference between \cn{scriptsize} and
% \cn{supsize} is that the former is fixed at a single constant size
@@ -285,5 +291,5 @@ a left quote."
</emacs>
% \end{macrocode}
%
-% \CheckSum{133}
+% \CheckSum{138}
% \Finale