I'm writing in LaTeX and I really like the ease of it and the possibilities around styles. Now I'm using fncychap for my chapter headings in the Bjornstrup style. However I would like to add the logo of my university on the left side of the box.
Bjornstrup makes two color boxes for the chapter number and one for the chapter title. Is there a way to hover the image above these two boxes (or let is span in the boxes?
Thanks in advance.
Code: Select all
\documentclass[a4paper,fleqn,reqno]{book}
\usepackage[Bjornstrup]{texstuff/fncychap}
\begin{document}
\chapter{Test}
Just some text
\end{document}
Code: Select all
\renewcommand{\DOTI}[1]{%
\nointerlineskip\raggedright%
\fboxsep=\myhi%
\vskip-1ex%
\colorbox[gray]{.85}{\parbox[t]{\mylen}{\CTV\FmTi{#1}}}\par\nobreak%
\vskip 40\p@%
}