Code: Select all
\usepackage[Lenny]{fncychap}
My document class is
article
, but changing to report
did not solve the problem. Do I need to add more lines in the preamble or in the document itself to get it to work?Any help is appreciated!
Thanks
Code: Select all
\usepackage[Lenny]{fncychap}
article
, but changing to report
did not solve the problem. Do I need to add more lines in the preamble or in the document itself to get it to work?NEW: TikZ book now 40% off at Amazon.com for a short time.
article
wouldn't make much sense though, as chapters are not supported. Check the log file for warnings.Code: Select all
\documentclass{report}\usepackage[Lenny]{fncychap}\begin{document}\chapter{Lenny chapter style}\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.