Skip to content

Commit

Permalink
Fixing broken numberless section
Browse files Browse the repository at this point in the history
  • Loading branch information
parakhm95 committed Jan 12, 2024
1 parent 3a944cd commit 441d152
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common_resources/src/document_setup.tex
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,11 @@
\titleformat{\section}[hang]{}{\hspace{0.11cm}\color{cvutblue}\rule[-0.02cm]{0.30cm}{0.30cm}}{3.7\parskip}{\normalfont\bfseries\large\thesection\hspace{0.5cm}}
\titlespacing*{\section}{0pt}{1em}{0.5em}

\titleformat{name=\section,numberless}[block]
{\normalfont\large\bfseries}{}{}{\large}
% {?}{before}{after}
\titlespacing*{name=\section,numberless}{0pt}{-1em}{2em}

%% | --------------- formatting of a subsection --------------- |

\titleformat{\subsection}[hang]{}{\hspace{0.16cm}\color{cvutblue}\rule[0.03cm]{0.20cm}{0.20cm}}{4.0\parskip}{\normalfont\bfseries\normalsize}
Expand Down

0 comments on commit 441d152

Please sign in to comment.