diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-14 12:15:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-14 12:15:27 +0000 |
commit | d2e1a376af1d562b72b18edf25f664cc8dadecda (patch) | |
tree | 7bab3947b351d83d8a3dfd73a741bc78cb72f8f7 /Master/texmf-dist/source/latex/tugboat | |
parent | f63e84f64b72d8f04dbdccfaa18eddec879aa6df (diff) |
tugboat update (13sep07)
git-svn-id: svn://tug.org/texlive/trunk@4943 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/tugboat')
-rw-r--r-- | Master/texmf-dist/source/latex/tugboat/tugboat.dtx | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/tugboat/tugboat.dtx b/Master/texmf-dist/source/latex/tugboat/tugboat.dtx index d70a48be5e9..3e5383d6bae 100644 --- a/Master/texmf-dist/source/latex/tugboat/tugboat.dtx +++ b/Master/texmf-dist/source/latex/tugboat/tugboat.dtx @@ -41,7 +41,7 @@ %<ltugboatsty>\ProvidesPackage{ltugboat} %<ltugprocsty>\ProvidesPackage{ltugproc} %<ltugcomn> \ProvidesPackage{ltugcomn} - [2007/08/11 v2.2 + [2007/08/27 v2.3 %<ltugboatcls> TUGboat journal class% %<ltugproccls> TUG conference proceedings class% %<ltugboatsty|ltugprocsty> TUG compatibility package% @@ -63,7 +63,7 @@ % % RCS identification of this file (lest I fail to update the above ;-) % -% $Id: tugboat.dtx,v 1.5 2007/08/21 12:46:27 rf10 Exp $ +% $Id: tugboat.dtx,v 1.6 2007/09/13 16:07:48 rf10 Exp rf10 $ % % Note that the RCS version relates to the number of times the file % has been checked-in, which relates to a development process taking @@ -129,7 +129,7 @@ % \end{macrocode} % % \fi -% \CheckSum{4462} +% \CheckSum{4488} % % \section{Introduction} % @@ -665,6 +665,7 @@ \def\Hawaii{Hawai`i} \def\HTML{\acro{HTML}} \def\HTTP{\acro{HTTP}} +\def\IEEE{\acro{IEEE}} \def\ISBN{\acro{ISBN}} \def\ISO{\acro{ISO}} \def\ISSN{\acro{ISSN}} @@ -742,10 +743,12 @@ \def\PDF{\acro{PDF}} \def\PiC{P\kern-.12em\lower.5ex\hbox{I}\kern-.075emC\@} \def\PiCTeX{\PiC\kern-.11em\TeX} +\def\PGF{\acro{PGF}} \def\plain{\texttt{plain}} \def\PNG{\acro{PNG}} \def\POBox{P.\thinspace O.~Box } \def\PS{{Post\-Script}} +\def\PSTricks{\acro{PST}ricks} \def\RTF{\acro{RTF}} \def\SC{Steering Committee} \def\SGML{\acro{SGML}} @@ -753,6 +756,7 @@ \kern-.06em\TeX}} \def\slMF{\textsl{\MF}} % should never be used \def\stTeX{\textsc{st}\kern-0.13em\TeX} +\def\STIX{\acro{STIX}} \def\SVG{\acro{SVG}} \def\TANGLE{\texttt{TANGLE}\@} \def\TB{\textsl{The \TeX book}} @@ -767,6 +771,7 @@ \def\TeXXeT{\TeX-{}-\XeT} \def\TFM{\acro{TFM}} \def\Thanh{H\`an~Th\^e\llap{\raise 0.5ex\hbox{\'{}}}~Th\`anh} +\def\TikZ{Ti{\em k}Z} \def\ttn{\textsl{TTN}\@} \def\TTN{\textsl{\TeX{} and TUG News}} \let\texttub\textsl % redefined in other situations @@ -806,7 +811,8 @@ \def\tubhideheight#1{\setbox0=\hbox{#1}\ht0=0pt \dp0=0pt \box0 } \def\XeTeX{\leavevmode \tubhideheight{\hbox{X% - \lower.5ex \hbox{\kern-.125em\tubreflect{E}}% + \setbox0=\hbox{\TeX}\setbox1=\hbox{E}% + \lower\dp0\hbox{\raise\dp1\hbox{\kern-.125em\tubreflect{E}}}% \kern-.1667em \TeX}}} % \def\XHTML{\acro{XHTML}} @@ -1363,7 +1369,7 @@ half-way key-note long-est - ma-gyar man-u-script man-u-scripts + ma-gyar man-u-script man-u-scripts mne-mon-ic mne-mon-ics off-line over-view pal-ettes par-a-digm par-a-dig-mat-ic par-a-digms pipe-line pipe-lines @@ -2463,10 +2469,10 @@ % \begin{macrocode} \long\def\@makecaption#1#2{% \vskip\abovecaptionskip - \sbox\@tempboxa{#1: #2}% + \sbox\@tempboxa{\small #1: #2}% \ifdim \wd\@tempboxa >\hsize \raggedright\hyphenpenalty=\@M \parindent=1em - \small \noindent #1: #2% + {\small \noindent #1: #2\par}% \else \global \@minipagefalse \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}% @@ -2484,7 +2490,8 @@ % % \subsection{Size changing commands} % -% Apart from their `normal' effects, these commands are +% Apart from their `normal' effects, these commands change the glue +% around displays. % \begin{macrocode} \renewcommand\normalsize{% \@setfontsize\normalsize\@xpt\@xiipt |