summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tugboat
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-08-03 22:38:21 +0000
committerKarl Berry <karl@freefriends.org>2013-08-03 22:38:21 +0000
commit6aef97aa7db7c9162747c73514e7e01d6d59edb8 (patch)
treebad1d1a6b942778f2880d217a76053d1c6f3858e /Master/texmf-dist/doc/latex/tugboat
parent030513f4b74c6610bf6d20311a8beb66af15ceca (diff)
tugboat (3aug13)
git-svn-id: svn://tug.org/texlive/trunk@31339 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tugboat')
-rw-r--r--Master/texmf-dist/doc/latex/tugboat/README17
-rw-r--r--Master/texmf-dist/doc/latex/tugboat/ltubguid.ltx26
-rw-r--r--Master/texmf-dist/doc/latex/tugboat/ltubguid.pdfbin313615 -> 314045 bytes
3 files changed, 22 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/tugboat/README b/Master/texmf-dist/doc/latex/tugboat/README
index 240d5b47946..5c36819e5ea 100644
--- a/Master/texmf-dist/doc/latex/tugboat/README
+++ b/Master/texmf-dist/doc/latex/tugboat/README
@@ -1,4 +1,4 @@
-$Id: README 103 2012-09-28 22:55:44Z bnb $
+$Id: README 121 2013-08-02 18:44:59Z bnb $
Copyright 2006, 2009-2013 TeX Users Group.
You may freely use, modify and/or distribute this file.
@@ -13,20 +13,18 @@ The files in this directory generate the TUGboat article class
ltugboat.cls, which should be used for all articles nowadays -- both
proceedings and regular issues.
-These macros are supported.
+These macros are supported. Feel free to write to us.
-Robin Fairbairns and the rest of the TUGboat staff,
-tugboat@tug.org
+The TUGboat staff <tugboat@tug.org>
Installation and use:
=====================
-Of course, normally you would get the tugboat packages through your
-distribution.
+Usually you can get the tugboat packages through your distribution.
-But if you want to install it by hand from CTAN, this directory contains
-three files containing TeX code:
+But if you want to install it by hand from CTAN, its directory there
+(see http://ctan.org/pkg/tugboat) has three files containing TeX code:
tugboat.dtx -- the source for the macros
tugboat.ins -- the docstrip instructions
@@ -35,8 +33,7 @@ three files containing TeX code:
but much updated since)
other files are
- ltugbib.bst -- a BibTeX style to match ltugboat.cls's default
- biblio capabilities
+ ltugbib.bst -- a BibTeX style for ltugboat.cls's Harvard-cite capabilities
ltubguid.pdf -- browsable user documentation
tugboat.pdf -- browsable implementation documentation
diff --git a/Master/texmf-dist/doc/latex/tugboat/ltubguid.ltx b/Master/texmf-dist/doc/latex/tugboat/ltubguid.ltx
index 3620b65eb26..882ba3a0d24 100644
--- a/Master/texmf-dist/doc/latex/tugboat/ltubguid.ltx
+++ b/Master/texmf-dist/doc/latex/tugboat/ltubguid.ltx
@@ -1,4 +1,4 @@
-% $Id: ltubguid.ltx 66 2010-11-23 16:33:37Z karl $
+% $Id: ltubguid.ltx 121 2013-08-02 18:44:59Z bnb $
% ltubguid.ltx - documentation for ltugboat classes.
%
% Copyright 1994,1995,1996,2001,2005,2006,2010,2013 TeX Users Group.
@@ -266,8 +266,8 @@ authors. The macros represent a development of the earlier
\clsname{ltugboat} and \clsname{ltugproc} styles that were written for
use with \LaTeX~2.09; major contributors have been Robin Fairbairns,
Sebastian Rahtz, Michel Goossens, Nico Poppelier and Johannes Braams.
-Many others have been involved, including Barbara Beeton, Mimi Burbank
-and the \LaTeX3 team.
+Many others have been involved, including Barbara Beeton, Karl Berry,
+Mimi Burbank, and the \LaTeX3 team.
\section{Availability}
@@ -278,13 +278,15 @@ the back issues, and more.
The macros are released for general use, and are distributed via \CTAN{}
(directory \CTANref{tub-latex}) in the usual \LaTeX{} way as files
\path|tugboat.dtx| and \path|tugboat.ins|. When the\,\verb|.ins| file
-is processed by \LaTeX{}, the files \path|ltugboat.cls|,
-\path|ltugproc.cls| and \path|ltugbib.bst| (for ordinary production
-work) and \path|ltugcomn.sty| (a cooking pot of useful macros, for
-documentation, etc.)\ are produced. The\,\verb|.dtx| file may itself be
-processed by \LaTeX{} to produce a formatted (somewhat `literate')
-source listing for those who would like more detailed descriptions of
-the \TUB\ macros.
+is processed by \LaTeX{}, the files \path|ltugboat.cls| and
+\path|ltugbib.bst| (for use with articles) and \path|ltugcomn.sty| (a
+cooking pot of perhaps-useful macros, for documentation, etc.)\ are
+produced. (\path|ltugproc.cls| is also produced for compatibility, but
+no longer used for proceedings or anything else.)
+
+The\,\verb|.dtx| file may itself be processed by \LaTeX{} to
+produce a formatted (somewhat `literate') source listing for those who
+would like more detailed descriptions of the \TUB\ macros.
\section{The general structure of a paper}
@@ -448,7 +450,9 @@ In both cases, the subsections are numbered as normal (i.e., as
The title and author(s) of a paper are quoted using commands that are
familiar (in syntax, at least) to most \LaTeX{} users; the \cs{title}
-command is exactly that used in the standard \LaTeX{} classes.
+command is exactly that used in the standard \LaTeX{} classes. There is
+also \cs{shortTitle\char`{\meta{your-short-title}\char`}} to define the form
+used in running heads or footers; similarly \cs{shortAuthor}.
The \cs{author} command is used once for each co-author of the paper,
and for each \cs{author} there should be a \cs{address} command that
diff --git a/Master/texmf-dist/doc/latex/tugboat/ltubguid.pdf b/Master/texmf-dist/doc/latex/tugboat/ltubguid.pdf
index 5df1217bd19..517b306ff4d 100644
--- a/Master/texmf-dist/doc/latex/tugboat/ltubguid.pdf
+++ b/Master/texmf-dist/doc/latex/tugboat/ltubguid.pdf
Binary files differ