From 01dd90c9b88e447aec937b1ac78df0913e8b5fce Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 8 Jul 2012 22:36:36 +0200 Subject: Adding all of the 'Mixed' color icons. --- cards.tex | 2 +- icons.tex | 43 +++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 42 insertions(+), 3 deletions(-) diff --git a/cards.tex b/cards.tex index 2e32dca..396eb96 100644 --- a/cards.tex +++ b/cards.tex @@ -4,7 +4,7 @@ possibly icons. For example, this is a Mixed (Black or White) King \iMK which is the rest of the rule. Note it bumps line heights.\\ \iWK\iWQ\iWB\iWN\iWR\iWP\\ \iBK\iBQ\iBB\iBN\iBR\iBP\\ -\iMK +\iMK\iMQ\iMB\iMN\iMR\iMP\\ }{...}{...} \card{Hopper}{ diff --git a/icons.tex b/icons.tex index 5a7d1d7..49ed549 100644 --- a/icons.tex +++ b/icons.tex @@ -83,10 +83,49 @@ \newcommand{\iMK}{ \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] - \input{icons/BK} - \clip (40, 39.5) -- (40, 10) -- (10, 39.5); \input{icons/WK} + \clip (40, 40) -- (40, 10) -- (10, 40); + \input{icons/BK} + \end{tikzpicture} +} + +\newcommand{\iMQ}{ + \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] + \input{icons/WQ} + \clip (41, 41) -- (41, 9) -- ( 9, 41); + \input{icons/BQ} \end{tikzpicture} } +\newcommand{\iMB}{ + \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] + \input{icons/WB} + \clip (40, 40) -- (40, 8) -- ( 8, 40); + \input{icons/BB} + \end{tikzpicture} +} + +\newcommand{\iMN}{ + \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] + \input{icons/WN} + \clip (40, 40) -- (40, 10) -- (10, 40); + \input{icons/BN} + \end{tikzpicture} +} + +\newcommand{\iMR}{ + \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] + \input{icons/WR} + \clip (40, 40) -- (40, 8) -- ( 8, 40); + \input{icons/BR} + \end{tikzpicture} +} + +\newcommand{\iMP}{ + \begin{tikzpicture}[y=0.80pt, x=0.80pt, xscale=0.5, yscale=-0.5, inner sep=0pt, outer sep=0pt] + \input{icons/WP} + \clip (40, 40) -- (40, 8) -- ( 8, 40); + \input{icons/BP} + \end{tikzpicture} +} -- cgit v1.2.3