Hi, I realized yesterday that my counter for the module does not reset itself as before. What I need is a counter that resets after each heading (chapter, section, subsection, subsubsection and so on). This is what I know about counter reseting at the moment: \definecounter[ParagraphNumber][prefix=no,way=bysection] - way=bychapter: reseting counter at every chapter (default) - way=bysection: reseting counter at every section (not at chapters) - way={bychapter,bysection,bysubsection,bysubsubsection}: does not work \setuphead[chapter,section,subsection,subsubsection][after={\resetcounter[ParagraphNumber]}] does work but it messes with the distance between heading and normal text. What is the correct/best way to make the counter reseting every heading without messing around? Thanks P.