Although this article is quite good, it is five years old and needs an update especially regarding useful packages.
gioboske wrote:[…] I made some minor changes to your code to better mimic (I hope) the original fncychap Conny style […] What do you think about it?[…]
Do not use commands like
\rm
. They are old LaTeX2.09 syntax and thus deprecated. Since we are sing LaTeX2ε, a command like
\rmfamily
should be used to alter
font styles. In this case you can drop it completely because the Roman font family is already selected by
\normalfont
.
gioboske wrote:[…] what are your suggestions if I have to deal with a numbered chapter, but I don't want a partial toc? Just for my curiosity, I don't think it will be necessary for my thesis. […]
I don't have suggestions. In my opinion this would be inconsistent. And if there would be a chapter without headings of a lower level (section, subsection, …) that go into the partial ToC, there is something wrong with the document structure.