23 Oct
2017
23 Oct
'17
9:10 p.m.
N. Raghavendra mailto:nyraghu27132@gmail.com 20. Oktober 2017 um 15:05 Is there a command which prints to the log file the default values of the keys in the setups that are used in a document?
For example, when I define a new document division with
\definehead [mysection] [section] [style=...]
it helps to know the default value of the `style' key for `section' headings. \usemodule[setups-basics]
\loadsetups[context-en.xml] \starttext \showrootvalues[head] \showinstancevalues[head][chapter] \stoptext Wolfgang