How do I use to insert ifthenelse crop marks in Tikz. I want
ifthenelse{\printcrop=true}{\draw(0,0) -- ++(0,1);}{}
That is, if yes, make a drawing, else but do nothing.
And yet, where I can choose the option true or false?
|
How do I use to insert ifthenelse crop marks in Tikz. I want
That is, if yes, make a drawing, else but do nothing. And yet, where I can choose the option true or false? |
||||
|
|
|
You can define your own if-switch using You code example would be written this way:
Note that this if-switches are expandable. You shouldn't use |
||||
|
|