diff options
author | Karl Berry <karl@freefriends.org> | 2009-10-03 15:13:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-10-03 15:13:25 +0000 |
commit | 6c8c94863af3006a695ef6e6bab54758317f0cd0 (patch) | |
tree | 0f6633c58c955081320fda1efa032118beb65f16 /Master/texmf-dist/tex/latex/tugboat/ltugboat.cls | |
parent | a515a2a457da97ce2499484ca570c60cb25fd091 (diff) |
tugboat update (1oct09)
git-svn-id: svn://tug.org/texlive/trunk@15610 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 | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/tugboat/ltugboat.cls b/Master/texmf-dist/tex/latex/tugboat/ltugboat.cls index 75a71b41ce1..cef2f14b660 100644 --- a/Master/texmf-dist/tex/latex/tugboat/ltugboat.cls +++ b/Master/texmf-dist/tex/latex/tugboat/ltugboat.cls @@ -32,7 +32,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1994/12/01] \ProvidesClass {ltugboat} - [2009/06/21 v2.6 + [2009/09/29 v2.7 TUGboat journal class% ] \csname tugstyloaded@\endcsname @@ -417,7 +417,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}% } @@ -578,7 +578,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 @@ -594,7 +594,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 } \PrelimDrafttrue \textheight 54pc @@ -1235,6 +1235,11 @@ \ensuremath{\rangle}}} } \let\if@ruled\iffalse +\AtBeginDocument{% + \@ifpackageloaded{microtype} + {\g@addto@macro\@verbatim{\microtypesetup{activate=false}}}{} +} + \if@Harvardcite \let\@internalcite\cite \def\cite{\def\@citeseppen{-1000}% |