diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/tugboat/ltugbib.bst | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/tugboat/ltubguid.pdf | bin | 150952 -> 211354 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/tugboat/tugboat.pdf | bin | 309899 -> 500828 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/tugboat/ltubguid.ltx (renamed from Master/texmf-dist/doc/latex/tugboat/ltubguid.ltx) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/tugboat/tugboat.dtx | 24 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tugboat/ltugboat.cls | 13 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tugboat/ltugboat.sty | 2 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tugboat/ltugcomn.sty | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tugboat/ltugproc.cls | 5 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/tugboat/ltugproc.sty | 2 |
10 files changed, 36 insertions, 20 deletions
diff --git a/Master/texmf-dist/bibtex/bst/tugboat/ltugbib.bst b/Master/texmf-dist/bibtex/bst/tugboat/ltugbib.bst index c08cdff2a82..df31f1494d0 100644 --- a/Master/texmf-dist/bibtex/bst/tugboat/ltugbib.bst +++ b/Master/texmf-dist/bibtex/bst/tugboat/ltugbib.bst @@ -309,7 +309,7 @@ FUNCTION {format.in.editors} } FUNCTION {quote.period.spacing} % OP: reduce space between quotes and -{ "" % period; remove negative kern by +{ "\kern -.05em{}" % period; remove negative kern by } % replacing this simply with "" FUNCTION {format.title} % OP: a period follows the diff --git a/Master/texmf-dist/doc/latex/tugboat/ltubguid.pdf b/Master/texmf-dist/doc/latex/tugboat/ltubguid.pdf Binary files differindex 5320892500d..ac781e3fc5c 100644 --- a/Master/texmf-dist/doc/latex/tugboat/ltubguid.pdf +++ b/Master/texmf-dist/doc/latex/tugboat/ltubguid.pdf diff --git a/Master/texmf-dist/doc/latex/tugboat/tugboat.pdf b/Master/texmf-dist/doc/latex/tugboat/tugboat.pdf Binary files differindex a83ff92e4e9..ff711f6f822 100644 --- a/Master/texmf-dist/doc/latex/tugboat/tugboat.pdf +++ b/Master/texmf-dist/doc/latex/tugboat/tugboat.pdf diff --git a/Master/texmf-dist/doc/latex/tugboat/ltubguid.ltx b/Master/texmf-dist/source/latex/tugboat/ltubguid.ltx index 7372425224f..7372425224f 100644 --- a/Master/texmf-dist/doc/latex/tugboat/ltubguid.ltx +++ b/Master/texmf-dist/source/latex/tugboat/ltubguid.ltx 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}} 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}% diff --git a/Master/texmf-dist/tex/latex/tugboat/ltugboat.sty b/Master/texmf-dist/tex/latex/tugboat/ltugboat.sty index e1a0f40ef77..9aacce067c5 100644 --- a/Master/texmf-dist/tex/latex/tugboat/ltugboat.sty +++ b/Master/texmf-dist/tex/latex/tugboat/ltugboat.sty @@ -31,7 +31,7 @@ %% extension .ins) which are part of the distribution. %% \ProvidesPackage{ltugboat} - [2009/06/21 v2.6 + [2009/09/29 v2.7 TUG compatibility package% ] \@obsoletefile{ltugboat.cls}{ltugboat.sty} diff --git a/Master/texmf-dist/tex/latex/tugboat/ltugcomn.sty b/Master/texmf-dist/tex/latex/tugboat/ltugcomn.sty index 9abe2e39ab9..4dc5555bdfe 100644 --- a/Master/texmf-dist/tex/latex/tugboat/ltugcomn.sty +++ b/Master/texmf-dist/tex/latex/tugboat/ltugcomn.sty @@ -32,7 +32,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1994/12/01] \ProvidesPackage{ltugcomn} - [2009/06/21 v2.6 + [2009/09/29 v2.7 TUGboat `common macros' package% ] \IfFileExists{mflogo.sty}% @@ -360,7 +360,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}% } @@ -521,7 +521,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 @@ -537,7 +537,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 } \DeclareRobustCommand\SMC{% \ifx\@currsize\normalsize\small\else diff --git a/Master/texmf-dist/tex/latex/tugboat/ltugproc.cls b/Master/texmf-dist/tex/latex/tugboat/ltugproc.cls index f45303dd257..eda54cedd16 100644 --- a/Master/texmf-dist/tex/latex/tugboat/ltugproc.cls +++ b/Master/texmf-dist/tex/latex/tugboat/ltugproc.cls @@ -32,7 +32,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1994/12/01] \ProvidesClass {ltugproc} - [2009/06/21 v2.6 + [2009/09/29 v2.7 TUG conference proceedings class% ] \def\@tugclass{ltugproc} @@ -252,7 +252,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}} diff --git a/Master/texmf-dist/tex/latex/tugboat/ltugproc.sty b/Master/texmf-dist/tex/latex/tugboat/ltugproc.sty index 3cc3730240d..1a13c069384 100644 --- a/Master/texmf-dist/tex/latex/tugboat/ltugproc.sty +++ b/Master/texmf-dist/tex/latex/tugboat/ltugproc.sty @@ -31,7 +31,7 @@ %% extension .ins) which are part of the distribution. %% \ProvidesPackage{ltugproc} - [2009/06/21 v2.6 + [2009/09/29 v2.7 TUG compatibility package% ] \@obsoletefile{ltugproc.cls}{ltugproc.sty} |