We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ff6a9 commit 04fc7feCopy full SHA for 04fc7fe
2 files changed
preamble/layout/titles.tex
@@ -18,7 +18,7 @@
18
%% Part title (page) formatting
19
\titleformat{\part}[display]
20
{\thispagestyle{empty}\sffamily}
21
-{\LARGE Part~\Romanbar{\thepart}}
+{\LARGE \partname~\Romanbar{\thepart}}
22
{0.2em}{\fontsize{30pt}{36pt}\selectfont\bfseries}
23
24
%%% Chapter title formatting
preamble/layout/toc.tex
@@ -47,6 +47,6 @@
47
48
%% part entries in TOC are centered, bigger, and without page number
49
\titlecontents{part}[2em]{\addvspace{3ex}\filcenter} % centered part title
50
-{\small Part~\thecontentslabel\\*[-0.2ex]\Large\bfseries}{\Large\bfseries}
+{\small \partname~\thecontentslabel\\*[-0.2ex]\Large\bfseries}{\Large\bfseries}
51
{}[\addvspace{1.0ex}] % without page number
52
0 commit comments