Initial release of Maemo 5 port of gnuplot
[gnuplot] / docs / titlepag.tex
1 %
2 % $Id: titlepag.tex,v 1.19.2.7 2009/08/29 17:51:20 sfeam Exp $
3 %
4
5 \ifx\LaTeXe\undefined
6
7 % old LaTeX version
8 % add `,a4' to `toc_entry' to load settings for A4-paper
9 % see below if you add 11pt or 12pt
10    \documentstyle[toc_entr]{article}
11
12 \else
13
14 % LaTeX2e version
15 % add `[a4paper]' before `{article}' to load settings for A4-paper
16 % see below if you add 11pt or 12pt
17    \documentclass[twoside]{article}
18    \usepackage{toc_entr}
19
20   \usepackage[
21 % We've given up trying to understand pdftex vs. normal latex.
22 % It'll just have to sort itself out.  If it doesn't, add your
23 % own local hyperref options HERE.
24         hyperindex,
25         bookmarks,
26         bookmarksnumbered=true,
27         pdftitle={gnuplot documentation},
28         pdfauthor={gnuplot},
29         pdfsubject={see www.gnuplot.info}
30   %     ,pdfcreator={}
31   %     ,pdfkeywords={...}
32   ]{hyperref}
33
34   \usepackage{fancyhdr}
35
36   \usepackage{makeidx}
37   \makeindex
38
39 \fi
40
41 % The following statements should adjust the default values for
42 % different papersizes, mainly required for verbatim output
43 % 30pt are a bit more than really needed
44 %\addtolength{\textwidth}{30pt}
45 %\addtolength{\oddsidemargin}{-15pt}
46 %\addtolength{\evensidemargin}{-15pt}
47 % Approximately keep the same ratio of width/height
48 %\addtolength{\textheight}{48pt}
49 %\addtolength{\topmargin}{-24pt}
50
51 \setlength{\textwidth}{6.25in}
52 % \setlength{\oddsidemargin}{0.5cm}
53 \setlength{\oddsidemargin}{0.0cm}
54 \setlength{\evensidemargin}{0.0cm}
55 \setlength{\topmargin}{-0.5in}
56 \setlength{\textheight}{9.5in}
57
58 \setlength{\parskip}{1ex}
59 \setlength{\parindent}{0pt}
60
61 % For 11pt/12pt options change `\normalsize' to `\small' in
62 % preverbatim
63 % every verbatim environment is surrounded by the commands
64 \newcommand{\preverbatim}{\normalsize\vspace{-2.2ex}}
65 \newcommand{\postverbatim}{\normalsize\vspace{-0.5ex}}
66
67 \adjustarticle
68
69 \setcounter{secnumdepth}{5}
70 \setcounter{tocdepth}{5}
71
72
73 % Read the gnuplot version into macro \gnuplotVersion 
74 \newread\fileGpVersion
75 \openin\fileGpVersion VERSION
76 \ifeof\fileGpVersion\openin\fileGpVersion VERSION.
77 \ifeof\fileGpVersion\error FATAL: Cannot read file "VERSION"
78 \fi\fi
79 \read\fileGpVersion to \gpVersion
80 \closein\fileGpVersion
81 \newbox\GpVersion \setbox\GpVersion=\hbox{\gpVersion}
82 \def\gnuplotVersion{\usebox\GpVersion}
83
84
85 % Layout setup of fancy headings:
86 \pagestyle{fancy} \headsep=5.5mm \addtolength{\headheight}{7mm}
87 %\setlength{\headrulewidth}{0.4pt}
88 \chead{\hyperlink{TableOfContents}{gnuplot \usebox\GpVersion}}
89 \cfoot{}
90 \rhead[\leftmark]{\thepage}
91 \lhead[\thepage]{\leftmark}
92
93 \begin{document}
94
95 \sloppy
96 \thispagestyle{empty}
97 \rule{0in}{1.0in}
98
99   \begin{center}
100
101   {\huge\bf gnuplot \gpVersion}\\
102   \vspace{3ex}
103   {\Large An Interactive Plotting Program}\\
104
105   \vspace{2ex}
106
107   \large
108   Thomas Williams \& Colin Kelley\\
109
110   \vspace{2ex}
111
112   Version
113     \gnuplotVersion
114   organized by: Hans-Bernhard Br\"oker, Ethan A Merritt, and others\\
115
116    \vspace{2ex}
117
118   Major contributors (alphabetic order):\\
119
120   Hans-Bernhard Br\"oker \\
121   John Campbell\\
122   Robert Cunningham\\
123   David Denholm\\
124   Gershon Elber\\
125   Roger Fearick\\
126   Carsten Grammes\\
127   Lucas Hart \\
128   Lars Hecking \\
129   Thomas Koenig\\
130   David Kotz\\
131   Ed Kubaitis\\
132   Russell Lang\\
133   Timoth\'{e}e Lecomte\\
134   Alexander Lehmann\\
135   Alexander Mai \\
136   Ethan A Merritt \\
137   Petr Mikul\'{\i}k\\
138   Carsten Steger\\
139   Tom Tkacik\\
140   Jos Van der Woude\\
141   Alex Woo\\
142   James R. Van Zandt\\
143   Johannes Zellner\\
144   Copyright {\copyright} 1986 - 1993, 1998, 2004   Thomas Williams, Colin Kelley\\
145   Copyright {\copyright} 2004 - 2009  various authors\\
146
147   \vspace{2ex}
148
149   Mailing list for comments: \verb+gnuplot-info@lists.sourceforge.net+\\
150   Mailing list for bug reports: \verb+gnuplot-bugs@lists.sourceforge.net+\\
151   Web access (preferred): \verb+http://sourceforge.net/projects/gnuplot+
152
153   \vfill
154   This manual was originally prepared by Dick Crawford. \\
155
156   \vspace{2ex}
157
158  1 September 2009
159
160    \end{center}
161 \newpage
162
163
164 \hypertarget{TableOfContents}{}
165 \tableofcontents
166
167 \newpage