I would like to pass the arguments
->,line width=1.2pt
to command
\draw [] ...
However, this does not work
\newcommand\newstyle{->,line width=1.2pt}
\draw[\newstyle]
Is there any way to do that?
|
I would like to pass the arguments
to command
However, this does not work
Is there any way to do that? |
||||
|
|
|
Tikz options are not handled that way; if you pass a macro to
|
|||
|
|