summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/tugboat/ltubguid.pdfbin314599 -> 314599 bytes
-rw-r--r--Master/texmf-dist/doc/latex/tugboat/tugboat.pdfbin461939 -> 463521 bytes
-rw-r--r--Master/texmf-dist/source/latex/tugboat/tugboat.dtx22
-rw-r--r--Master/texmf-dist/source/latex/tugboat/tugboat.ins8
-rw-r--r--Master/texmf-dist/tex/latex/tugboat/ltugboat.cls16
-rw-r--r--Master/texmf-dist/tex/latex/tugboat/ltugboat.sty5
-rw-r--r--Master/texmf-dist/tex/latex/tugboat/ltugcomn.sty5
-rw-r--r--Master/texmf-dist/tex/latex/tugboat/ltugproc.cls5
-rw-r--r--Master/texmf-dist/tex/latex/tugboat/ltugproc.sty5
9 files changed, 47 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/tugboat/ltubguid.pdf b/Master/texmf-dist/doc/latex/tugboat/ltubguid.pdf
index 062769ca9e3..f365a857e94 100644
--- a/Master/texmf-dist/doc/latex/tugboat/ltubguid.pdf
+++ b/Master/texmf-dist/doc/latex/tugboat/ltubguid.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/tugboat/tugboat.pdf b/Master/texmf-dist/doc/latex/tugboat/tugboat.pdf
index 7c44748d4d0..109db4e1685 100644
--- a/Master/texmf-dist/doc/latex/tugboat/tugboat.pdf
+++ b/Master/texmf-dist/doc/latex/tugboat/tugboat.pdf
Binary files differ
diff --git a/Master/texmf-dist/source/latex/tugboat/tugboat.dtx b/Master/texmf-dist/source/latex/tugboat/tugboat.dtx
index 019a552c217..43469c42945 100644
--- a/Master/texmf-dist/source/latex/tugboat/tugboat.dtx
+++ b/Master/texmf-dist/source/latex/tugboat/tugboat.dtx
@@ -1,8 +1,8 @@
% \iffalse (this is a meta-comment (so they say))
-% $Id: tugboat.dtx 136 2014-11-13 18:23:44Z karl $
+% $Id: tugboat.dtx 138 2015-03-18 23:23:36Z karl $
% tugboat.dtx - main source for LaTeX TUGboat classes.
%
-% Copyright 1994-2014 TeX Users Group.
+% Copyright 1994-2015 TeX Users Group.
%
% This file is part of the tugboat package.
%
@@ -28,7 +28,7 @@
%<ltugboatsty>\ProvidesPackage{ltugboat}
%<ltugprocsty>\ProvidesPackage{ltugproc}
%<ltugcomn> \ProvidesPackage{ltugcomn}
- [2014/11/12 v2.16
+ [2015/03/24 v2.17
%<ltugboatcls> TUGboat journal class%
%<ltugproccls> TUG conference proceedings class%
%<ltugboatsty|ltugprocsty> TUG compatibility package%
@@ -160,8 +160,7 @@
% |\mf|& \textsc{Metafont}\\
% |\MFB|& The Metafont book\\
% |\MP|& \MP\\
-% |\mp|& MetaPost (in text only: remains `\ensuremath{\mp}'
-% in maths)\\
+% |\mp|& MetaPost (in text only: still `\ensuremath{\mp}' in math)\\
% |\OMEGA|& Omega `logo' (\ensuremath{\Omega})\\
% |\OCP|& Omega compiled process\\
% |\OOXML|&\\
@@ -337,7 +336,7 @@
\def\TBWarningNL{\ClassWarningNoLine{\@tugclass}}
% \end{macrocode}
%
-% Some trivial options, just flicking switches, etc.
+% |draft| vs.\ |preprint| vs.\ |final|.
%
% \begin{macrocode}
\newif\ifpreprint
@@ -345,6 +344,16 @@
\DeclareOption{draft}{%
\AtEndOfClass{%
\setcounter{page}{901}%
+ %
+ % Put a question mark into the page number in draft mode.
+ \let\tuborigthepage = \thepage
+ \def\thepage{%
+ \ifnum\value{page}>900
+ \textsl{?\,\@arabic{\numexpr\the\c@page-900\relax}}%
+ \else
+ \arabic{page}%
+ \fi}%
+ %
\BlackBoxes
\def\MakeRegistrationMarks{}%
\PrelimDrafttrue
@@ -355,6 +364,7 @@
}
\DeclareOption{final}{%
\AtEndOfClass{%
+ \let\thepage=\tuborigthepage
\NoBlackBoxes
\PrelimDraftfalse
\@tubrunningfull
diff --git a/Master/texmf-dist/source/latex/tugboat/tugboat.ins b/Master/texmf-dist/source/latex/tugboat/tugboat.ins
index 8e5bbc7800c..10af0ed5daf 100644
--- a/Master/texmf-dist/source/latex/tugboat/tugboat.ins
+++ b/Master/texmf-dist/source/latex/tugboat/tugboat.ins
@@ -1,10 +1,11 @@
-% $Id: tugboat.ins 108 2013-01-31 23:45:00Z bnb $
+% $Id: tugboat.ins 139 2015-03-24 17:40:58Z karl $
% tugboat.ins
%% This file will generate fast loadable files and documentation
%% driver files from the doc files in this package when run through
%% LaTeX or TeX.
%%
-%% Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013 TeX Users Group.
+%% Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013,2014,2015
+%% TeX Users Group.
%%
%% This file is part of the tugboat package.
%%
@@ -38,7 +39,8 @@
This is a generated file.
-Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013 TeX Users Group.
+Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013,2014,2015
+TeX Users Group.
It may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
diff --git a/Master/texmf-dist/tex/latex/tugboat/ltugboat.cls b/Master/texmf-dist/tex/latex/tugboat/ltugboat.cls
index d2d0895cf9b..de6419d4782 100644
--- a/Master/texmf-dist/tex/latex/tugboat/ltugboat.cls
+++ b/Master/texmf-dist/tex/latex/tugboat/ltugboat.cls
@@ -8,7 +8,8 @@
%%
%% This is a generated file.
%%
-%% Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013 TeX Users Group.
+%% Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013,2014,2015
+%% TeX Users Group.
%%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -32,7 +33,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
\ProvidesClass {ltugboat}
- [2014/11/12 v2.16
+ [2015/03/24 v2.17
TUGboat journal class%
]
\csname tugstyloaded@\endcsname
@@ -47,6 +48,16 @@
\DeclareOption{draft}{%
\AtEndOfClass{%
\setcounter{page}{901}%
+ %
+ % Put a question mark into the page number in draft mode.
+ \let\tuborigthepage = \thepage
+ \def\thepage{%
+ \ifnum\value{page}>900
+ \textsl{?\,\@arabic{\numexpr\the\c@page-900\relax}}%
+ \else
+ \arabic{page}%
+ \fi}%
+ %
\BlackBoxes
\def\MakeRegistrationMarks{}%
\PrelimDrafttrue
@@ -57,6 +68,7 @@
}
\DeclareOption{final}{%
\AtEndOfClass{%
+ \let\thepage=\tuborigthepage
\NoBlackBoxes
\PrelimDraftfalse
\@tubrunningfull
diff --git a/Master/texmf-dist/tex/latex/tugboat/ltugboat.sty b/Master/texmf-dist/tex/latex/tugboat/ltugboat.sty
index 0937ee4d797..d9e11d6a3b6 100644
--- a/Master/texmf-dist/tex/latex/tugboat/ltugboat.sty
+++ b/Master/texmf-dist/tex/latex/tugboat/ltugboat.sty
@@ -8,7 +8,8 @@
%%
%% This is a generated file.
%%
-%% Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013 TeX Users Group.
+%% Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013,2014,2015
+%% TeX Users Group.
%%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -31,7 +32,7 @@
%% extension .ins) which are part of the distribution.
%%
\ProvidesPackage{ltugboat}
- [2014/11/12 v2.16
+ [2015/03/24 v2.17
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 878c4a8550c..3b772cfd56c 100644
--- a/Master/texmf-dist/tex/latex/tugboat/ltugcomn.sty
+++ b/Master/texmf-dist/tex/latex/tugboat/ltugcomn.sty
@@ -8,7 +8,8 @@
%%
%% This is a generated file.
%%
-%% Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013 TeX Users Group.
+%% Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013,2014,2015
+%% TeX Users Group.
%%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -32,7 +33,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
\ProvidesPackage{ltugcomn}
- [2014/11/12 v2.16
+ [2015/03/24 v2.17
TUGboat `common macros' package%
]
\IfFileExists{mflogo.sty}%
diff --git a/Master/texmf-dist/tex/latex/tugboat/ltugproc.cls b/Master/texmf-dist/tex/latex/tugboat/ltugproc.cls
index 0c97bfa73fb..3bbc93537b3 100644
--- a/Master/texmf-dist/tex/latex/tugboat/ltugproc.cls
+++ b/Master/texmf-dist/tex/latex/tugboat/ltugproc.cls
@@ -8,7 +8,8 @@
%%
%% This is a generated file.
%%
-%% Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013 TeX Users Group.
+%% Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013,2014,2015
+%% TeX Users Group.
%%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -32,7 +33,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1994/12/01]
\ProvidesClass {ltugproc}
- [2014/11/12 v2.16
+ [2015/03/24 v2.17
TUG conference proceedings class%
]
\def\@tugclass{ltugproc}
diff --git a/Master/texmf-dist/tex/latex/tugboat/ltugproc.sty b/Master/texmf-dist/tex/latex/tugboat/ltugproc.sty
index 159df19953e..79b79ce79eb 100644
--- a/Master/texmf-dist/tex/latex/tugboat/ltugproc.sty
+++ b/Master/texmf-dist/tex/latex/tugboat/ltugproc.sty
@@ -8,7 +8,8 @@
%%
%% This is a generated file.
%%
-%% Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013 TeX Users Group.
+%% Copyright 1994,1995,1996,2001,2005,2006,2009,2011,2013,2014,2015
+%% TeX Users Group.
%%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
@@ -31,7 +32,7 @@
%% extension .ins) which are part of the distribution.
%%
\ProvidesPackage{ltugproc}
- [2014/11/12 v2.16
+ [2015/03/24 v2.17
TUG compatibility package%
]
\@obsoletefile{ltugproc.cls}{ltugproc.sty}