Skip to content
Snippets Groups Projects
Commit 6bb16f89 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

make chapter numbering roman

parent 3a663155
Branches
Tags 0.24.6-rc.1
No related merge requests found
......@@ -139,7 +139,7 @@ bookmarks=true]%
{\begin{tikzpicture}
\node[minimum width=\textwidth, text=black!25, fill=black!25, inner sep=1, outer sep=0, anchor=south] (rectinit) {\huge CHAPTER};
\node[minimum width=.8\textwidth, text=white, inner sep=1, outer sep=0, anchor=south west, text width=.8\textwidth, align=right] at (rectinit.south west) (chapname) {\FancyFont\headingtype~~};
\node[minimum width=.2\textwidth, inner sep=0, outer sep=0, anchor=south west, text width=.2\textwidth, align=left] at (chapname.south east) {\chapnumfont\textcolor{chapnumcol}{\thechapter}};
\node[minimum width=.2\textwidth, inner sep=0, outer sep=0, anchor=south west, text width=.2\textwidth, align=left] at (chapname.south east) {\chapnumfont\textcolor{chapnumcol}{\Roman{chapter}}};
\end{tikzpicture}}
{0pt}
{\Huge\FancyFont}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment