Code: Select all
\titleclass{\WP}{straight}[\section]
\titleformat{\WP}[hang]{\normalfont\scshape}
{\S\,Work Package\,\oldstylenums{\theWP}.}{.5em}{}[]
\titlespacing{\WP}{0pt}{*1.5}{*0}
\newcounter{WP}
%\renewcommand\theWP{\thesection.\arabic{WP}}
\renewcommand\theWP{\arabic{WP}}
\titleclass{\Taskr}{straight}[\WP]
\titleformat{\Taskr}[hang]{\normalfont}
{Bingo\,\arabic{\theTaskr}.}{.5em}{}[]
\titlespacing{\Taskr}{0pt}{*1.5}{*0}
\newcounter{Taskr}
%\renewcommand\theTaskr{\theWP.\arabic{Taskr}}
\renewcommand\theTaskr{\arabic{Taskr}}
Code: Select all
./PROCESS_C.tex:180:Missing number, treated as zero. \Taskr {test}
Thanks!