diff --git a/rendercv/themes/sb2nov/Preamble.j2.tex b/rendercv/themes/sb2nov/Preamble.j2.tex index 62ea8b9..b2924d9 100644 --- a/rendercv/themes/sb2nov/Preamble.j2.tex +++ b/rendercv/themes/sb2nov/Preamble.j2.tex @@ -85,7 +85,7 @@ \pagestyle{customFooterStyle} ((* endif *)) -\titleformat{\section}{\scshape\needspace{4\baselineskip}\bfseries\large}{}{0pt}{}[\vspace{1pt}\titlerule] +\titleformat{\section}{\needspace{4\baselineskip}\bfseries\large}{}{0pt}{}[\vspace{1pt}\titlerule] \titlespacing{\section}{ % left space: diff --git a/rendercv/themes/sb2nov/__init__.py b/rendercv/themes/sb2nov/__init__.py index d7c4175..0c8aafe 100644 --- a/rendercv/themes/sb2nov/__init__.py +++ b/rendercv/themes/sb2nov/__init__.py @@ -2,7 +2,7 @@ from typing import Literal import pydantic -from .. import ThemeOptions, LaTeXDimension, Margins, EntryAreaMargins +from .. import ThemeOptions, LaTeXDimension class Sb2novThemeOptions(ThemeOptions):