Lukáš Procházka
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