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.
Thanks and regards,
Raghu.
--
N. Raghavendra
On 10/20/2017 03:05 PM, N. Raghavendra wrote:
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.
Hi Raghu, after replying to your longer questioning about ConTeXt, I’m replying to your query. I refrained myself to reply before, because my reply would be negative. I don’t know whether there is a command that gives defaults style settings for headings. Defaults for sections are defined in strc-def.mkiv (included in /path-to-context-suite/tex/texmf-context/tex/context/base/mkiv/) and is \tfa. Just in case it helps, Pablo -- http://www.ousia.tk
At 2017-10-23T21:59:29+02:00, Pablo Rodriguez wrote:
Defaults for sections are defined in strc-def.mkiv (included in /path-to-context-suite/tex/texmf-context/tex/context/base/mkiv/) and is \tfa.
Thank you, I will look at that file.
Regards,
Raghu.
--
N. Raghavendra
On Fri, Oct 20, 2017 at 3:05 PM, N. Raghavendra
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.
not all the default values are there , but still useful is tex/texmf-context/tex/context/interface/mkiv/i-context.pdf tex/texmf-context/tex/context/interface/mkiv/i-readme.pdf -- luigi
At 2017-10-23T22:25:39+02:00, luigi scarso wrote:
not all the default values are there , but still useful is tex/texmf-context/tex/context/interface/mkiv/i-context.pdf
tex/texmf-context/tex/context/interface/mkiv/i-readme.pdf
Thank you, I will look at those files.
Regards,
Raghu.
--
N. Raghavendra
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
At 2017-10-23T23:10:52+02:00, Wolfgang Schuster wrote:
\usemodule[setups-basics]
\loadsetups[context-en.xml]
\starttext
\showrootvalues[head]
\showinstancevalues[head][chapter]
\stoptext
Many thanks. That works perfectly.
Regards,
Raghu.
--
N. Raghavendra
participants (4)
-
luigi scarso
-
N. Raghavendra
-
Pablo Rodriguez
-
Wolfgang Schuster