git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12214 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
66 lines
1.6 KiB
TeX
66 lines
1.6 KiB
TeX
\documentclass[a4paper]{book}
|
|
\usepackage{a4wide}
|
|
\usepackage{makeidx}
|
|
\usepackage{fancyhdr}
|
|
\usepackage{graphicx}
|
|
\usepackage{multicol}
|
|
\usepackage{float}
|
|
\usepackage{textcomp}
|
|
\usepackage{alltt}
|
|
\usepackage{times}
|
|
\usepackage{ifpdf}
|
|
\ifpdf
|
|
\usepackage[pdftex,
|
|
pagebackref=true,
|
|
colorlinks=true,
|
|
linkcolor=blue,
|
|
unicode
|
|
]{hyperref}
|
|
\else
|
|
\usepackage[ps2pdf,
|
|
pagebackref=true,
|
|
colorlinks=true,
|
|
linkcolor=blue,
|
|
unicode
|
|
]{hyperref}
|
|
\usepackage{pspicture}
|
|
\fi
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{doxygen}
|
|
\makeindex
|
|
\setcounter{tocdepth}{1}
|
|
\renewcommand{\footrulewidth}{0.4pt}
|
|
\begin{document}
|
|
\begin{titlepage}
|
|
\vspace*{4.5cm}
|
|
\begin{center}
|
|
{\Huge FLTK @FL_VERSION@ Programming Manual}\\
|
|
\vspace*{2cm}
|
|
\begin{DoxyImageNoCaption}
|
|
\mbox{\includegraphics[width=6cm]{FL200.png}}
|
|
\end{DoxyImageNoCaption}\\
|
|
\vspace*{2cm}
|
|
{\Large
|
|
Revision 10 by F. Costantini, D. Gibson, M. Melcher, \\
|
|
A. Schlosser, B. Spitzak, and M. Sweet.}\\
|
|
\vspace*{1.5cm}
|
|
{\large Copyright 1998-@YEAR@ by Bill Spitzak and others.}\\
|
|
\vspace*{0.75cm}
|
|
{\Small
|
|
This software and manual are provided under the terms of the GNU Library General Public License.}\\
|
|
{\Small
|
|
Permission is granted to reproduce this manual or any portion for any purpose,}\\
|
|
{\Small
|
|
provided this copyright and permission notice are preserved.}\\
|
|
\vspace*{2.5cm}
|
|
{\large Generated by Doxygen @DOXY_VERSION@}\\
|
|
\vspace*{0.5cm}
|
|
\today{}\\
|
|
\end{center}
|
|
\end{titlepage}
|
|
\clearemptydoublepage
|
|
\pagenumbering{roman}
|
|
\tableofcontents
|
|
\clearemptydoublepage
|
|
\pagenumbering{arabic}
|