Christi Scarborough | d68d7c0 | 2006-02-06 07:25:25 +0000 | [diff] [blame^] | 1 | \documentclass[a4paper,11pt]{report} |
| 2 | \usepackage[latin1]{inputenc} |
| 3 | \usepackage{helvet} |
| 4 | |
| 5 | \usepackage{float} |
| 6 | \floatstyle{ruled} |
| 7 | |
| 8 | \usepackage{hyperref} |
| 9 | \usepackage{xspace} |
| 10 | \usepackage{optional} |
| 11 | |
| 12 | \input{platform/\platform.tex} |
| 13 | |
| 14 | \opt{Archos}{\newcommand{\playerman}{Archos\xspace}} |
| 15 | \opt{Iaudio}{\newcommand{\playerman}{iAudio\xspace}} |
| 16 | \opt{Apple}{\newcommand{\playerman}{Apple iPod\xspace}} |
| 17 | |
| 18 | \opt{PS}{\newcommand{\playertype}{Player/Studio\xspace}} |
| 19 | \opt{Rec}{\newcommand{\playertype}{Recorder\xspace}} |
| 20 | \opt{FMRec}{\newcommand{\playertype}{FM Recorder\xspace}} |
| 21 | \opt{Rec2}{\newcommand{\playertype}{Recorder V2\xspace}} |
| 22 | \opt{Gmini120}{\newcommand{\playertype}{Gmini 120\xspace}} |
| 23 | \opt{GminiSP}{\newcommand{\playertype}{Gmini SP\xspace}} |
| 24 | \opt{OndioSP}{\newcommand{\playertype}{Ondio SP\xspace}} |
| 25 | \opt{OndioFM}{\newcommand{\playertype}{Ondio FM\xspace}} |
| 26 | \opt{H320}{\newcommand{\playertype}{H320/340\xspace}} |
| 27 | \opt{H100}{\newcommand{\playertype}{iHP-100/iHP-110/iHP-115\xspace}} |
| 28 | \opt{Ifp790}{\newcommand{\playertype}{iFP-790\xspace}} |
| 29 | \opt{X5}{\newcommand{\playertype}{X5\xspace}} |
| 30 | \opt{Color}{\newcommand{\playertype}{Color/Photo\xspace}} |
| 31 | \opt{Nano}{\newcommand{\playertype}{Nano\xspace}} |
| 32 | \opt{Video}{\newcommand{\playertype}{Video\xspace}} |
| 33 | |
| 34 | \newcommand{\playername}{\playerman \playertype} |
| 35 | |
| 36 | \newcommand{\fname}[1]{\textbf{#1}} |
| 37 | \newcommand{\tabeltc}[1]{{\centering #1 \par}} |
| 38 | \newcommand{\tabelth}[1]{{\centering \textbf{\textit{#1}} \par}} |
| 39 | |
| 40 | \usepackage{fancyhdr} |
| 41 | \usepackage{graphicx} |
| 42 | \usepackage{verbatim} |
| 43 | \usepackage{lscape} |
| 44 | \usepackage{makeidx} |
| 45 | \usepackage{amsmath} |
| 46 | \usepackage{amssymb} |
| 47 | \usepackage{fancyvrb} |
| 48 | \usepackage{enumerate} |
| 49 | \usepackage{subfigure} |
| 50 | \usepackage{color} |
| 51 | %\usepackage{url} |
| 52 | %\urlstyle{same} |
| 53 | |
| 54 | \pagestyle{fancy} |
| 55 | \renewcommand{\chaptermark}[1]{\markboth{#1}{}} |
| 56 | \renewcommand{\sectionmark}[1]{\markright{\thesection\ #1}} |
| 57 | \fancyhead{} |
| 58 | \fancyfoot{} |
| 59 | \fancyhead[RO]{\iffloatpage{}{\rightmark}} |
| 60 | \fancyhead[LE]{\iffloatpage{}{\leftmark}} |
| 61 | \fancyhead[LO,RE]{\iffloatpage{}{\raisebox{-3pt}}} |
| 62 | \fancyfoot[RO,LE]{\iffloatpage{}{\thepage}} |
| 63 | |
| 64 | \fancyfoot[CO,CE]{} |
| 65 | \renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}} |
| 66 | \renewcommand{\footrulewidth}{\iffloatpage{0pt}{0.4pt}} |
| 67 | \setlength{\headheight}{18.5pt} |
| 68 | \newcounter{example}[chapter] |
| 69 | \newenvironment{example} |
| 70 | {\stepcounter{example}\paragraph{Example \theexample:}} |
| 71 | {\hfill$\Box$ |
| 72 | |
| 73 | \bigskip |
| 74 | \noindent} |
| 75 | |
| 76 | \renewcommand{\familydefault}{\sfdefault} |