From 6c8c94863af3006a695ef6e6bab54758317f0cd0 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 3 Oct 2009 15:13:25 +0000 Subject: tugboat update (1oct09) git-svn-id: svn://tug.org/texlive/trunk@15610 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/tugboat/tugboat.dtx | 24 +++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/source/latex/tugboat/tugboat.dtx') 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 @@ %\ProvidesPackage{ltugboat} %\ProvidesPackage{ltugproc} % \ProvidesPackage{ltugcomn} - [2009/06/21 v2.6 + [2009/09/29 v2.7 % TUGboat journal class% % TUG conference proceedings class% % 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 } %\restorecat\@ % @@ -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}} -- cgit v1.2.3