4 Apr
2016
4 Apr
'16
9:30 a.m.
Lukáš Procházka mailto:LPr@pontex.cz 3. April 2016 um 22:02 Hello,
is there a (Lua) way how to get the current section level? \startsetups[headinformation] \starttabulate \NC Name \EQ \currenthead \NC\NR \NC Level \EQ \currentheadlevel \NC\NR \stoptabulate \stopsetups
\setuphead[chapter,section,subsection,subsubsection][after=\directsetup{headinformation}] \starttext \chapter{Chapter} \section{Section} \subsubsection{Subsubsection} \stoptext Wolfgang