summaryrefslogtreecommitdiff
path: root/documentation/fltk-book.tex
diff options
context:
space:
mode:
authorengelsman <engelsman>2008-10-09 20:29:36 +0000
committerengelsman <engelsman>2008-10-09 20:29:36 +0000
commit4fb871e2453faafd903e0679119edfa8fa9fb43f (patch)
tree3fa64a7b22a89ac9c0b31280940af12c22eb4824 /documentation/fltk-book.tex
parent28ab4c44111e322de36bfc465d61bee168a83d06 (diff)
first steps towards doxygen to LaTeX to PDF generation
- Doxyfile: enable LATEX generation - index.dox: table simplified, and alternative \image latex added - FL200.eps: new eps version of FL200.gif - fltk-book.tex: LaTeX template file, with title page Note: there are still too many errors in the generated LaTeX because the html in the *.dox files is too complex for doxygen's understanding, so we still can't generate the full LaTeX and hence PDF versions. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6402 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/fltk-book.tex')
-rw-r--r--documentation/fltk-book.tex58
1 files changed, 58 insertions, 0 deletions
diff --git a/documentation/fltk-book.tex b/documentation/fltk-book.tex
new file mode 100644
index 000000000..797e74096
--- /dev/null
+++ b/documentation/fltk-book.tex
@@ -0,0 +1,58 @@
+\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}{3}
+\renewcommand{\footrulewidth}{0.4pt}
+\begin{document}
+\begin{titlepage}
+\vspace*{6cm}
+\begin{center}
+{\Huge FLTK 1.3.0 Programming Manual}\\
+\vspace*{0.5cm}
+\begin{ImageNoCaption}
+ \mbox{\includegraphics[width=4cm]{FL200}}
+\end{ImageNoCaption}\\
+\vspace*{0.5cm}
+{\Large
+Revision 8 by Michael Sweet, Craig P. Earls,\\
+Matthias Melcher, and Bill Spitzak.}\\
+\vspace*{0.5cm}
+{\large Copyright 1998-2008 by Bill Spitzak and others.}\\
+\vspace*{3.5cm}
+{\large Generated by Doxygen 1.5.7.1}\\
+\vspace*{0.5cm}
+{\small Mon Oct 6 20:25:35 2008}\\
+\end{center}
+\end{titlepage}
+\clearemptydoublepage
+\pagenumbering{roman}
+\tableofcontents
+\clearemptydoublepage
+\pagenumbering{arabic}