titleclass-tue.tex 533 B

12345678
  1. \renewcommand{\thesection}{\Roman{section}}
  2. \renewcommand{\thesubsection}{\arabic{subsection}}
  3. \titleformat{\section}[hang]{\Large\bfseries}{}{0pt}{\thesection.~}
  4. \titleformat{name=\section,numberless}[hang]{\Large\bfseries}{}{0pt}{}
  5. \titleformat{\subsection}[hang]{\large\bfseries}{}{0pt}{\thesubsection.~}
  6. \titleformat{name=\subsection,numberless}[hang]{\Large\bfseries}{}{0pt}{}
  7. \titleformat{\subsubsection}[hang]{\bfseries}{}{0pt}{\thesubsubsection.~}
  8. \titleformat{name=\subsubsection,numberless}[hang]{\Large\bfseries}{}{0pt}{}