2006-03-29 18:48:52 +00:00
|
|
|
\documentclass[a4paper,11pt]{scrreprt}
|
2006-02-06 07:25:25 +00:00
|
|
|
\usepackage[latin1]{inputenc}
|
2006-03-22 23:26:30 +00:00
|
|
|
\usepackage{palatino}
|
2006-03-08 17:58:11 +00:00
|
|
|
%\renewcommand{\familydefault}{\sfdefault}
|
2006-02-06 07:25:25 +00:00
|
|
|
|
2006-03-24 11:53:07 +00:00
|
|
|
%Comment this out at release
|
2006-03-24 17:19:32 +00:00
|
|
|
\usepackage{pdfdraftcopy}
|
|
|
|
\draftstring{DRAFT VERSION}
|
2006-03-24 11:53:07 +00:00
|
|
|
%\draftangle{45}
|
2006-03-29 18:40:42 +00:00
|
|
|
\usepackage{tabularx}
|
2006-03-24 11:53:07 +00:00
|
|
|
|
|
|
|
|
2006-02-06 07:25:25 +00:00
|
|
|
\usepackage{float}
|
|
|
|
\floatstyle{ruled}
|
|
|
|
|
2006-03-14 09:52:20 +00:00
|
|
|
\usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=blue, citecolor=blue, urlcolor=blue]{hyperref}
|
2006-02-06 07:25:25 +00:00
|
|
|
\usepackage{xspace}
|
|
|
|
\usepackage{optional}
|
|
|
|
|
|
|
|
\input{platform/\platform.tex}
|
|
|
|
|
2006-03-21 10:28:35 +00:00
|
|
|
\newcommand{\playername}{\playerman\ \playertype}
|
2006-02-06 07:25:25 +00:00
|
|
|
|
|
|
|
\newcommand{\fname}[1]{\textbf{#1}}
|
|
|
|
\newcommand{\tabeltc}[1]{{\centering #1 \par}}
|
|
|
|
\newcommand{\tabelth}[1]{{\centering \textbf{\textit{#1}} \par}}
|
|
|
|
|
|
|
|
\usepackage{fancyhdr}
|
|
|
|
\usepackage{graphicx}
|
|
|
|
\usepackage{verbatim}
|
|
|
|
\usepackage{lscape}
|
|
|
|
\usepackage{makeidx}
|
|
|
|
\usepackage{amsmath}
|
|
|
|
\usepackage{amssymb}
|
|
|
|
\usepackage{fancyvrb}
|
|
|
|
\usepackage{enumerate}
|
|
|
|
\usepackage{subfigure}
|
|
|
|
\usepackage{color}
|
2006-03-08 15:04:36 +00:00
|
|
|
\usepackage{booktabs}
|
2006-03-15 10:56:14 +00:00
|
|
|
\usepackage{longtable}
|
2006-02-06 07:25:25 +00:00
|
|
|
%\usepackage{url}
|
|
|
|
%\urlstyle{same}
|
|
|
|
|
|
|
|
\pagestyle{fancy}
|
|
|
|
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
|
|
|
|
\renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}}
|
|
|
|
\fancyhead{}
|
|
|
|
\fancyfoot{}
|
|
|
|
\fancyhead[RO]{\iffloatpage{}{\rightmark}}
|
|
|
|
\fancyhead[LE]{\iffloatpage{}{\leftmark}}
|
|
|
|
\fancyhead[LO,RE]{\iffloatpage{}{\raisebox{-3pt}}}
|
|
|
|
\fancyfoot[RO,LE]{\iffloatpage{}{\thepage}}
|
|
|
|
|
|
|
|
\fancyfoot[CO,CE]{}
|
|
|
|
\renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}}
|
|
|
|
\renewcommand{\footrulewidth}{\iffloatpage{0pt}{0.4pt}}
|
|
|
|
\setlength{\headheight}{18.5pt}
|
|
|
|
\newcounter{example}[chapter]
|
2006-03-24 11:53:07 +00:00
|
|
|
|
2006-02-06 07:25:25 +00:00
|
|
|
\newenvironment{example}
|
|
|
|
{\stepcounter{example}\paragraph{Example \theexample:}}
|
|
|
|
{\hfill$\Box$
|
|
|
|
|
|
|
|
\bigskip
|
|
|
|
\noindent}
|
2006-03-24 11:53:07 +00:00
|
|
|
|
|
|
|
|