1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650
|
% \iffalse meta-comment
%
% Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
% This file is part of the LaTeX base system.
% -------------------------------------------
%
% It may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% of this license or (at your option) any later version.
% The latest version of this license is in
% http://www.latex-project.org/lppl.txt
% and version 1.3 or later is part of all distributions of LaTeX
% version 2003/12/01 or later.
%
% This file has the LPPL maintenance status "maintained".
%
% The list of all files belonging to the LaTeX base distribution is
% given in the file `manifest.txt'. See also `legal.txt' for additional
% information.
%
% The list of derived (unpacked) files belonging to the distribution
% and covered by LPPL is defined by the unpacking scripts (with
% extension .ins) which are part of the distribution.
%
% \fi
% Filename: ltnews.cls
% Author: Alan Jeffrey et al
% Version: 1.02
% This is the LaTeX2e document class for the `LaTeX News' information
% sheet which comes with every LaTeX release. It may be useful for
% newsletters, or as an example of how simple newsletters can be set
% with LaTeX. The changes log is at the end of the file.
% Copyright 1994 1995 1996 1997 1999 2000 2001 2002 2003 2004
% Alan Jeffrey and the LaTeX3 project.
% This is a LaTeX2e document class.
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{ltnews}[2004/02/28 v1.01 Standard LaTeX class]
% The configuration file, used for passing options.
\InputIfFileExists{ltnews.cfg}{%
\ClassInfo{ltnews}{Using local configuration file}%
}{%
\ClassInfo{ltnews}{No local configuration file}%
}
% The lw35fonts option uses the fonts:
%
% Adobe Palatino (main text)
% Adobe Helvetica Bold (headings)
% Courier (program listings)
% Mathptm math italic (2e logo)
% Mathptm symbol font (AMS logo)
%
% The type1fonts option uses the fonts:
%
% Adobe Utopia (main text)
% URW Grotesk-T Bold (headings)
% Lucida Sans typewriter (program listings)
% Mathptm math italic (2e logo)
% Mathptm symbol font (AMS logo)
% The Adobe Palatino fonts:
\DeclareFontFamily{OT1}{ppl}{}
\DeclareFontShape{OT1}{ppl}{m}{n}{<-> pplr7t}{}
\DeclareFontShape{OT1}{ppl}{bx}{n}{<-> pplb7t}{}
\DeclareFontShape{OT1}{ppl}{m}{sc}{<-> pplrc7t}{}
\DeclareFontShape{OT1}{ppl}{m}{it}{<-> pplri7t}{}
\DeclareFontShape{OT1}{ppl}{m}{sl}{<-> pplro7t}{}
\DeclareFontFamily{T1}{ppl}{}
\DeclareFontShape{T1}{ppl}{m}{n}{<-> pplr8t}{}
\DeclareFontShape{T1}{ppl}{bx}{n}{<-> pplb8t}{}
\DeclareFontShape{T1}{ppl}{m}{sc}{<-> pplrc8t}{}
\DeclareFontShape{T1}{ppl}{m}{it}{<-> pplri8t}{}
\DeclareFontShape{T1}{ppl}{m}{sl}{<-> pplro8t}{}
% The Adobe Helvetica fonts:
\DeclareFontFamily{OT1}{phv}{}
\DeclareFontShape{OT1}{phv}{m}{n}{<-> s*[0.86] phvr7t}{}
\DeclareFontShape{OT1}{phv}{b}{n}{<-> phvb7t}{}
\DeclareFontFamily{T1}{phv}{}
\DeclareFontShape{T1}{phv}{m}{n}{<-> s*[0.86] phvr8t}{}
\DeclareFontShape{T1}{phv}{b}{n}{<-> phvb8t}{}
% The Adobe Courier fonts:
\DeclareFontFamily{OT1}{pcr}{\hyphenchar\font=-1}
\DeclareFontShape{OT1}{pcr}{m}{n}{<-> s*[0.89] pcrr7t}{}
\DeclareFontFamily{T1}{pcr}{\hyphenchar\font=-1}
\DeclareFontShape{T1}{pcr}{m}{n}{<-> s*[0.89] pcrr8t}{}
% The Utopia fonts:
\DeclareFontFamily{OT1}{put}{}
\DeclareFontShape{OT1}{put}{m}{n}{<-> putr7t}{}
\DeclareFontShape{OT1}{put}{m}{sc}{<-> putrc7t}{}
\DeclareFontShape{OT1}{put}{m}{it}{<-> putri7t}{}
% The URW Grotesk fonts:
\DeclareFontFamily{OT1}{ugq}{}
\DeclareFontShape{OT1}{ugq}{b}{n}{<-> ugqb7t}{}
% The Lucida Sans Typewriter fonts:
\DeclareFontFamily{OT1}{hlct}{\hyphenchar\font=-1}
\DeclareFontShape{OT1}{hlct}{m}{n}{<-> hlct7t}{}
% The mathptm math italic:
\DeclareFontFamily{OML}{ptmcm}{\skewchar\font=127}
\DeclareFontShape{OML}{ptmcm}{m}{it}{<-> zptmcmrm}{}
% The mathptm symbol font:
\DeclareFontFamily{OMS}{pzccm}{}
\DeclareFontShape{OMS}{pzccm}{m}{n}{<-> zpzccmry}{}
% The TeX logo for use with Palatino.
\def\pplTeX{T\kern-.15em\lower.4ex\hbox{E}\kern-.1emX\@}
% The LaTeX logo for use with Palatino.
\DeclareRobustCommand{\pplLaTeX}{L\kern-.3em
{\setbox0\hbox{T}%
\vbox to\ht0{\hbox{%
\csname S@\f@size\endcsname
\fontsize\sf@size\z@
\math@fontsfalse\selectfont
A}%
\vss}%
}%
\kern-.07em
\TeX}
% The TeX logo for use with Utopia.
\def\putTeX{T\kern-.1667em\lower.4ex\hbox{E}\kern-.075emX\@}
% The LaTeX logo for use with Utopia.
\DeclareRobustCommand{\putLaTeX}{L\kern-.2em
{\setbox0\hbox{T}%
\vbox to\ht0{\hbox{%
\csname S@\f@size\endcsname
\fontsize\sf@size\z@
\math@fontsfalse\selectfont
A}%
\vss}%
}%
\kern-.05em
\TeX}
% The TeX logo for use with Helvetica.
\def\phvTeX{T\kern-.1em\lower.4ex\hbox{E}\kern-.05emX\@}
% The LaTeX logo for use with Helvetica.
\DeclareRobustCommand{\phvLaTeX}{L\kern-.3em
{\calculate@math@sizes
\setbox0\hbox{T}%
\vbox to\ht0{\hbox{%
\csname S@\f@size\endcsname
\fontsize\sf@size\z@
\math@fontsfalse\selectfont
A}%
\vss}%
}%
\kern-.05em
\TeX}
% The TeX logo for use with Grotesk.
\def\ugqTeX{T\kern-.1em\lower.4ex\hbox{E}\kern-.05emX\@}
% The LaTeX logo for use with Grotesk.
\DeclareRobustCommand{\ugqLaTeX}{L\kern-.15em
{\calculate@math@sizes
\setbox0\hbox{T}%
\vbox to\ht0{\hbox{%
\csname S@\f@size\endcsname
\fontsize\sf@size\z@
\math@fontsfalse\selectfont
A}%
\vss}%
}%
\kern-.01em
\TeX}
% The TeX logo for use with CMSS.
\def\cmssTeX{T\kern-.2em\lower.4ex\hbox{E}\kern-.05emX\@}
% The LaTeX logo for use with CMSS.
\DeclareRobustCommand{\cmssLaTeX}{L\kern-.22em
{\setbox0\hbox{T}%
\vbox to\ht0{\hbox{%
\csname S@\f@size\endcsname
\fontsize\sf@size\z@
\math@fontsfalse\selectfont
A}%
\vss}%
}%
\kern-.17em
\TeX}
% The eTeX logo.
\DeclareRobustCommand\eTeX{\ensuremath{\varepsilon}-\kern-.125em\TeX}
% Switch off some of the article options.
\DeclareOption{a4paper}{\OptionNotUsed}
\DeclareOption{a5paper}{\OptionNotUsed}
\DeclareOption{b5paper}{\OptionNotUsed}
\DeclareOption{letterpaper}{\OptionNotUsed}
\DeclareOption{legalpaper}{\OptionNotUsed}
\DeclareOption{executivepaper}{\OptionNotUsed}
\DeclareOption{landscape}{\OptionNotUsed}
\DeclareOption{twoside}{\OptionNotUsed}
\DeclareOption{titlepage}{\OptionNotUsed}
\DeclareOption{onecolumn}{\OptionNotUsed}
% The CM fonts
\newcommand{\@titlefont}{\normalfont\Huge}
\newcommand{\@indiciafont}{\normalfont\footnotesize}
\newcommand{\@headingfont}{%
\large\sffamily\slshape
\let\LaTeX\cmssLaTeX\let\TeX\cmssTeX
}
% The LW 35 fonts option
%% The size of the haeding font was reduced (from 14pt) here to
%% try and ensure that the pagination does not change whilst the
%% line count remains the same.
\DeclareOption{lw35fonts}{%
\renewcommand{\rmdefault}{ppl}%
\renewcommand{\ttdefault}{pcr}%
\renewcommand{\sfdefault}{phv}%
\renewcommand{\@titlefont}{%
\fontsize{50}{60}\fontfamily{phv}\fontseries{b}\selectfont
\let\LaTeX\phvLaTeX\let\TeX\phvTeX
}%
\renewcommand{\@indiciafont}{%
\fontsize{8}{10}\fontfamily{ppl}\fontshape{it}\selectfont
}%
\renewcommand{\@headingfont}{%
\fontsize{12}{13.5}\fontfamily{phv}\fontseries{b}\selectfont
\let\LaTeX\phvLaTeX\let\TeX\phvTeX
}%
\DeclareSymbolFont{letters}{OML}{ptmcm}{m}{it}%
\DeclareSymbolFont{symbols}{OMS}{pzccm}{m}{n}%
\let\LaTeX\pplLaTeX
\let\TeX\pplTeX
\AtEndOfClass{\addtolength\textheight\baselineskip}%
}
% The type 1 fonts option
\DeclareOption{type1fonts}{%
\renewcommand{\rmdefault}{put}%
\renewcommand{\ttdefault}{hlct}%
\renewcommand{\sfdefault}{ugq}%
\renewcommand{\@titlefont}{%
\fontsize{50}{60}\fontfamily{ugq}\fontseries{b}\selectfont
\let\LaTeX\ugqLaTeX\let\TeX\ugqTeX
}%
\renewcommand{\@indiciafont}{%
\fontsize{8}{10}\fontfamily{put}\fontshape{it}\selectfont
}%
\renewcommand{\@headingfont}{%
\fontsize{12}{14}\fontfamily{ugq}\fontseries{b}\selectfont
\let\LaTeX\ugqLaTeX\let\TeX\ugqTeX
}%
\renewcommand{\verbatim@font}{%
\fontsize{9}{12}\fontfamily{hlct}\selectfont
}%
\DeclareSymbolFont{letters}{OML}{ptmcm}{m}{it}%
\DeclareSymbolFont{symbols}{OMS}{pzccm}{m}{n}%
\let\LaTeX\putLaTeX
\let\TeX\putTeX
}
% The default action for any option is to pass it to the article
% class.
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{article}}
% Execute the options.
\ProcessOptions
% Load the article class.
\LoadClass[twocolumn,oneside]{article}
%
% The package url.sty takes care of breaking url's that are too long
% to fit in a two-column design
% but it might not be available on all installations.
% Therefore we need to check if the file url.sty can be found.
%
% Also, it uses a verbatim input mode so Chris does not use it for
% urls as he wants to control layout and use macros within it. Also
% he usuually wants to hand-craft the line-breaks in such text.
%
\IfFileExists{url.sty}{%
\RequirePackage{url}
\newcommand\email{\begingroup \Url}}{%
\newcommand*{\url}[1]{\texttt{##1}}
\newcommand*{\email}[1]{\texttt{##1}}
}
%
% The package html.sty defines a number of things needed for the LaTeX
% to HTML conversion; noticeable the latexonly and htmlonly
% environments.
% Again, let's check if it exists and if not provide necessary stubs
%
\IfFileExists{html.sty}{%
\RequirePackage{html}}{%
% When it couldn't be found, provide some necessary stuff...
\newenvironment{latexonly}{}{}
\newcommand{\latex}[1]{##1}
%
% Code for excludecomment from html.sty
% by Robin Fairbairns, 22 September 1997
%
\newcommand\@gobbleenv{\let\reserved@a\@currenvir\@gobble@nv}
\long\def\@gobble@nv##1\end##2{%
\def\reserved@b{##2}%
\ifx\reserved@a\reserved@b
\edef\reserved@a{\noexpand\end{\reserved@a}}%
\expandafter\reserved@a
\else
\expandafter\@gobble@nv
\fi
}
\newcommand{\excludecomment}[1]{%
\csname newenvironment\endcsname{##1}{\@gobbleenv}{}}
\excludecomment{htmlonly}
}
%
% If pdf is being produced add some info to the pdf file and use hyperref.
% But move this after other packages are, possibly, loaded.
\ifx\pdfoutput\@undefined\else
\ifx\pdfoutput\relax\else
\ifcase\pdfoutput\else
\pdfinfo{%
/Title (LaTeX News)
/Author (The LaTeX Project)
}
\IfFileExists{hyperref.sty}{%
\RequirePackage{hyperref}}{}
\fi
\fi
\fi
% This should be further enhanced so that links other than those
% naively generated by \url can be produced in the pdf file.
%% Please DO NOT load any packages after this point.
%%
% The page style.
\pagestyle{empty}
\setlength{\parindent}{1em}
% Why \textwidth?
\setlength{\rightskip}{0pt plus \textwidth}
\setlength{\@rightskip}{\rightskip}
\setlength{\parfillskip}{0pt plus 2\textwidth}
\setlength{\columnsep}{2em}
% The text size, which tries to work with both A4 and letter paper
% sizes.
\setlength{\textheight}{230mm}
\setlength{\topmargin}{-10mm}
\setlength{\textwidth}{180mm}
\setlength{\oddsidemargin}{-10mm}
% \maketitle parameters.
\newcommand{\publicationmonth}{\renewcommand{\@month}}
\newcommand{\@month}{\ClassError{ltnews}
{No \protect\publicationmonth~given}\@eha}
\newcommand{\publicationyear}{\renewcommand{\@year}}
\newcommand{\@year}{\ClassError{ltnews}
{No \protect\publicationyear~given}\@eha}
\newcommand{\publicationissue}{\renewcommand{\@issue}}
\newcommand{\@issue}{\ClassError{ltnews}
{No \protect\publicationissue~given}\@eha}
\newcommand{\issuename}{Issue}
\newcommand{\indicia}{\renewcommand{\@indicia}}
\newcommand{\@indicia}{%
\LaTeXNews, and the \LaTeX{} software,
are brought to you by the \LaTeX3 Project Team;
Copyright \@year, all rights reserved.
}
\title{\LaTeXNews}
% The \maketitle for the LaTeX News.
\renewcommand{\maketitle}{%
\twocolumn[{%
\parbox[t][7\baselineskip]{\textwidth}{%
\@titlefont\@title\\[\medskipamount]
\normalfont\normalsize\issuename~\@issue, \@month~\@year
}%
}]%
\thispagestyle{titlepage}
}
\newcommand{\ps@titlepage}{%
\renewcommand{\@oddhead}{\hfill}%
\renewcommand{\@evenhead}{\hfill}%
\renewcommand{\@oddfoot}{\@indiciafont\@indicia\hfill}%
\renewcommand{\@evenfoot}{\@indiciafont\@indicia\hfill}%
}
%
% When PostScript fonts are use we want the first section heading
% to come out a little bit higher on the page.
\newcommand{\raisefirstsection}{%
\ifx\TeX\pplTeX
\vspace*{-30pt} % typesetting with lw35fonts
\setlength{\topskip}{18pt}
\else
\vspace*{-36pt}
\fi
}
% Sectioning commands.
\renewcommand{\section}{%
\@startsection
{section}{1}{\z@}{-1.5ex \@plus -1ex \@minus -.2ex}%
{1ex \@plus.2ex}{\@headingfont}%
}
% No section numbers.
\setcounter{secnumdepth}{0}
% Set lists tighter, but brought in by 1em (otherwise the first line
% always looks very wide). Should this be done with \rightskip?
% It actually does nothing since after this \rightskip is set to
% \@rightskip: I think \rightmargin was intended but should we change
% it now?
% FMi 1999/12/11: in fact it needs to go as it would affect the
% paragraph before the list making it flush right and indented while
% the rest of the document is set ragged.
\renewcommand{\@listI}{%
\setlength{\leftmargin}{\leftmargini}%
\setlength{\topsep}{\medskipamount}%
\setlength{\itemsep}{0pt}%
\setlength{\listparindent}{1em}%
% \setlength{\rightskip}{1em}%
}
\let \@listi \@listI
% But have a list type with no indentation on either side:
%
\renewenvironment{description}
{\list{}{\labelwidth\z@
\leftmargin \z@
\rightmargin \z@
\itemindent-\leftmargin
\let\makelabel\descriptionlabel}}
{\endlist}
\newenvironment{citations}{%
\list{}{%
\renewcommand{\makelabel}[1]{\itshape{##1},}%
}%
}{%
\endlist
}
% Some logos:
\newcommand{\NFSS}{NFSS}
\newcommand{\LaTeXNews}{\LaTeX~News}
\newcommand{\AW}{Addison Wesley}
\newcommand{\SLiTeX}{\textsc{Sli}\TeX}
\newcommand{\AmS}{$${\protect\the\textfont2 A}\kern-.1667em\lower
.5ex\hbox{\protect\the\textfont2 M}\kern
-.125em{\protect\the\textfont2 S}}
\newcommand{\AmSLaTeX}{\mbox{\AmS-\LaTeX}}
\newcommand{\ctan}{\textsc{CTAN}}
\newcommand{\PSNFSS}{\textsc{PSNFSS}}
\newcommand{\babel}{\textsf{babel}}
% Abbreviations:
\newcommand{\ctanhttp}{http://www.tex.ac.uk/tex-archive/}
% Needed for 09:
\newcommand\cs[1]{\texttt{\textbackslash#1}}
% Some logical markup:
\newcommand*\class[1]{\texttt{#1}}
\newcommand*\package[1]{\textsf{#1}}
\let \pkg \package % backward compatibility
\newcommand*\file[1]{\texttt{#1}}
% Hacking to make <...> produce italics in verbatim. NB: this can be
% done more cleanly using the verbatim package. But the ltnews class
% has to run on any LaTeX installation, even those without the
% verbatim package.
% Here we extend the font-setting command to include making <> active
% (ie adjusting the input encoding).
\renewcommand \verbatim@font {%
\normalfont \ttfamily
\catcode`\<=\active
\catcode`\>=\active
}
% Make active <...> produce italics surrounded by angle brackets
% (used in verbatim and \verb);
% << produces a less-than, and >> produces a greater-than.
\begingroup
\catcode`\<=\active
\catcode`\>=\active
\gdef<{\@ifnextchar<\@lt\@meta}
\gdef>{\@ifnextchar>\@gt\@gtr@err}
\gdef\@meta#1>{{\reset@font\normalsize\itshape#1\/}}
\gdef\@lt<{\char`\<}
\gdef\@gt>{\char`\>}
\endgroup
\def\@gtr@err{%
\ClassError{ltxguide}{%
Isolated \protect>%
}{%
In this document class, \protect<...\protect>
is used to indicate a parameter.\MessageBreak
I've just found a \protect> on its own.
Perhaps you meant to type \protect>\protect>?
}%
}
\def\verbatim@nolig@list{\do\`\do\,\do\'\do\-}
% That's it!
\endinput
% CHANGELOG
%
% 20 May 1994, v0.01: Created file.
%
% 21 May 1994, v0.02: Made <...> produce italics inside verbatim.
% Added the indicia, \publicationyear, \publicationmonth and
% \publicationissue. Added the citations environment. Switched off
% some of the article class options.
%
% 21 May 1994, v0.03: Fixed a bug with ragged right. Fixed a bug
% which was causing underfull hbox messages.
%
% 27 May 1994, v0.04: Added SliTeX logo, and proper AMS LaTeX logo.
% Added angle brackets to <...>.
%
% 31 May 1994, v0.05: Added downloaded PS fonts options. Removed
% angle brackets from <...> since these were the last remaining
% bitmaps! Added variants of the LaTeX logo. Added the ltnews.cfg
% file. Added the lw35fonts option.
%
% 27 Jul 1994, v0.06: Corrected a typo `\PassOptionToClass' should
% have been `\PassOptionsToClass'. Manas Mandal pointed that one
% out.
%
% 29 Nov 1994, v0.07: Made <...> only active in verbatim.
%
% 09 Dec 1995, v0.08: Upper case for Project Team.
%
% 20 Dec 1995, v0.09: Tidied up the list stuff.
%
% 03 Jun 1996, v0.10: Changed fonts for lw35 option, for logical and
% aesthetic reasons.
%
% 06 Jun 1996, v0.11: Corrected grammar in footer.
%
% 10 June 1996 v0.12: Add extra line in lw35fonts option,
% so 04 and 05 do not run over the page.
% Make font scaling messages go to log only.
%
% 22 Nov 1997, v0.13: Added new form of description.
% Found all sorts of strange things involving \rightskip
%
% 23 Feb 1999, v0.14: Added some logos etc.
%
% 02 Jul 1999, v0.15: Added some logical markup
%
% 03 Jul 1999, v0.16: Amended \pkg and added \email
%
% 21 Dec 1999, v0.17: Added PDF info, load package url.sty
%
% 23 Dec 1999, v0.18: Don't depend on url.sty being present
%
% 21 Jul 2000, v0.19: Extra short-cuts, added to doc re v0.17;
% and more fonts
%
% 31 Aug 2000, v0.20: Fixed typo in URL (JLB)
%
% 06 Jun 2001, v0.21: Corrected undocumented stubs for html.sty
%
% 12 Jul 2001, v0.22: Added eTeX logo (from ltugboat.cls)
%
% 26 Feb 2004, v1.00: If pdf is being produced, use hyperref.
% But move this after other packages are, possibly, loaded.
%
% 28 Feb 2004 v1.01 Heading font in lw35, size change.
%
% 21 Oct 2004 v1.02 Improve check for PDF generation (taken from ifpdf.sty)
%
%
% BUGS
%
% Switching between logos like this is a mess.
%
% The last column should be set flush bottom.
|