On Sun, Jun 29, 2025 at 06:53:20PM +0200, Patrice Dumas wrote:
> > The user uses @maketitle to produce the title page, and the second page
> > is created by the contents of the @copyrightpage block.
> > 
> > We could also possibly provide a @makecopyrightpage command
> > for a default copyright page.
> 
> To be consistent, a @makecopyrightpage command could also be needed if
> there is a @copyrightpage block, to have the @copyrightpage block
> outpput, like @maketitle or @insertcopying (in some cases).

I've been learning about features in "KOMA-Script" (a LaTeX system)
that allow for the creation of copyright pages:

https://tex.stackexchange.com/questions/12570/how-to-add-a-copyright-page-to-the-report-class
https://ctan.org/pkg/koma-script?lang=en

There it appears to use \maketitle for the title verso (if \uppertitleback
or \lowertitleback are given), as well as the bastard title page (with
\extratitle).  It's discussed from page 65 onwards in the manual that's
currently available.

So just using @maketitle to produce the copyright page too is
a real possibility.

Reply via email to