Christi Scarborough | d68d7c0 | 2006-02-06 07:25:25 +0000 | [diff] [blame] | 1 | \documentclass[a4paper,11pt]{report} |
| 2 | \usepackage[latin1]{inputenc} |
Martin Arver | 35dcf90 | 2006-03-08 17:58:11 +0000 | [diff] [blame] | 3 | \usepackage{times} |
| 4 | %\renewcommand{\familydefault}{\sfdefault} |
Christi Scarborough | d68d7c0 | 2006-02-06 07:25:25 +0000 | [diff] [blame] | 5 | |
| 6 | \usepackage{float} |
| 7 | \floatstyle{ruled} |
| 8 | |
Linus Nielsen Feltzing | 2740dc5 | 2006-03-14 09:52:20 +0000 | [diff] [blame] | 9 | \usepackage[colorlinks=true, pdfstartview=FitV, linkcolor=blue, citecolor=blue, urlcolor=blue]{hyperref} |
Christi Scarborough | d68d7c0 | 2006-02-06 07:25:25 +0000 | [diff] [blame] | 10 | \usepackage{xspace} |
| 11 | \usepackage{optional} |
| 12 | |
| 13 | \input{platform/\platform.tex} |
| 14 | |
Christi Scarborough | d68d7c0 | 2006-02-06 07:25:25 +0000 | [diff] [blame] | 15 | \newcommand{\playername}{\playerman \playertype} |
| 16 | |
| 17 | \newcommand{\fname}[1]{\textbf{#1}} |
| 18 | \newcommand{\tabeltc}[1]{{\centering #1 \par}} |
| 19 | \newcommand{\tabelth}[1]{{\centering \textbf{\textit{#1}} \par}} |
| 20 | |
| 21 | \usepackage{fancyhdr} |
| 22 | \usepackage{graphicx} |
| 23 | \usepackage{verbatim} |
| 24 | \usepackage{lscape} |
| 25 | \usepackage{makeidx} |
| 26 | \usepackage{amsmath} |
| 27 | \usepackage{amssymb} |
| 28 | \usepackage{fancyvrb} |
| 29 | \usepackage{enumerate} |
| 30 | \usepackage{subfigure} |
| 31 | \usepackage{color} |
Martin Arver | a245e88 | 2006-03-08 15:04:36 +0000 | [diff] [blame] | 32 | \usepackage{booktabs} |
Martin Arver | d3d3e34 | 2006-03-15 10:56:14 +0000 | [diff] [blame^] | 33 | \usepackage{longtable} |
Christi Scarborough | d68d7c0 | 2006-02-06 07:25:25 +0000 | [diff] [blame] | 34 | %\usepackage{url} |
| 35 | %\urlstyle{same} |
| 36 | |
| 37 | \pagestyle{fancy} |
| 38 | \renewcommand{\chaptermark}[1]{\markboth{#1}{}} |
| 39 | \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}} |
| 40 | \fancyhead{} |
| 41 | \fancyfoot{} |
| 42 | \fancyhead[RO]{\iffloatpage{}{\rightmark}} |
| 43 | \fancyhead[LE]{\iffloatpage{}{\leftmark}} |
| 44 | \fancyhead[LO,RE]{\iffloatpage{}{\raisebox{-3pt}}} |
| 45 | \fancyfoot[RO,LE]{\iffloatpage{}{\thepage}} |
| 46 | |
| 47 | \fancyfoot[CO,CE]{} |
| 48 | \renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}} |
| 49 | \renewcommand{\footrulewidth}{\iffloatpage{0pt}{0.4pt}} |
| 50 | \setlength{\headheight}{18.5pt} |
| 51 | \newcounter{example}[chapter] |
| 52 | \newenvironment{example} |
| 53 | {\stepcounter{example}\paragraph{Example \theexample:}} |
| 54 | {\hfill$\Box$ |
| 55 | |
| 56 | \bigskip |
| 57 | \noindent} |