From 8a11825963dfbfa75a1d3f227913565392f77f2b Mon Sep 17 00:00:00 2001 From: dakkar Date: Sun, 23 Oct 2011 13:58:55 +0100 Subject: ritocchi da Marco --- incantesimi/incantesimi.cmd.tex | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'incantesimi/incantesimi.cmd.tex') diff --git a/incantesimi/incantesimi.cmd.tex b/incantesimi/incantesimi.cmd.tex index b2e6146..3ceb4b9 100644 --- a/incantesimi/incantesimi.cmd.tex +++ b/incantesimi/incantesimi.cmd.tex @@ -29,7 +29,9 @@ %\fontseries{c}\fontshape{sc} -\tikzstyle{carta}=[rectangle,minimum width=4.8cm,minimum height=7cm,outer sep=0,use as bounding box] +\tikzstyle{carta}=[rectangle,minimum width=4.8cm,minimum height=7cm,outer sep=0,use as bounding box +% ,ultra thin,draw %uncomment to show card boxes! +] \tikzstyle{title label}=[rectangle,text=blue!80!green!75!black,minimum height=2\baselineskip,font={\small},inner sep=1mm,text width=4.6cm,align=flush center] @@ -45,7 +47,7 @@ \tikzstyle{angles label}=[rectangle split,rectangle split parts=2,rectangle split part align=left,text=blue!50!black,font=\tiny,align=justify] -\tikzstyle{prep label}=[rectangle split,rectangle split parts=2,rectangle split part align=left,draw,ultra thin,minimum width=0.333*4.8cm,text=yellow!10!black,inner xsep=0.1em,inner ysep=0.29em,font={\it\tiny}]%inner ysep is set to have 7mm overall heigh +\tikzstyle{prep label}=[rectangle split,rectangle split parts=2,rectangle split part align=left,draw,ultra thin,minimum width=0.333*4.8cm,text=yellow!10!black,inner xsep=0.1em,inner ysep=0.293em,font={\it\tiny}]%inner ysep is set to have 7mm overall heigh %%%% @@ -69,7 +71,7 @@ \newcommand{\incantesimo}[1]{% %\begin{scope}[every node/.style={draw,ultra thin},/spells/.cd,#1] \begin{scope}[/spells/.cd,#1] -\node[carta,ultra thin,draw] (card) {}; +\node[carta] (card) {}; % titolo \node [anchor=north,title label] (name) at (card.north) @@ -83,26 +85,26 @@ \node [anchor=south,prep label] (prep) at (card.south) {Prep:\nodepart{two}Used:}; -%angolo sud ovest -\node [anchor=south west,angles label] - (st) at (card.south west) - {\textsc{ST:}\nodepart{two}\textsc{\pgfkeysvalueof{/spells/st}}}; - +%lato sud ovest \node [anchor=south west,above angles label] (durata) at (card.west |- prep.north) {\textsf{Duration: \pgfkeysvalueof{/spells/durata}}}; -%angolo sud est -\node [anchor=south east,angles label] (sr) at (card.south east) - {\textsc{SR:}\nodepart{two}\textsc{\pgfkeysvalueof{/spells/sr}}}; - +%lato sud est \node [anchor=south east,above angles label] (tempo) at (card.east |- prep.north) {\textsf{CT: \pgfkeysvalueof{/spells/tempo}}}; -%lato sud est \node [anchor=north east,side label] (ref) at ($(tempo.north east) + (0,3mm)$) {\pgfkeysvalueof{/spells/ref}}; +%angolo sud ovest +\node [anchor=south west,angles label] (sr) at (card.south west) + {\textsc{SR:}\nodepart{two}\textsc{\pgfkeysvalueof{/spells/sr}}}; + +%angolo sud est +\node [anchor=south east,angles label] (st) at (card.south east) + {\textsc{ST:}\nodepart{two}\textsc{\pgfkeysvalueof{/spells/st}}}; + %sottotitoli \node [anchor=north east,align=flush right,rectangle,subt label] (scuola) at (type.south west) @@ -122,14 +124,14 @@ % sopra il centro \node [anchor=south west,trg label=flush left] (target) at ($(description.north west) + (0,1mm)$) - {{\scriptsize{}Target/Effect/Area:}\\{\slshape\pgfkeysvalueof{/spells/target}}}; + {{\tiny{}Target/Effect/Area:}\\{\slshape\pgfkeysvalueof{/spells/target}}}; \node [anchor=south east,trg label=flush right] (range) at (target.north -| type.south) - {{\scriptsize{}Range:} \textnormal{\itshape\pgfkeysvalueof{/spells/range}}}; + {{\tiny{}Range:} \textnormal{\itshape\pgfkeysvalueof{/spells/range}}}; %lato est \node [anchor=north west,side label] (lvl) at ($0.8*(card.east)+0.2*(card.north east)$) - {\textsc{lvl \pgfkeysvalueof{/spells/level}}}; + {\textbf{LVL \pgfkeysvalueof{/spells/level}}}; \end{scope}% -- cgit v1.2.3