summaryrefslogtreecommitdiff
path: root/documentation/src/fltk-book.tex.in
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2014-10-04 23:42:17 +0000
committerAlbrecht Schlosser <albrechts.fltk@online.de>2014-10-04 23:42:17 +0000
commit7aa27859a552f0e459110455a372e5a017bc6873 (patch)
tree39fea3936055c9acf6db12d23c603030c1d77761 /documentation/src/fltk-book.tex.in
parent8a3c43da558f7ec7ec97008252d2093e0428529d (diff)
Improve documentation generation (pdf only).
Add file VERSION that includes the FLTK version number (only), generate fltk.pdf with automatic copyright year and doxygen version. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10352 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/src/fltk-book.tex.in')
-rw-r--r--documentation/src/fltk-book.tex.in65
1 files changed, 65 insertions, 0 deletions
diff --git a/documentation/src/fltk-book.tex.in b/documentation/src/fltk-book.tex.in
new file mode 100644
index 000000000..e3cdb8f2e
--- /dev/null
+++ b/documentation/src/fltk-book.tex.in
@@ -0,0 +1,65 @@
+\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 @VERSION@ Programming Manual}\\
+\vspace*{2cm}
+\begin{ImageNoCaption}
+ \mbox{\includegraphics[width=6cm]{FL200}}
+\end{ImageNoCaption}\\
+\vspace*{2cm}
+{\Large
+Revision 9 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}