1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-03 17:37:18 +00:00
OpenMW/manual/opencs/main.tex
Lukasz Gromanowski 7c2afc43f4 Small reformatting.
Broked long lines, removed unneeded hard line breaks, added defs for
common words.

Signed-off-by: Lukasz Gromanowski <lgromanowski@gmail.com>
2013-12-01 01:07:08 +01:00

33 lines
790 B
TeX

\documentclass[american]{article}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{txfonts} % Public Times New Roman text & math font
\usepackage[pdftex]{graphicx}
\usepackage[colorlinks,pdftex]{hyperref}
\author{OpenMW Team}
\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}
}
\def\MW{\textit{Morrowind\texttrademark{}\ }}
\def\TB{\textit{Tribunal\ }}
\def\BM{\textit{Bloodmon\ }}
\def\BS{Bethesda Softworks\ }
\begin{document}
\title{OpenCS User Manual}
\maketitle
\tableofcontents{}
\input{files_and_directories}
\input{creating_file}
\input{windows}
\input{tables}
\input{filters}
\end{document}