2008-10-09 20:29:36 +00:00
|
|
|
\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
|
2008-12-07 22:31:40 +00:00
|
|
|
\setcounter{tocdepth}{1}
|
2008-10-09 20:29:36 +00:00
|
|
|
\renewcommand{\footrulewidth}{0.4pt}
|
|
|
|
|
\begin{document}
|
|
|
|
|
\begin{titlepage}
|
2008-12-07 23:03:29 +00:00
|
|
|
\vspace*{4.5cm}
|
2008-10-09 20:29:36 +00:00
|
|
|
\begin{center}
|
2015-04-25 17:23:21 +00:00
|
|
|
{\Huge FLTK @FL_VERSION@ Programming Manual}\\
|
2008-12-07 23:03:29 +00:00
|
|
|
\vspace*{2cm}
|
2017-04-02 09:31:05 +00:00
|
|
|
\begin{DoxyImageNoCaption}
|
|
|
|
|
\mbox{\includegraphics[width=6cm]{FL200.png}}
|
|
|
|
|
\end{DoxyImageNoCaption}\\
|
2008-12-07 23:03:29 +00:00
|
|
|
\vspace*{2cm}
|
2008-10-09 20:29:36 +00:00
|
|
|
{\Large
|
2016-01-30 00:56:42 +00:00
|
|
|
Revision 10 by F. Costantini, D. Gibson, M. Melcher, \\
|
2011-08-26 17:25:44 +00:00
|
|
|
A. Schlosser, B. Spitzak, and M. Sweet.}\\
|
2008-12-07 23:03:29 +00:00
|
|
|
\vspace*{1.5cm}
|
2014-10-04 23:42:17 +00:00
|
|
|
{\large Copyright 1998-@YEAR@ by Bill Spitzak and others.}\\
|
2011-08-26 17:25:44 +00:00
|
|
|
\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}
|
2014-10-04 23:42:17 +00:00
|
|
|
{\large Generated by Doxygen @DOXY_VERSION@}\\
|
2008-10-09 20:29:36 +00:00
|
|
|
\vspace*{0.5cm}
|
2008-12-07 22:21:37 +00:00
|
|
|
\today{}\\
|
2008-10-09 20:29:36 +00:00
|
|
|
\end{center}
|
|
|
|
|
\end{titlepage}
|
|
|
|
|
\clearemptydoublepage
|
|
|
|
|
\pagenumbering{roman}
|
|
|
|
|
\tableofcontents
|
|
|
|
|
\clearemptydoublepage
|
|
|
|
|
\pagenumbering{arabic}
|