diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/tugboat/tugboat.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/tugboat/tugboat.dtx | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/tugboat/tugboat.dtx b/Master/texmf-dist/source/latex/tugboat/tugboat.dtx index 3f7934a9205..40719415e94 100644 --- a/Master/texmf-dist/source/latex/tugboat/tugboat.dtx +++ b/Master/texmf-dist/source/latex/tugboat/tugboat.dtx @@ -31,7 +31,7 @@ %<ltugboatsty>\ProvidesPackage{ltugboat} %<ltugprocsty>\ProvidesPackage{ltugproc} %<ltugcomn> \ProvidesPackage{ltugcomn} - [2009/06/21 v2.6 + [2009/09/29 v2.7 %<ltugboatcls> TUGboat journal class% %<ltugproccls> TUG conference proceedings class% %<ltugboatsty|ltugprocsty> TUG compatibility package% @@ -119,7 +119,7 @@ % \end{macrocode} % % \fi -% \CheckSum{4638} +% \CheckSum{4644} % % \section{Introduction} % @@ -1088,7 +1088,7 @@ \DeclareRobustCommand\meta[1]{% \ensuremath{\langle}% \ifmmode \mbox\bgroup \fi % if in math - {\it #1}% no typewriter italics, please + {\it #1\/}% no typewriter italics, please \ifmmode \egroup \fi \ensuremath{\rangle}% } @@ -1410,7 +1410,7 @@ es-sence fall-ing half-way - in-fra-struc-ture + in-fra-struc-ture input-enc key-note long-est ma-gyar man-u-script man-u-scripts mne-mon-ic mne-mon-ics @@ -1426,7 +1426,7 @@ text-height text-length text-width time-stamp time-stamped vis-ual vis-ual-ly - which-ever white-space white-spaces wide-spread wrap-around + which-ever white-space white-spaces wide-spread widget wrap-around } %<!latex>\restorecat\@ %</common> @@ -2806,12 +2806,21 @@ } % \end{macrocode} % -% Finally, we define the \cs{if} used by the \cs{ruled} option +% Define the \cs{if} used by the \cs{ruled} option: % % \begin{macrocode} \let\if@ruled\iffalse % \end{macrocode} % +% Finally, if |microtype| is loaded, we want it to be deactivated in +% verbatim blocks. It often manipulates a leading |\| rather too much. +% \begin{macrocode} +\AtBeginDocument{% + \@ifpackageloaded{microtype} + {\g@addto@macro\@verbatim{\microtypesetup{activate=false}}}{} +} +% \end{macrocode} + % \subsection{Bibliography} % \label{sec:citations} % This is more or less copied verbatim from Glenn Paulley's @@ -3752,7 +3761,8 @@ \else\thepage\hfil\rfoottext\fi\dopagecommands}% } -\def\pfoottext{{\smc Preprint}: Proceedings of the \volyr{} Annual Meeting} +\def\pfoottext{{\smc Preprint}: + Proceedings of the \volyr{} Annual Meeting} \def\rfoottext{\normalfont\TUB, \volx\Dash {Proceedings of the \volyr{} Annual Meeting}} |