diff options
Diffstat (limited to 'doc/doxygen/latex/refman.tex')
| -rw-r--r-- | doc/doxygen/latex/refman.tex | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/doxygen/latex/refman.tex b/doc/doxygen/latex/refman.tex new file mode 100644 index 0000000..6b60c38 --- /dev/null +++ b/doc/doxygen/latex/refman.tex @@ -0,0 +1,39 @@ +\documentclass[letterpaper]{book} +\usepackage{makeidx} +\usepackage{fancyhdr} +\usepackage{graphicx} +\usepackage{float} +\usepackage{alltt} +\usepackage{doxygen} +\makeindex +\setcounter{tocdepth}{1} +\setlength{\footrulewidth}{0.4pt} +\begin{document} +\begin{titlepage} +\vspace*{7cm} +\begin{center} +{\Large Rt\-Audio Reference Manual}\\ +\vspace*{1cm} +{\small May 2002}\\ +\end{center} +\end{titlepage} +\clearemptydoublepage +\pagenumbering{roman} +\tableofcontents +\clearemptydoublepage +\pagenumbering{arabic} +\chapter{The {\bf Rt\-Audio} {\rm (p.\,\pageref{classRtAudio})} Tutorial} +\label{index}\input{index} +\chapter{Rt\-Audio Compound Index} +\input{annotated} +\chapter{Rt\-Audio File Index} +\input{files} +\chapter{Rt\-Audio Class Documentation} +\input{classRtAudio} +\include{structRtAudio_1_1RTAUDIO__DEVICE} +\include{classRtError} +\chapter{Rt\-Audio File Documentation} +\input{RtAudio_8h} +\include{tutorial_8txt} +\printindex +\end{document} |
