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
|
%
% $Id: titlepag.tex,v 1.45.2.6 2017/07/31 02:02:24 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{latexsym}
\usepackage[utf8x]{inputenc}
\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}
% This replaces the default ugly red boxes around hyperlinks
\hypersetup{
colorlinks = true, %Colours links instead of ugly boxes
linkcolor = blue, %Colour of internal links
urlcolor = blue %Colour for external hyperlinks
}
\usepackage{fancyhdr}
\usepackage{makeidx}
\makeindex
\usepackage{longtable}
% This is 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{\oddsidemargin}{0.5cm}
\setlength{\oddsidemargin}{0.0cm}
\setlength{\evensidemargin}{0.0cm}
\setlength{\topmargin}{-0.5in}
\setlength{\textwidth}{6.50in}
\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: Ethan A Merritt and many others\\
\vspace{2ex}
Major contributors (alphabetic order):\\
Christoph Bersch,
Hans-Bernhard Bröker,\\
John Campbell,
Robert Cunningham,\\
David Denholm,
Gershon Elber,\\
Roger Fearick,
Carsten Grammes,\\
Lucas Hart,
Lars Hecking,
Péter Juhász,\\
Thomas Koenig,
David Kotz,\\
Ed Kubaitis,
Russell Lang,
Timothée Lecomte,\\
Alexander Lehmann,
Jérôme Lodewyck,\\
Alexander Mai,
Bastian Märkisch, \\
Ethan A Merritt,
Petr Mikulík,\\
Daniel Sebald,
Carsten Steger,
Shigeharu Takeno,\\
Tom Tkacik,
Jos Van der Woude,\\
James R. Van Zandt,
Alex Woo,
Johannes Zellner\\
Copyright {\copyright} 1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley\\
Copyright {\copyright} 2004 - 2019 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}
% 31 May 2017 Version 5.2
Version 5.2.6 (January 2019)
\end{center}
\newpage
\hypertarget{TableOfContents}{}
\tableofcontents
\newpage
|