I have defined (for example) :
tikzstyle{text_st} =[thick, red, sloped]
Later on, I want to use these option for node text like
\path (a) -- (b) node[text_st] {Nice}
Now, if I want to use this predefined option text_st except for the sloped, how can I do that? Is there some variable like unsloped such that I can do
\path (a) -- (b) node[text_st, unsloped] {Nice}?
sloped=false. Usingslopedissuessloped=true(which issues\pgfslopedattimetrue). – Qrrbrbirlbel Dec 03 '13 at 16:02sloped=falseresolve your problem? What is the status of this question? – Paul Gessler Feb 24 '14 at 05:22