2013-10-22 15:20:15 +00:00
|
|
|
\documentclass[american]{article}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
\usepackage{babel}
|
2013-12-01 00:07:08 +00:00
|
|
|
\usepackage{txfonts} % Public Times New Roman text & math font
|
|
|
|
\usepackage[pdftex]{graphicx}
|
2013-12-01 02:18:08 +00:00
|
|
|
\usepackage[final,colorlinks,pdftex,pdfpagelabels=true]{hyperref}
|
2013-10-22 15:20:15 +00:00
|
|
|
\author{OpenMW Team}
|
2013-12-01 00:07:08 +00:00
|
|
|
|
|
|
|
\def\pdfBorderAttrs{/Border [0 0 0] } % No border arround Links
|
|
|
|
|
|
|
|
\def\CPP{{C\kern-.05em\raise.23ex\hbox{+\kern-.05em+}}}
|
|
|
|
\hypersetup{%
|
|
|
|
pdfauthor={Copyright \textcopyright{} OpenMW Team },
|
|
|
|
pdftitle={OpenCS user manual}
|
|
|
|
}
|
2013-12-01 02:18:08 +00:00
|
|
|
\def\mono{\texttt}
|
|
|
|
\def\MW{\textit{Morrowind\texttrademark{}}}
|
|
|
|
\def\TB{\textit{Tribunal}}
|
|
|
|
\def\BM{\textit{Bloodmon}}
|
|
|
|
\def\BS{Bethesda Softworks}
|
|
|
|
\def\OMW{\hbox{OpenMW}}
|
|
|
|
\def\OCS{\hbox{OpenCS}}
|
2013-12-01 00:07:08 +00:00
|
|
|
|
2013-10-22 15:20:15 +00:00
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\title{OpenCS User Manual}
|
|
|
|
\maketitle
|
|
|
|
\tableofcontents{}
|
2013-11-19 19:35:57 +00:00
|
|
|
\input{files_and_directories}
|
|
|
|
\input{creating_file}
|
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}
|