Hi!
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
General ⇒ Motto on the chapter page
Motto on the chapter page
Last edited by krz on Mon May 02, 2011 5:30 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Motto on the chapter page
The epigraph package is still listed on CTAN and should be part of your TeX distribution. So I don't see the problem. You can check on the command line whether it is already installed.
If this doesn't yield the full path to the package file, it is missing in the TeX directory tree and you have to install it subsequently by the package manager of your TeX distribution.
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
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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Motto on the chapter page
Thorsten,
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?
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
Seems as if the epigraph is inside a minipage. If the combination of \footnotemark and \footnotetext doesn't work, I'm afraid you are at a loss. Nevertheless you should try.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Motto on the chapter page
Thanks Thorsten! \footnotemark and \footnotetext work perfect! I had no idea about them. Now I know. 
