summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/tugboat/tugboat.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/tugboat/tugboat.dtx')
-rw-r--r--Master/texmf-dist/source/latex/tugboat/tugboat.dtx25
1 files changed, 17 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/tugboat/tugboat.dtx b/Master/texmf-dist/source/latex/tugboat/tugboat.dtx
index 12bcc09992b..226193784ea 100644
--- a/Master/texmf-dist/source/latex/tugboat/tugboat.dtx
+++ b/Master/texmf-dist/source/latex/tugboat/tugboat.dtx
@@ -1,5 +1,5 @@
% \iffalse (this is a meta-comment (so they say))
-% $Id: tugboat.dtx 121 2013-08-02 18:44:59Z bnb $
+% $Id: tugboat.dtx 123 2013-12-23 19:31:46Z karl $
% tugboat.dtx - main source for LaTeX TUGboat classes.
%
% Copyright 1994-1998, 2000-2001, 2004-2013 TeX Users Group.
@@ -28,7 +28,7 @@
%<ltugboatsty>\ProvidesPackage{ltugboat}
%<ltugprocsty>\ProvidesPackage{ltugproc}
%<ltugcomn> \ProvidesPackage{ltugcomn}
- [2013/08/02 v2.13
+ [2013/12/23 v2.14
%<ltugboatcls> TUGboat journal class%
%<ltugproccls> TUG conference proceedings class%
%<ltugboatsty|ltugprocsty> TUG compatibility package%
@@ -633,7 +633,7 @@
%
% Font used for the METAFONT logo, etc.
% \begin{macrocode}
-\def\AllTeX{(\La\kern-.075em)\kern-.075em\TeX}
+\DeclareRobustCommand{\AllTeX}{(\La\kern-.075em)\kern-.075em\TeX}
\def\AMS{American Mathematical Society}
\def\AmS{$\mathcal{A}$\kern-.1667em\lower.5ex\hbox
{$\mathcal{M}$}\kern-.125em$\mathcal{S}$}
@@ -707,7 +707,7 @@
% is hacked from its definition of \cs{LaTeX}; it allows slants (for
% example) to propagate into the raised (small) `A':
% \begin{macrocode}
-\newcommand{\La}%
+\DeclareRobustCommand{\La}%
{L\kern-.36em
{\setbox0\hbox{T}%
\vbox to\ht0{\hbox{$\m@th$%
@@ -754,7 +754,7 @@
%
% \begin{macrocode}
\DeclareRobustCommand{\NTG}{\acro{NTG}}
-\DeclareRobustCommand\NTS{\ensuremath{\mathcal{N}\mkern-4mu
+\DeclareRobustCommand{\NTS}{\ensuremath{\mathcal{N}\mkern-4mu
\raisebox{-0.5ex}{$\mathcal{T}$}\mkern-2mu \mathcal{S}}}
\DeclareTextSymbol{\textohm}{OT1}{'012}
\DeclareTextSymbolDefault{\textohm}{OT1}
@@ -818,7 +818,7 @@
\def\tug{\acro{TUG}}
\def\UG{Users Group}
\def\UNIX{\acro{UNIX}}
-\def\UTF{\acro{UTF}}
+% let's not do \UTF, since other packages use it for Unicode character access.
\def\VAX{V\kern-.12em A\kern-.1em X\@}
\def\VnTeX{V\kern-.03em n\kern-.02em \TeX}
\def\VorTeX{V\kern-2.7\p@\lower.5ex\hbox{O\kern-1.4\p@ R}\kern-2.6\p@\TeX}
@@ -2703,8 +2703,8 @@
\rightmargin.5\leftmargin\parsep \z@\@plus\p@}\item[]}
% \end{macrocode}
%
-% The |compactitemize| and |compactenumerate| environments, without
-% space between the items.
+% The |compactitemize|, |compactenumerate|, and |compactdescription|
+% environments, without space between the items.
%
% \begin{macrocode}
\newenvironment{compactitemize}%
@@ -2722,6 +2722,15 @@
\setlength{\parsep} {0pt}%
}%
{\end{enumerate}}
+%
+\newenvironment{compactdescription}%
+ {\begin{description}%
+ \setlength{\itemsep}{0pt}%
+ \setlength{\parskip}{0pt}%
+ \setlength{\parsep} {0pt}%
+ }%
+ {\end{description}}
+%
% \end{macrocode}
%
% \subsection{Some fun with \texttt{verbatim}}