diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-24 18:35:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-24 18:35:25 +0000 |
commit | addded1ab23789fbb7f5868ed6b8881f933d44d5 (patch) | |
tree | 51db69d56c51f2588b69552242d4a1aaa7ff42c6 /Master/texmf-dist/tex/latex/tugboat/ltugboat.cls | |
parent | 5b3b0129bbe562139349fc1a231988ccccac589d (diff) |
tugboat update (21aug07)
git-svn-id: svn://tug.org/texlive/trunk@4797 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tugboat/ltugboat.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/tugboat/ltugboat.cls | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/tugboat/ltugboat.cls b/Master/texmf-dist/tex/latex/tugboat/ltugboat.cls index cab16ced271..b6502155592 100644 --- a/Master/texmf-dist/tex/latex/tugboat/ltugboat.cls +++ b/Master/texmf-dist/tex/latex/tugboat/ltugboat.cls @@ -56,7 +56,7 @@ %% extension .ins) which are part of the distribution. \NeedsTeXFormat{LaTeX2e}[1994/12/01] \ProvidesClass {ltugboat} - [2007/03/19 v2.1 + [2007/08/11 v2.2 TUGboat journal class% ] \csname tugstyloaded@\endcsname @@ -666,6 +666,7 @@ \let\thanks\@gobble \ifnum\authornumber<0 \medskip + \frenchspacing \signaturemark \theauthor{\number\authornumber}\\ \theaddress{\number\authornumber}\\ @@ -1021,13 +1022,16 @@ \def\part{\TB@nosection\part\section} \def\TB@nosection#1#2{\TBWarning{class does not support \string#1, \string#2\space used instead}#2} +\def\TBtocsectionfont{\normalfont} +\newskip\TBtocsectionspace \TBtocsectionspace=1.0em\@plus\p@ \def\l@section#1#2{\addpenalty{\@secpenalty}% - \addvspace{1.0em\@plus\p@}% + \addvspace{\TBtocsectionspace}% \@tempdima 1.5em \begingroup \parindent\z@ \rightskip\z@ % article style makes \rightskip > 0 \parfillskip\z@ - \bf\leavevmode\advance\leftskip\@tempdima\hskip-\leftskip#1\nobreak\hfil + \TBtocsectionfont + \leavevmode\advance\leftskip\@tempdima\hskip-\leftskip#1\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par \endgroup} \renewcommand\appendix{\par @@ -1154,7 +1158,7 @@ \rightmargin.5\leftmargin\parsep \z@\@plus\p@}\item[]} \let\@TBverbatim\verbatim \let\@TBendverbatim\endverbatim -\def\verbatim{\obeylines +\def\verbatim{\par\obeylines \futurelet\reserved@a\@switch@sqbverbatim} \def\@switch@sqbverbatim{\ifx\reserved@a[%] \expandafter\@sqbverbatim\else |