I'm finding the following preference loading syntax popping up a lot in the newer packages:
From tikz
\tikzset{help lines/.style=very thin}
From tcolorbox
\tcbset{noparskip/.style={before....}}
I assume this has something to do with LaTeX3, but I don't know where to go to read up on this and better understand the syntax. I've looked at expl3 but didn't find anything helpful there (truthfully, my head was spinning a bit just trying to understand the new syntax there).
Could someone point me in the right direction for a reference?
For example, reading the documentation of xkeyval helped immensely in creating my own environments to which I could pass key values.
How would I start writing my own code like
\aellettset{myexamquestion/.style={....}}
Section 12.4of the pgf manual – hpesoj626 Dec 29 '12 at 02:21