I am using the fncychap package, option Rejne, which sets a box chapter title. I just want to reduce the size of the created box? Does there exist any way to do this?
The MWE:
\documentclass[12pt,a4paper,twoside]{report}
\usepackage{geometry}
\usepackage{setspace}
\usepackage{kpfonts}
\usepackage{fancyhdr}
\usepackage[hyphens]{url}
\usepackage[noadjust]{cite}
\geometry{left=4cm, right=2cm, top=4cm, bottom=4cm}
\usepackage[Rejne]{fncychap}
\usepackage{kantlipsum}
\usepackage[calcwidth]{titlesec}
\begin{document}
\chapter{Chapter One}
\section{Section One}
\kant[1-2]
\end{document}
fncychap.sty, the lines after\DeclareOption{Rejne}. I see no other way than copying the whole thing into your preamble, and make the modifications there (within\makeatletter/\makeatother) – Sep 08 '17 at 16:06fncychap(Ah no this is a bug of theBjornstrupstyle, not theRejnestyle sorry.) as it does\setlength{\mylen}{\textwidth}at a too early time. – Sep 08 '17 at 16:09