On Mon, Jun 30, 2025 at 11:30:29PM +0100, Gavin Smith wrote: > 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.
I do not think that this design is fit for the Texinfo language. Indeed, the multi output formats Texinfo language requirement do not require the same choices as the fully customizable output from "KOMA-Script" (and LaTeX more generally). Having separate semantic information that can be assembled by the converters is more relevant for Texinfo language design, in my opinion, possibly with hints on formatting, but something simple on formatting that may be used in multiple output formats. -- Pat