X-Git-Url: http://git.projectaon.org/?p=project-aon.git;a=blobdiff_plain;f=common%2Fxsl%2Flatex.xsl;fp=common%2Fxsl%2Flatex.xsl;h=e351f5f5d14a58451c8ace052be58254d88fd43c;hp=0000000000000000000000000000000000000000;hb=f4bdee5083ca9a72713637e1e979aa183e06faea;hpb=97545603aea8298f1eceb604ff65085cc7adfced diff --git a/common/xsl/latex.xsl b/common/xsl/latex.xsl new file mode 100644 index 0000000..e351f5f --- /dev/null +++ b/common/xsl/latex.xsl @@ -0,0 +1,2160 @@ + + + %latex.characters; +]> + + + + + + + + + + + + + + + + + +0.0,0.0,0.0 + +en +a5paper +twoside +yes +yes + + + + + + + + + + + + + + + + + + + + + + + 15 + 15 + 6 + 9 + 4.5 + 3 + 3 + 6 + 6 + + + + + + + + + 12 + 15.5 + + -1.9 + 0 + + + + + + + + + + + +\documentclass[,12pt,,BCOR10mm,DIVcalc,headinclude,cleardoubleempty]{scrbook} + + + + + +% xltxtra loads fontspec +\usepackage{xltxtra} + + + + +%% TrueType font %% +\usepackage[T1]{fontenc} + + + + + + + + + \setmainfont[Ligatures=TeX]{ITC Souvenir Std Light} + + + + \usepackage{souvenir} + + + + + + + +\typearea[current]{calc} + +% list only chapters in the ToC +\setcounter{tocdepth}{1} + + + + + % Graphicx package is loaded by xltxtra + + + + \usepackage[pdftex]{graphicx} + + + + + +% The eso-pic package helps put objects on the background of pages, without +% respecting margins. This is what we use for the bearer scroll +\usepackage{eso-pic} + +\usepackage{array} +% needed for using \centering in tabular environment +\newcommand{\PreserveBackslash}[1]{\let\temp=\\#1\let\\=\temp} + +\usepackage{ifthen} +\usepackage{calc} + + + + + + + + +% Polyglossia replaces Babel: +\usepackage{polyglossia} +\setdefaultlanguage{spanish} + + + + + + + + +%% color info %% +\usepackage{color} +\definecolor{titlecolor}{rgb}{} +\definecolor{lightgray}{gray}{0.75} + +%% headers and footers %% +\usepackage{fancyhdr} + +\renewcommand{\chaptermark}[1]{} +\renewcommand{\sectionmark}[1]{} +\fancyhf{} + +\ifthenelse{\boolean{@twoside}}% +{ %% Two-sided %% + \fancyhead[CO]{\iffloatpage{}{}} + \fancyhead[CE]{\iffloatpage{}{\bfseries }} + \fancyhead[LO,RE]{\iffloatpage{}{\thepage}}% +} +{ %% One-sided %% + \fancyhead[C]{\iffloatpage{}{\bfseries{:} \normalfont{}}} + \fancyhead[R]{\iffloatpage{}{\thepage}}} + \renewcommand{\headrulewidth}{\iffloatpage{0pt}{0.4pt}% +} + +\fancypagestyle{plain}{ + \fancyhf{} + \renewcommand{\headrulewidth}{0pt} +} + +\fancypagestyle{empty}{ + \fancyhf{} + \renewcommand{\headrulewidth}{0pt} +} + +% support for PDF metadata not supported by hyperref package +\usepackage{hyperxmp} +%% hyper-references %% + + + + \usepackage[xetex,colorlinks=false,bookmarks=true]{hyperref} + + + + \usepackage[pdftex,colorlinks=false,pdfborder=0 0 0,bookmarks=true]{hyperref} + + + + +\hypersetup{ + pdftitle={}, + pdfauthor={ + + + + .}, + pdfcopyright={ + + + + .}, + pdflicenseurl={http://www.projectaon.org/en/Main/License}, +%% We need a meta-variable for the series in order to include it here: + pdfsubject={Lone Wolf Series}, + pdfkeywords={lone wolf, project aon} +} + +% \raggedbottom + +\usepackage{multicol} + +% provides environments for changing the spacing +\usepackage{setspace} + +% package ellipsis provides an ellipsis with even spacing before and after the ellipsis +\usepackage{ellipsis} + +%% new environments %% +\newenvironment{aonchoice}{\begin{list}{}{\setlength{\topsep}{0pt}} \item}{\end{list}} +\newenvironment{aoncombat}{\begin{list}{}{\setlength{\topsep}{0pt}} \item}{\end{list}} +\newenvironment{aonitemize}{\begin{list}{}{\setlength{\topsep}{0pt} \setlength{\parsep}{0pt} \setlength{\itemsep}{0pt}}}{\end{list}} +\newenvironment{aonordereditemize}{\begin{list}{\arabic{aoncounter}.}{\usecounter{aoncounter} \setlength{\topsep}{0pt} \setlength{\parsep}{0pt} \setlength{\itemsep}{0pt}}}{\end{list}} +\newcounter{aoncounter} + +%% new commands %% +\newcommand{\lightgraybox}[2]{{\fboxsep0pt% + \colorbox{lightgray}{\makebox(#1,#2){}}}} + +% set the general style for all sectioning titles +\setkomafont{sectioning}{\normalcolor\bfseries} + +% set the color of the title +\addtokomafont{title}{\color{titlecolor}} + +% set layout of footnotes +\deffootnote{1em}{1em}{\textsuperscript{\thefootnotemark}} + +% define the height of the large illustrations +\newlength{\figureheight} +\setlength{\figureheight}{\textheight+\headsep+\headheight/2} + +% mark overfull lines; comment out to disable the marker +%\overfullrule=30pt + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{document} + +\title{} +\author{} +\date{} + + + + + + \uppertitleback{ + + } + + + + \lowertitleback{ + + + + + ~\\ + + + + + + + - + + 0 + + + - + + 0 + + + + + + + + + + \\ + + + + ~\\ + + + + + } + + + + \dedication{ + + } + + + + \maketitle + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Bearer Scroll %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% The following definition is use to put the bearer scroll over the margin. +% Measurement is based on the English bearer scrolls (420 x 597). +% To prevent problems with other scrolls, the scrolls is scaled to +% this size +% ----------------------------------------------------------------------- +% \thispagestyle{empty} +% \newlength{\bearersaveunitlength} +% \setlength{\bearersaveunitlength}{\unitlength} +% \setlength{\unitlength}{1mm} +%\begin{picture}(0,0) +% \put(-22,-180){\includegraphics[height=597pt,keepaspectratio]{bearer.pdf}} +% \end{picture}% +% \setlength{\unitlength}{\bearersaveunitlength} +% \cleardoublepage +% ----------------------------------------------------------------------- +% +% Alternate definition - [TODO] needs to be tested in English PDF builds +% +% In order to not depend on the *real* size of the PDF +% it is be best to have the size be strictly defined. +% This section uses the eso-pic package to +% set the bearer scroll as a background picture, centered and +% scaled to fit in the page. +\AddToShipoutPicture*{ + \put(0,0){ + \parbox[b][\paperheight]{\paperwidth}{ + \vfill + \centering + \includegraphics[height=\paperheight,keepaspectratio]{bearer.pdf} + \vfill + } + } +} +\clearpage\mbox{}\clearpage +\ClearShipoutPicture +\cleardoublepage + + +\tableofcontents + +\pagestyle{fancy} + +% we do not need the special properties of the frontmatter, e.g. +% separate page numbering with Roman numbers; so we omit the command +% \frontmatter + + + +\addchap{ + +} + + + + + + + +% we do not use \frontmatter; so we omit the command \mainmatter as well + + + + + + + + + + + + + +\backmatter + +\ifthenelse{\boolean{@twoside}}% +{ %% Two-sided %% + \fancyhead[RO,LE]{} +} +{ %% One-sided %% + \fancyhead[R]{} +} + +\setcounter{topnumber}{6} +\renewcommand{\topfraction}{1} +\renewcommand{\textfraction}{0} +\setlength{\floatsep}{10pt} + + + + + + + + + + + + + + + +\end{document} + + + + + + + + + + + + + + + \addchap{ + + } + \hypertarget{ + + }{} + + + + + + + + + + + + + + + + + + + \addsec{ + + } + \hypertarget{ + + }{} + + + + + + + + + + + + + + + + + + + + + \addsec{ + + } + \hypertarget{ + + }{} + + + + + + + + + + + + + \subsection*{ + + } + \hypertarget{ + + }{} + + + + + + + + + + {\large \hypertarget{ + + }{ + + }} + + + + + + + + + \clearpage{\pagestyle{empty}\cleardoublepage} + + + {\huge \hypertarget{ + + }{ + + }} + + \addcontentsline{toc}{section}{\protect\numberline{}{ + + }} + + + + + + + + + + + \newpage + {\LARGE \hypertarget{ + + }{ + + }} + + \addcontentsline{toc}{subsection}{\protect\numberline{}{ + + }} + + + + + + + + + {\Large \hypertarget{ + + }{ + + }} + + + + + + + + + {\large \hypertarget{ + + }{ + + }} + + + + + + + + + + + \newpage + {\LARGE \hypertarget{ + + }{ + + }} + + + + + + + + + \cleardoublepage + + + + \newcommand{\aonmarks}{ + \ifthenelse{\equal{\leftmark}{\rightmark}} + {\rightmark} + {\rightmark{} - \leftmark} + \ifthenelse{\boolean{@twoside}}% + {%% Two-sided %% + \fancyhead[RO,LE]{\iffloatpage{}{\large{\bfseries \aonmarks}}} + \fancyhead[LO,RE]{\iffloatpage{}{\thepage}}} + {%% One-sided %% + \fancyhead[R]{\iffloatpage{}{\large{\bfseries \aonmarks}}} + \fancyhead[L]{\iffloatpage{}{\thepage}}% + } + } + + + + + + \addchap[ + + ]{\hfill{} + + \hfill} + \hypertarget{ + + }{} + + + \phantomsection + \hypertarget{ + + }{} + + \addcontentsline{toc}{chapter}{\protect{ + + }} + + + + + + + + + \cleardoublepage + + + + + + + + + + + \addsec[ + + + + ]{\hspace*{\fill} + \hypertarget{ + + }{} + + \hspace*{\fill}} + + + + \hspace*{\fill} \mbox{\itshape \hyperlink{ill + + }{ + + ~ + + }}\hspace*{\fill}\\*[\parskip] + + + + \begin{figure}[p] + + \centering + + \hypertarget{ill + + }{} + + \raisebox{0cm}[\textheight]{ + \includegraphics[width=\textwidth,height=\figureheight,keepaspectratio]{ + + } + }% + + \\{\itshape + + } + + \end{figure} + + + + + + + + + + + + + + \addchap{ + + } + \hypertarget{ + + }{} + + + + + + + + + + + + + + + + + + + \addchap{ + + } + \hypertarget{ + + }{} + + + +\addtokomafont{section}{\scriptsize} +\addtokomafont{paragraph}{\tiny} +\begin{multicols}{2} +\tiny + + + + + +\end{multicols} +\addtokomafont{section}{\Large} +\addtokomafont{paragraph}{\normalsize} + + + + + + + + + + + + \addsec*{ + + } + \hypertarget{ + + }{} + + + + + + + + + + + + + \subsection*{ + + } + \hypertarget{ + + }{} + + + + + + + + + + + + + \paragraph*{ + + } + \hypertarget{ + + }{} + + + + + + + + + + + + + + + + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Map %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + \clearpage + + \ifthispageodd{\thispagestyle{empty}~\clearpage}{} + + + + + + \phantomsection\hypertarget{map}{} + + \addcontentsline{toc}{chapter}{\protect{ + + }} + + + +\thispagestyle{empty} +\newlength{\saveunitlength} +\setlength{\saveunitlength}{\unitlength} +\setlength{\unitlength}{1mm} +\ifthenelse{\boolean{@twoside}}% +{ %% Two-sided %% + \begin{picture}(10,10) + \put(-0.5,-170){\includegraphics[origin=c,width=28cm,height=20cm,keepaspectratio]{}} + \end{picture} + \clearpage + \thispagestyle{empty} + \begin{picture}(10,10) + \put(-151.23,-170){\includegraphics[origin=c,width=28cm,height=20cm,keepaspectratio]{}} + \end{picture} +}% +{ %% One-sided %% + \begin{picture}(10,10) + \put(-29,-188){\includegraphics[angle=90,origin=c,width=20cm,height=28cm,keepaspectratio]{}} + \end{picture}% +} +\setlength{\unitlength}{\saveunitlength} + + + + + + + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Action Chart %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\clearpage +\ifthispageodd{\thispagestyle{empty}~\clearpage}{} + +\newlength{\acsaveunitlength} +\setlength{\acsaveunitlength}{\unitlength} +\setlength{\unitlength}{1mm} + +\phantomsection\hypertarget{action}{} +\addcontentsline{toc}{chapter}{\protect{}} + + + + + + + + \thispagestyle{empty} + + \begin{picture}(0,0) + + \put(, + ){\includegraphics{ + }} + + \end{picture}% + + \clearpage + + + + \setlength{\unitlength}{\acsaveunitlength} + + + + + + + + + \clearpage + + \ifthispageodd{\thispagestyle{empty}~\clearpage}{} + + + \phantomsection\hypertarget{crtable}{} + + \addcontentsline{toc}{chapter}{\protect{ + + }} + + + + + \thispagestyle{empty} + + + + + + + \shortstack{\footnotesize \textbf{-11} \\ \footnotesize } + \footnotesize \bfseries -10/-9 + \footnotesize \bfseries -8/-7 + \footnotesize \bfseries -6/-5 + \footnotesize \bfseries -4/-3 + \footnotesize \bfseries -2/-1 + \footnotesize \bfseries 0 + + + + \clearpage + + \thispagestyle{empty} + + + + + + + \footnotesize \bfseries 0 + \footnotesize \bfseries 1/2 + \footnotesize \bfseries 3/4 + \footnotesize \bfseries 5/6 + \footnotesize \bfseries 7/8 + \footnotesize \bfseries 9/10 + \shortstack{\footnotesize \textbf{11} \\ \footnotesize } + + + + + + + Error: Instance of random number table of class 'text' is missing. + + + + + + + + + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%% Random Number Table %%%%%%%%%%%%%%%%%%%%%%%%%%%% + + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + \clearpage + + \thispagestyle{empty} + + + \phantomsection\begin{center}\hypertarget{random}{{\usekomafont{disposition}\usekomafont{chapter} + + }}\end{center} + + \addcontentsline{toc}{chapter}{\protect{ + + }} + + + + + + +\setlength{\unitlength}{1mm} +\noindent\begin{picture}(10,)(,) + \linethickness{0.25mm} + + %% Boxes %% + \multiput(0,0)(0,){5}{% + \multiput(0,0)(,0){5}{\lightgraybox{}{}}% + } + \multiput(0,)(0,){5}{% + \multiput(,0)(,0){5}{\lightgraybox{}{}}% + } + + %% Lines %% + \multiput(0,0)(0,){11}{% + \line(1,0){}% + } + \multiput(0,0)(,0){11}{% + \line(0,1){}% + } + + %% Numbers %% + + + + %% row %% + + + + \put(,){\makebox(0,0){\bfseries \Huge }} + + + + + \end{picture} + + \setlength{\unitlength}{1pt} + + + + + Error: Instance of random number table of class 'text' is missing. + + + + + + + + + + + + + + + + + + + + + + \begin{aonitemize} + + \end{aonitemize} + + + + + \begin{aonitemize} + + \end{aonitemize} + + + + + \begin{aonordereditemize} + + \end{aonordereditemize} + + + + + + + + + \minisec{} + + + + + + + + + + \item + + + + + \begin{tabular}{*{ + + + + }{l}} + + + \end{tabular} + + + + + + \\ + + + + \multicolumn{ + + + 1 + + }{ + + l}{\bfseries + r}{\bfseries + c}{\bfseries + l}{\bfseries + + + } + & + + + + \multicolumn{ + + + 1 + + }{ + + l}{ + r}{ + c}{ + l}{ + + + } + & + + + + \begin{aoncombat} + + + + : {\sc + + }~ + + + + : {\sc + + }~ + + + + + + ~~{\sc + + }~ + + + + + + + + + + + + \end{aoncombat} + + + + + + + + + \nopagebreak\begin{aonchoice} + + + + \hyperlink{ + + }{\bfseries + + } + + + + + + + \end{aonchoice} + + + + + + + \begin{onehalfspace}\begin{center} + + \end{center}\end{onehalfspace} + + + + + + + \begin{small} + + \end{small} + + + + \begin{quote} + + \end{quote} + + + + + \begin{flushleft} + + \begin{verse} + + + \end{verse} + + \end{flushleft} + + + + + + \begin{center} + + + \end{center} + + + + + + + \begin{figure}[ + + !ht + p + bt + invalid class + + ] + + \centering + + + \hypertarget{ill + + }{} + + + \includegraphics + + + [width= + + + + + \textwidth + + ,keepaspectratio] + + + [width=\textwidth,height=\textheight,keepaspectratio] + + + invalid class + + { + + } % + + + \vspace*{\fill} + + + \\{\itshape + + } + + + \end{figure} + + + + + + \begin{figure}[!h] + + \centering + + \input{} + + \end{figure} + + + \clearpage{} + + + + + + + + + + + + + + + \vspace{.2\baselineskip} + + \begin{center} + + \includegraphics + [width= + + + + + \textwidth + + ,keepaspectratio]{ + + } % + + \end{center} + + \vspace{.2\baselineskip} + + + + + + + + \begin{figure}[!ht] + + \centering + + + + \let\PBS=\PreserveBackslash + \begin{tabular}{>{\PBS\centering}m{50mm}@{\hspace{0mm}}>{\PBS\centering}m{50mm}}% + % \hline + \rule[-1mm]{0mm}{10mm}\includegraphics[width=10.5mm,keepaspectratio]{weapons-dagger.pdf} & + \rule[-1mm]{0mm}{10mm}\includegraphics[width=27mm,keepaspectratio]{weapons-sword.pdf} \\ % \hline + 0 = & 5 = \\ % \hline + \rule[-1mm]{0mm}{10mm}\includegraphics[width=39mm,keepaspectratio]{weapons-spear.pdf} & + \rule[-1mm]{0mm}{10mm}\includegraphics[width=20mm,keepaspectratio]{weapons-axe.pdf} \\ % \hline + 1 = & 6 = \\ % \hline + \rule[-1mm]{0mm}{10mm}\includegraphics[width=20mm,keepaspectratio]{weapons-mace.pdf} & + \rule[-1mm]{0mm}{10mm}\includegraphics[width=27mm,keepaspectratio]{weapons-sword.pdf} \\ % \hline + 2 = & 7 = \\ % \hline + \rule[-1mm]{0mm}{10mm}\includegraphics[width=20mm,keepaspectratio]{weapons-shortsword.pdf} & + \rule[-1mm]{0mm}{10mm}\includegraphics[width=43.5mm,keepaspectratio]{weapons-quarterstaff.pdf} \\ % \hline + 3 = & 8 = \\ % \hline + \rule[-1mm]{0mm}{10mm}\includegraphics[width=16mm,keepaspectratio]{weapons-warhammer.pdf} & + \rule[-1mm]{0mm}{10mm}\includegraphics[width=33mm,keepaspectratio]{weapons-broadsword.pdf} \\ % \hline + 4 = & 9 = \\ % \hline + \end{tabular} + + + + + \end{figure} + + + + + + + + \begin{figure}[!ht] + + \centering + + + + \let\PBS=\PreserveBackslash + \begin{tabular}{>{\PBS\centering}m{50mm}@{\hspace{0mm}}>{\PBS\centering}m{50mm}}% + % \hline + \rule[-1mm]{0mm}{10mm}\includegraphics[width=39mm,keepaspectratio]{weapons-spear.pdf} & + \rule[-1mm]{0mm}{10mm}\includegraphics[width=42.5mm,keepaspectratio]{weapons-bow.pdf} \\ % \hline + & \\ % \hline + \rule[-1mm]{0mm}{10mm}\includegraphics[width=10.5mm,keepaspectratio]{weapons-dagger.pdf} & + \rule[-1mm]{0mm}{10mm}\includegraphics[width=20mm,keepaspectratio]{weapons-axe.pdf} \\ % \hline + & \\ % \hline + \rule[-1mm]{0mm}{10mm}\includegraphics[width=20mm,keepaspectratio]{weapons-mace.pdf} & + \rule[-1mm]{0mm}{10mm}\includegraphics[width=27mm,keepaspectratio]{weapons-sword.pdf} \\ % \hline + & \\ % \hline + \rule[-1mm]{0mm}{10mm}\includegraphics[width=20mm,keepaspectratio]{weapons-shortsword.pdf} & + \rule[-1mm]{0mm}{10mm}\includegraphics[width=43.5mm,keepaspectratio]{weapons-quarterstaff.pdf} \\ % \hline + & \\ % \hline + \rule[-1mm]{0mm}{10mm}\includegraphics[width=16mm,keepaspectratio]{weapons-warhammer.pdf} & + \rule[-1mm]{0mm}{10mm}\includegraphics[width=33mm,keepaspectratio]{weapons-broadsword.pdf} \\ % \hline + & \\ % \hline + \end{tabular} + + \end{figure} + + + + + + + + + + + + + + + + + + \rule{\textwidth}{0.4pt} + + + + + + + + \href{ + + }{ + + + \hyperlink{ + + }{ + + + \hypertarget{ + + }{ + + + + + + } + + + } + + + } + + + + + \hyperlink{action}{\emph{ + + }} + + + + \hyperlink{random}{\emph{ + + }} + + + + + + \footnote{ + + + + } + + + + + \footnote{ + + + + } + + + + \emph{} + + + + {\bfseries } + + + + {\itshape } + + + + {\itshape } + + + + {\itshape } + + + + + + + + {\itshape } + + + + &lsquot; + + &rsquot; + + + + &ldquot; + + &rdquot; + + + + {\itshape } + + + + {\ttfamily } + + + + + \\ + + + + + \\ + + + + + + {\sc Endurance} + + + {\sc Combat Skill} + + + {\sc Willpower} + + + {\sc Target} + + + {\small CS} + + + {\small EP} + + + {\sc Resistance} + + + {\sc DESTREZA EN EL COMBATE} + + + {\sc RESISTENCIA} + + + {\sc BLANCOS} + + + {\small DC} + + + {\small PR} + + + + Error: Unknown attribute "" + + + + + + + + {\scriptsize } + + + + + + + + + + + + + + + + + + + +' +~ +{\textexclamdown} +\textcent +\pounds +\textcurrency +\textyen +\textbar +\textsection +\ddot{} +{\copyright} +\textordfeminine +{\guillemotleft} +\textlnot +\- +{\texttrademark} +\textasciimacron +\textdegree +\textpm +^2 +^3 +\' +\textmu +\textparagraph +\textperiodcentered +\c{c} +^1 +\textordmasculine +{\guillemotright} +$\frac{1}{4}$ +$\frac{1}{2}$ +$\frac{3}{4}$ +{\textquestiondown} +À +Á +Â +Ã +Ä +Å +Æ +Ç +È +É +Ê +Ë +Ì +Í +Î +Ï +Ð +Ñ +Ò +Ó +Ô +Õ +Ö +× +Ø +Ù +Ú +Û +Ü +Ý +Þ +ß +à +á +â +ã +ä +å +æ +ç +è +é +ê +ë +ì +í +î +ï +ð +ñ +ò +ó +ô +õ +ö +÷ +ø +ù +ú +û +ü +ý +þ +ÿ + + + +\& +\textquoteleft +\textquoteright +`` +'' +$-$ +-- +--- +~\protect\textellipsis\ +\textellipsis\ +\_\_\_\_\_\_\_ +\% +\ +1/16 ++ + + + + + + + + + + + ~ + + + + + + # + + + + + + + + + + + + + + + 0 + 10 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +\setlength{\unitlength}{1mm} +\vspace*{\stretch{1}} +\begin{center} +\begin{picture}(0,0)(,) + + %% the legend %% + \put(,){% + \makebox(,){% + \mbox{\footnotesize }% + \hfill% + \mbox{\footnotesize }% + \hfill% + \mbox{\footnotesize }% + }% + } + + %% the labels %% + + + \put(,){\makebox(0,0){\rotatebox{90}{\bfseries \large }}} + + + + \put(,){\makebox(0,0){\rotatebox{270}{\bfseries \large }}} + + + \put(,){\makebox(0,0)[b]{\bfseries \large }} + + %% random number boxes %% + \multiput(,)(0,){5}{% + \lightgraybox{}{}% + } + \multiput(,)(0,){5}{% + \lightgraybox{}{}% + } + + %% results boxes %% + \multiput(,)(0,){5}{% + \multiput(,0)(,0){3}{% + \lightgraybox{}{}% + }% + } + \multiput(,)(0,){5}{% + \multiput(0,0)(,0){4}{% + \lightgraybox{}{}% + }% + } + + %% combat ratio boxes %% + \multiput(,)(,0){3}{% + \lightgraybox{}{}% + } + \multiput(,)(,0){4}{% + \lightgraybox{}{}% + } + + %% lines %% + \put(,){% + \line(1,0){}% + } + \multiput(,)(0,){11}{% + \line(1,0){}% + } + \multiput(,)(0,){10}{% + \line(1,0){}% + } + \put(,){% + \line(1,0){}% + } + + \put(,){% + \line(0,1){}% + } + \multiput(,)(,0){8}{% + \line(0,1){}% + } + \put(,){% + \line(0,1){}% + } + + + %% random numbers %% + + + + + \multiput(,)(,0){2}{\makebox(0,0){\bfseries }} + + + + + + %% combat ratios %% + + + \multiput(,)(0,){2}{% + + \makebox(0,0){}% + + } + + + + + %% E & LW %% + + \multiput(,)(0,){10}{% + \multiput(0,0)(,0){7}{% + \makebox(0,)[l]{\footnotesize ~}% + }% + } + \multiput(,)(0,){10}{% + \multiput(0,0)(,0){7}{% + \makebox(0,)[l]{\footnotesize ~}% + }% + } + + + %% losses %% + + + + + + + %% row %% + + + + + + + \put(,){\makebox(0,)[r]{\footnotesize + + + + + + + + + ~}} + + + \put(,){\makebox(0,)[r]{\footnotesize + + + K + + + + + + ~}} + + + + + + \end{picture} +\end{center} +\vspace*{\stretch{1}} + + \setlength{\unitlength}{1pt} + + + + +