From 4fb871e2453faafd903e0679119edfa8fa9fb43f Mon Sep 17 00:00:00 2001 From: engelsman Date: Thu, 9 Oct 2008 20:29:36 +0000 Subject: 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 --- documentation/fltk-book.tex | 58 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 documentation/fltk-book.tex (limited to 'documentation/fltk-book.tex') 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} -- cgit v1.2.3