2013-10-22 15:20:15 +00:00
|
|
|
\documentclass[american]{article}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
\usepackage{babel}
|
2013-10-30 20:51:37 +00:00
|
|
|
\usepackage{graphicx}
|
2013-10-22 15:20:15 +00:00
|
|
|
\author{OpenMW Team}
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\title{OpenCS User Manual}
|
|
|
|
\maketitle
|
|
|
|
\tableofcontents{}
|
2013-11-06 21:01:37 +00:00
|
|
|
\input{windows}
|
2013-10-30 20:51:37 +00:00
|
|
|
\input{tables}
|
2013-10-22 15:20:15 +00:00
|
|
|
\input{filters}
|
|
|
|
\end{document}
|