General ⇒ Motto on the chapter page
Motto on the chapter page
Do you know how to put motto on the chapter page just after the chapter title? I've found an epigraph package could help but it's now unavailable on CTAN. Do you know any other methods?
Thanks for any help.
krz
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Motto on the chapter page
Code: Select all
kpsewhich epigraph.sty
The main classes of KOMA Script (scrbook, scrreprt) support a \dictum command to do such epigraphs in chapter heads. The user guide has the details.
A Forum Search should yield appropriate solutions.
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Motto on the chapter page
thanks for so fast answer. You're right. Epigraph.sty has been installed. It works fine except one important thing. I need to use \footnote in the motto and when I use it inside \epigraph environment the footnote appears just under motto and not at the bottom of the page.
Do you know how to resolve it?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Motto on the chapter page
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Motto on the chapter page
