%% %% This is file `gslides.cls', %% generated with the docstrip utility. %% %% The original source files were: %% %% gslides.dtx %% %%% =================================================================== %%% @LaTeX-file{ %%% filename = "gslides.dtx", %%% version = "0.95", %%% date = "1999/06/02", %%% time = "15:08:16 EST", %%% checksum = "20426 281 1264 11727" %%% author = "Greg Gamble", %%% address = "Centre for Discrete Mathematics & Computing, %%% Department of Computer Science %%% & Electrical Engineering, %%% The University of Queensland, %%% Queensland 4072, %%% Australia", %%% telephone = "+61 7 336 52425," %%% FAX = "+61 7 336 54999, %%% copyright = "Copyright (C) 1999 Greg Gamble, %%% all rights reserved. Copying of this file is %%% authorised only if either: %%% (1) you make absolutely no changes to your copy, %%% including name; OR %%% (2) if you do make changes, you first rename it %%% to some other name.", %%% email = "gregg@maths.uwa.edu.au (Internet)", %%% codetable = "ISO/ASCII", %%% keywords = "latex, amslatex, ams-latex, installation", %%% supported = "yes", %%% abstract = "The \cls{gslides} class loads \cls{slides} and %%% adds some commands and environments which are %%% normal to other classes, like \cls{article}, but %%% missing from \cls{slides}." %%% docstring = "The checksum field above contains a CRC-16 %%% checksum as the first value, followed by the %%% equivalent of the standard UNIX wc (word %%% count) utility output of lines, words, and %%% characters. This is produced by Robert %%% Solovay's checksum utility.", %%% } %%% =================================================================== \typeout{gslides 0.95} \NeedsTeXFormat{LaTeX2e} \ProvidesClass{gslides}[1999/06/02 v0.95] \newif\if@autonum \DeclareOption{autonum}{\@autonumtrue} \DeclareOption{noautonum}{\@autonumfalse} \ExecuteOptions{autonum} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{slides}} \ProcessOptions\relax \LoadClass[a4paper]{slides} \providecommand\section{% \@startsection{section}{1}{\z@}% {.7\baselineskip\@plus\baselineskip}{.5\baselineskip}% {\normalfont\bfseries\centering}} \providecommand\subsection{% \@startsection{subsection}{2}{\z@}% {.7\baselineskip\@plus\baselineskip}{.5\baselineskip}% {\normalfont\bfseries\centering}} \def\thanks{\footnote} \newenvironment{abstract}{\section{Abstract}}{} \def\bibitem#1{\par} \def\thebibliography#1{\section{References}} \def\endthebibliography{} \def\newblock{} \RequirePackage{float} \newcounter{figure} \providecommand\fps@figure{H} \providecommand\ftype@figure{1} \providecommand\ext@figure{lof} \providecommand\fnum@figure{} \newenvironment{figure}{\@float{figure}}{\end@float} \newcounter{table} \providecommand\fps@table{H} \providecommand\ftype@table{2} \providecommand\ext@table{lot} \providecommand\fnum@table{} \newenvironment{table}{\@float{table}}{\end@float} \newlength{\abovecaptionskip} \setlength{\abovecaptionskip}{10\p@} \newlength{\belowcaptionskip} \setlength{\belowcaptionskip}{0\p@} \long\def\@makecaption#1#2{% \vskip\abovecaptionskip \sbox\@tempboxa{\bfseries #2}% \ifdim \wd\@tempboxa >\hsize \bfseries #2\par \else \global \@minipagefalse \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}% \fi \vskip\belowcaptionskip} \AtBeginDocument{% \@ifundefined{multline}{}{% \def\equation{$$\refstepcounter{equation}} \def\endequation{\eqno \hbox{\@eqnnum}$$\global\@ignoretrue} \def\multline{\addtocounter{equation}{-1}% \start@multline\st@rredfalse}% }% } \if@autonum% \pagestyle{slide} \AtBeginDocument{\slide} \AtEndDocument{\endslide} \def\@extraslide{\par\break\stepcounter{slide}\G@slideswtrue} \fi% \endinput %% %% End of file `gslides.cls'.