[BACK]Return to titlepag.tex CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / docs

Annotation of OpenXM_contrib/gnuplot/docs/titlepag.tex, Revision 1.1

1.1     ! maekawa     1: %
        !             2: % $Id: titlepag.tex,v 1.4 1996/09/15 13:07:38 drd Exp $
        !             3: %
        !             4: \ifx\LaTeXe\undefined
        !             5: % old LaTeX version
        !             6: % add `,a4' to `toc_entry' to load settings for A4-paper
        !             7: % see below if you add 11pt or 12pt
        !             8:    \documentstyle[toc_entr]{article}
        !             9: \else
        !            10: % LaTeX2e version
        !            11: % add `[a4paper]' before `{article}' to load settings for A4-paper
        !            12: % see below if you add 11pt or 12pt
        !            13:    \documentclass{article} % DSL 24 May 1995
        !            14:    \usepackage{toc_entr}
        !            15: \fi
        !            16:
        !            17: % The following statements should adjust the default values for
        !            18: % different papersizes, mainly required for verbatim output
        !            19: % 30pt are a bit more than really needed
        !            20: %\addtolength{\textwidth}{30pt}
        !            21: %\addtolength{\oddsidemargin}{-15pt}
        !            22: %\addtolength{\evensidemargin}{-15pt}
        !            23: % Approximately keep the same ratio of width/height
        !            24: %\addtolength{\textheight}{48pt}
        !            25: %\addtolength{\topmargin}{-24pt}
        !            26:
        !            27: \setlength{\textwidth}{6.25in}
        !            28: \setlength{\oddsidemargin}{0.5cm}
        !            29: \setlength{\topmargin}{-0.5in}
        !            30: \setlength{\textheight}{9in}
        !            31:
        !            32: \setlength{\parskip}{1ex}
        !            33: \setlength{\parindent}{0pt}
        !            34:
        !            35: % For 11pt/12pt options change `\normalsize' to `\small' in
        !            36: % preverbatim
        !            37: % every verbatim environment is surrounded by the commands
        !            38: \newcommand{\preverbatim}{\normalsize\vspace{-2.2ex}}
        !            39: \newcommand{\postverbatim}{\normalsize\vspace{-0.5ex}}
        !            40:
        !            41: \adjustarticle
        !            42:
        !            43: \setcounter{secnumdepth}{5}
        !            44: \setcounter{tocdepth}{5}
        !            45:
        !            46: \begin{document}
        !            47: \sloppy
        !            48: \pagestyle{empty}
        !            49:    \rule{0in}{2.0in}
        !            50:    \begin{center}
        !            51:    {\huge\bf gnuplot}\\
        !            52:    \vspace{3ex}
        !            53:    {\Large An Interactive Plotting Program}\\
        !            54:    \vspace{2ex}
        !            55:    \large
        !            56:    Thomas Williams \& Colin Kelley\\
        !            57:    \vspace{2ex}
        !            58:    Version 3.7 organized by: David Denholm \\
        !            59:    \vspace{2ex}
        !            60:    Major contributors (alphabetic order):\\
        !            61:   Hans-Bernhard Broeker \\
        !            62:   John Campbell\\
        !            63:   Robert Cunningham\\
        !            64:   David Denholm\\
        !            65:   Gershon Elber\\
        !            66:   Roger Fearick\\
        !            67:   Carsten Grammes\\
        !            68:   Lucas Hart \\
        !            69:   Lars Hecking \\
        !            70:   Thomas Koenig\\
        !            71:   David Kotz\\
        !            72:   Ed Kubaitis\\
        !            73:   Russell Lang\\
        !            74:   Alexander Lehmann\\
        !            75:   Alexander Mai \\
        !            76:   Carsten Steger\\
        !            77:   Tom Tkacik\\
        !            78:   Jos Van der Woude \\
        !            79:   James R. Van Zandt \\
        !            80:   Alex Woo\\
        !            81:   Copyright (C) 1986 - 1993, 1998   Thomas Williams, Colin Kelley\\
        !            82:    \vspace{2ex}
        !            83:    Mailing list for comments: \verb+info-gnuplot@dartmouth.edu+\\
        !            84:    Mailing list for bug reports: \verb+bug-gnuplot@dartmouth.edu+
        !            85:
        !            86:    \vfill
        !            87:    This manual was prepared by Dick Crawford. \\
        !            88:    3 December 1998
        !            89:    \end{center}
        !            90: \newpage
        !            91:
        !            92: \tableofcontents
        !            93: \newpage
        !            94:
        !            95:
        !            96:
        !            97: \setcounter{page}{1}
        !            98: \pagestyle{myheadings}
        !            99: \markboth{{\bf gnuplot} 3.7}{{\bf gnuplot} 3.7}

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>