summaryrefslogtreecommitdiff
path: root/documentation/fltk-book.tex
diff options
context:
space:
mode:
authorFabien Costantini <fabien@onepost.net>2008-10-17 12:42:28 +0000
committerFabien Costantini <fabien@onepost.net>2008-10-17 12:42:28 +0000
commit6ff84799a31e9ebfd0df4a6d85b79d9ce93f20a2 (patch)
tree8186e79c0f41a38eb5fd584c7949f731752d7ef1 /documentation/fltk-book.tex
parent69dbe4ea9cf540310a276be574eb98a59102f64e (diff)
Moved latex related files to src, man files to src, updated Makefile and Doxyfile accordingly.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6453 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/fltk-book.tex')
-rw-r--r--documentation/fltk-book.tex58
1 files changed, 0 insertions, 58 deletions
diff --git a/documentation/fltk-book.tex b/documentation/fltk-book.tex
deleted file mode 100644
index 797e74096..000000000
--- a/documentation/fltk-book.tex
+++ /dev/null
@@ -1,58 +0,0 @@
-\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}