From 6bb16f899800b0392180b9003dfe400d5afd8455 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Tue, 15 Dec 2020 03:05:06 +0100 Subject: [PATCH] make chapter numbering roman --- bind.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind.sty b/bind.sty index e3a21cbd..2918b459 100644 --- a/bind.sty +++ b/bind.sty @@ -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} -- GitLab