Switched to metric.
This commit is contained in:
parent
a7327e2b65
commit
de767417f1
|
@ -13,18 +13,18 @@
|
|||
\definecolor{stage_seven}{HTML}{FF5F5F}
|
||||
\definecolor{stage_eight}{HTML}{CF5FCF}
|
||||
|
||||
\def\cutlinet{1499.5/300.0}
|
||||
\def\cutlinel{-2395.5/300.0}
|
||||
\def\cutlineb{-1499.5/300.0}
|
||||
\def\cutliner{2395.5/300.0}
|
||||
\def\cutlinet{12.7}
|
||||
\def\cutlinel{-20.28}
|
||||
\def\cutlineb{-12.7}
|
||||
\def\cutliner{20.28}
|
||||
|
||||
\def\height{3075.0/300.0}
|
||||
\def\width{4875.0/300.0}
|
||||
\def\height{26.04}
|
||||
\def\width{41.28}
|
||||
|
||||
\def\bottom{-1537.5/300.0}
|
||||
\def\left{-2437.5/300.0}
|
||||
\def\top{1537.5/300.0}
|
||||
\def\right{2437.5/300.0}
|
||||
\def\bottom{-13.02}
|
||||
\def\left{-20.64}
|
||||
\def\top{13.02}
|
||||
\def\right{20.64}
|
||||
|
||||
\newcommand{\drawguides}{%
|
||||
\draw [blue] (\cutlinel,\bottom) -- (\cutlinel,\top);
|
||||
|
@ -45,9 +45,13 @@
|
|||
% Placement box is: -75,-75 to 75,75
|
||||
% Bounding box is: -90,-90 to 90,90
|
||||
\newcommand{\straightspace}{%
|
||||
\fill [black] (-90.0/300.0,-90.0/300.0) rectangle (-60.0/300.0,90.0/300.0);
|
||||
\fill [black] (90.0/300.0,-90.0/300.0) rectangle (60.0/300.0,90.0/300.0);
|
||||
\fill [black] (-40.0/300.0,-70.0/300.0) rectangle (40.0/300.0,-80.0/300.0);
|
||||
\fill [black] (-0.85,-0.85) rectangle (-0.65,0.85);
|
||||
\fill [black] (0.65,-0.85) rectangle (0.85,0.85);
|
||||
\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
|
||||
|
@ -464,9 +468,11 @@
|
|||
%\scoped[shift={(-1975.0/300.0,750.0/300.0)}]{\drawdielegend}
|
||||
|
||||
%\drawoverlay
|
||||
\scoped[shift={(0,-1.5)}]{\straightspace}
|
||||
\straightspace
|
||||
\scoped[shift={(0,0.5)}]{\straightspace}
|
||||
\scoped[shift=
|
||||
\scoped[shift={(0,1.5)}]{\straightspace}
|
||||
\sampletoken
|
||||
|
||||
\drawguides
|
||||
|
||||
\end{board}
|
||||
|
|
|
@ -371,8 +371,8 @@
|
|||
|
||||
\newenvironment{board}
|
||||
{% Begin
|
||||
\noindent\begin{tikzpicture}[x=1in,y=1in]
|
||||
%\fill [white] (0,0) rectangle (16.25,10.25);
|
||||
\noindent\begin{tikzpicture}[x=1cm,y=1cm]
|
||||
%\fill [white] (0,0) rectangle (41.275,26.035);
|
||||
}
|
||||
{% End
|
||||
\end{tikzpicture}}
|
||||
|
|
Loading…
Reference in a new issue