Skip to content

Commit

Permalink
Merge pull request #6 from randombenj/feature/toc-spacing
Browse files Browse the repository at this point in the history
Improve TOC spacing
  • Loading branch information
randombenj authored Oct 4, 2020
2 parents 9a5506e + e80410c commit 9cb817d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modern.cls
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@
% Title TOC format
\titlecontents{section}
[3mm] % left margin
{} % above code
{\vspace{1mm}} % above code
{
\thecontentslabel
\hspace{2mm}
Expand All @@ -525,7 +525,7 @@
{ % filler-page-format, (nothing)
\titlerule*[0mm]{}
\contentspage
}[\vspace{0mm}] % below code
}[\vspace{1mm}] % below code


\titleformat{\subsection}
Expand All @@ -546,7 +546,7 @@
{ % filler-page-format, (nothing)
\titlerule*[0mm]{}
\contentspage
}[\vspace{2mm}] % below code
}[\vspace{1mm}] % below code

\titleformat{\subsubsection}
{\sf\large} % Font style
Expand Down

0 comments on commit 9cb817d

Please sign in to comment.