diff options
| author | Gary Scavone <gary@music.mcgill.ca> | 2013-10-10 23:55:02 +0200 |
|---|---|---|
| committer | Stephen Sinclair <sinclair@music.mcgill.ca> | 2013-10-10 23:55:02 +0200 |
| commit | 9f727b28665547db7609c0baf5c39ca96af71565 (patch) | |
| tree | 65d5391e3ba84bc843e81e52f46918f93c19dda7 /doc/doxygen/latex/refman.tex | |
| parent | a1bbe4d94da4e9fd19f54bf83de23a6f5dc345df (diff) | |
Release 2.0.1 tarball2.0.1
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} |
