9 Dec
2012
9 Dec
'12
6:24 p.m.
Am 09.12.2012 um 15:46 schrieb Wolfgang Schuster
Am 09.12.2012 um 12:22 schrieb reviczky@caesar.elte.hu:
Thanks. I only apply commands for certain headings, so is there a way to have that working within the startsubject or is it not inheriting from setup heads?
You can use the optional second argument for \start… to set your own arguments.
\define\SubectCommand {\doifsomething {\structureuservariable{text}} {\inmargin{\structureuservariable{text}}}}
\setuphead[section][commandbefore=\SubectCommand]
Should be: \define\SubjectCommand {\doifsomething {\structureuservariable{text}} {\inmargin{\structureuservariable{text}}}} \setuphead[subject][commandbefore=\SubjectCommand] Wolfgang