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

adjust left border of chapter line

parent 0f52fdfa
No related branches found
No related tags found
No related merge requests found
......@@ -249,8 +249,9 @@ bookmarks=true]%
\ifnum\value{pageDarkness}<90
\addtocounter{pageDarkness}{10}
\fi
\hspace*{-1.5em}
\begin{tikzpicture}
\node[minimum width=\linewidth+2em, text=white, fill=\pageSideColor, inner sep=1, outer sep=0, anchor=south] (rectinit) {\Huge \headingtype};
\node[minimum width=\linewidth+3em, text=white, fill=\pageSideColor, inner sep=1, outer sep=0, anchor=south] (rectinit) {\Huge \headingtype};
\node[minimum width=.75\textwidth, text=white, inner sep=3, outer sep=0, anchor=south west, text width=.75\textwidth, align=right] at (rectinit.south west) (chapname) {};
\node[minimum width=.25\textwidth, inner sep=-5, outer sep=0, anchor=south west, text width=.25\textwidth, align=left] at (chapname.south east) {\chapnumfont\textcolor{chapnumcol}{\Roman{chapter}}};
\end{tikzpicture}}
......
......@@ -338,6 +338,16 @@ When using a bestiary chapter, the stats appear as dice rolls, rather than fixed
\lipsum
\end{multicols}
\chapter{Lots More Text}
\begin{multicols}{2}
\noindent
\lipsum
\end{multicols}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment