Switched to metric.

This commit is contained in:
Louis Burke 2019-04-05 00:03:00 -04:00
parent a7327e2b65
commit de767417f1
2 changed files with 23 additions and 17 deletions

View file

@ -13,18 +13,18 @@
\definecolor{stage_seven}{HTML}{FF5F5F} \definecolor{stage_seven}{HTML}{FF5F5F}
\definecolor{stage_eight}{HTML}{CF5FCF} \definecolor{stage_eight}{HTML}{CF5FCF}
\def\cutlinet{1499.5/300.0} \def\cutlinet{12.7}
\def\cutlinel{-2395.5/300.0} \def\cutlinel{-20.28}
\def\cutlineb{-1499.5/300.0} \def\cutlineb{-12.7}
\def\cutliner{2395.5/300.0} \def\cutliner{20.28}
\def\height{3075.0/300.0} \def\height{26.04}
\def\width{4875.0/300.0} \def\width{41.28}
\def\bottom{-1537.5/300.0} \def\bottom{-13.02}
\def\left{-2437.5/300.0} \def\left{-20.64}
\def\top{1537.5/300.0} \def\top{13.02}
\def\right{2437.5/300.0} \def\right{20.64}
\newcommand{\drawguides}{% \newcommand{\drawguides}{%
\draw [blue] (\cutlinel,\bottom) -- (\cutlinel,\top); \draw [blue] (\cutlinel,\bottom) -- (\cutlinel,\top);
@ -45,9 +45,13 @@
% Placement box is: -75,-75 to 75,75 % Placement box is: -75,-75 to 75,75
% Bounding box is: -90,-90 to 90,90 % Bounding box is: -90,-90 to 90,90
\newcommand{\straightspace}{% \newcommand{\straightspace}{%
\fill [black] (-90.0/300.0,-90.0/300.0) rectangle (-60.0/300.0,90.0/300.0); \fill [black] (-0.85,-0.85) rectangle (-0.65,0.85);
\fill [black] (90.0/300.0,-90.0/300.0) rectangle (60.0/300.0,90.0/300.0); \fill [black] (0.65,-0.85) rectangle (0.85,0.85);
\fill [black] (-40.0/300.0,-70.0/300.0) rectangle (40.0/300.0,-80.0/300.0); \fill [black] (-0.5,-0.725) rectangle (0.5,-0.775);
}
\newcommand{\sampletoken}{%
\fill [blue] (0,0) circle (0.75);
} }
% draw leg foreground, background draws a leg centered at 0,0 % draw leg foreground, background draws a leg centered at 0,0
@ -464,9 +468,11 @@
%\scoped[shift={(-1975.0/300.0,750.0/300.0)}]{\drawdielegend} %\scoped[shift={(-1975.0/300.0,750.0/300.0)}]{\drawdielegend}
%\drawoverlay %\drawoverlay
\scoped[shift={(0,-1.5)}]{\straightspace}
\straightspace \straightspace
\scoped[shift={(0,0.5)}]{\straightspace} \scoped[shift={(0,1.5)}]{\straightspace}
\scoped[shift= \sampletoken
\drawguides \drawguides
\end{board} \end{board}

View file

@ -371,8 +371,8 @@
\newenvironment{board} \newenvironment{board}
{% Begin {% Begin
\noindent\begin{tikzpicture}[x=1in,y=1in] \noindent\begin{tikzpicture}[x=1cm,y=1cm]
%\fill [white] (0,0) rectangle (16.25,10.25); %\fill [white] (0,0) rectangle (41.275,26.035);
} }
{% End {% End
\end{tikzpicture}} \end{tikzpicture}}