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.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
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.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p