File: titlepag.tex

package info (click to toggle)
gnuplot 4.4.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,168 kB
  • ctags: 8,165
  • sloc: ansic: 79,287; lisp: 5,017; cpp: 3,521; sh: 1,059; makefile: 905; objc: 647; asm: 539; csh: 297; perl: 253; awk: 235; pascal: 194; tcl: 88
file content (170 lines) | stat: -rw-r--r-- 4,053 bytes parent folder | download
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
%
% $Id: titlepag.tex,v 1.24.2.4 2010/03/09 00:28:50 sfeam Exp $
%

\ifx\LaTeXe\undefined

% old LaTeX version
% add `,a4' to `toc_entry' to load settings for A4-paper
% see below if you add 11pt or 12pt
   \documentstyle[toc_entr]{article}

\else

% LaTeX2e version
% add `[a4paper]' before `{article}' to load settings for A4-paper
% see below if you add 11pt or 12pt
   \documentclass[twoside]{article}
   \usepackage{toc_entr}

  \usepackage[
% We've given up trying to understand pdftex vs. normal latex.
% It'll just have to sort itself out.  If it doesn't, add your
% own local hyperref options HERE.
        hyperindex,
        bookmarks,
        bookmarksnumbered=true,
        pdftitle={gnuplot documentation},
        pdfauthor={gnuplot},
        pdfsubject={see www.gnuplot.info}
  %     ,pdfcreator={}
  %     ,pdfkeywords={...}
  ]{hyperref}

  \usepackage{fancyhdr}

  \usepackage{makeidx}
  \makeindex

  % These are only needed if you want to embed figures
  \include{pdffigures}

\fi

% The following statements should adjust the default values for
% different papersizes, mainly required for verbatim output
% 30pt are a bit more than really needed
%\addtolength{\textwidth}{30pt}
%\addtolength{\oddsidemargin}{-15pt}
%\addtolength{\evensidemargin}{-15pt}
% Approximately keep the same ratio of width/height
%\addtolength{\textheight}{48pt}
%\addtolength{\topmargin}{-24pt}

\setlength{\textwidth}{6.25in}
% \setlength{\oddsidemargin}{0.5cm}
\setlength{\oddsidemargin}{0.0cm}
\setlength{\evensidemargin}{0.0cm}
\setlength{\topmargin}{-0.5in}
\setlength{\textheight}{9.5in}

\setlength{\parskip}{1ex}
\setlength{\parindent}{0pt}

% For 11pt/12pt options change `\normalsize' to `\small' in
% preverbatim
% every verbatim environment is surrounded by the commands
\newcommand{\preverbatim}{\normalsize\vspace{-2.2ex}}
\newcommand{\postverbatim}{\normalsize\vspace{-0.5ex}}

\adjustarticle

\setcounter{secnumdepth}{5}
\setcounter{tocdepth}{5}


% Read the gnuplot version into macro \gnuplotVersion 
\newread\fileGpVersion
\openin\fileGpVersion VERSION
\ifeof\fileGpVersion\openin\fileGpVersion VERSION.
\ifeof\fileGpVersion\error FATAL: Cannot read file "VERSION"
\fi\fi
\read\fileGpVersion to \gpVersion
\closein\fileGpVersion
\newbox\GpVersion \setbox\GpVersion=\hbox{\gpVersion}
\def\gnuplotVersion{\usebox\GpVersion}


% Layout setup of fancy headings:
\pagestyle{fancy} \headsep=5.5mm \addtolength{\headheight}{7mm}
%\setlength{\headrulewidth}{0.4pt}
\chead{\hyperlink{TableOfContents}{gnuplot \usebox\GpVersion}}
\cfoot{}
\rhead[\leftmark]{\thepage}
\lhead[\thepage]{\leftmark}

\begin{document}

\sloppy
\thispagestyle{empty}
\rule{0in}{1.0in}

  \begin{center}

  {\huge\bf {gnuplot \gpVersion}}\\
  \vspace{3ex}
  {\Large An Interactive Plotting Program}\\

  \vspace{2ex}

  \large
  Thomas Williams \& Colin Kelley\\

  \vspace{2ex}

  Version
    \gnuplotVersion
  organized by: Hans-Bernhard Br\"oker, Ethan A Merritt, and others\\

   \vspace{2ex}

  Major contributors (alphabetic order):\\

  Hans-Bernhard Br\"oker \\
  John Campbell\\
  Robert Cunningham\\
  David Denholm\\
  Gershon Elber\\
  Roger Fearick\\
  Carsten Grammes\\
  Lucas Hart \\
  Lars Hecking \\
  Thomas Koenig\\
  David Kotz\\
  Ed Kubaitis\\
  Russell Lang\\
  Timoth\'{e}e Lecomte\\
  Alexander Lehmann\\
  Alexander Mai \\
  Ethan A Merritt \\
  Petr Mikul\'{\i}k\\
  Carsten Steger\\
  Tom Tkacik\\
  Jos Van der Woude\\
  Alex Woo\\
  James R. Van Zandt\\
  Johannes Zellner\\
  Copyright {\copyright} 1986 - 1993, 1998, 2004   Thomas Williams, Colin Kelley\\
  Copyright {\copyright} 2004 - 2009  various authors\\

  \vspace{2ex}

  Mailing list for comments: \verb+gnuplot-info@lists.sourceforge.net+\\
  Mailing list for bug reports: \verb+gnuplot-bugs@lists.sourceforge.net+\\
  Web access (preferred): \verb+http://sourceforge.net/projects/gnuplot+

  \vfill
  This manual was originally prepared by Dick Crawford. \\

  \vspace{2ex}

 05 Mar 2010

   \end{center}
\newpage


\hypertarget{TableOfContents}{}
\tableofcontents

\newpage