On Sun, Aug 24, 2025 at 09:02:34PM +0200, Patrice Dumas wrote: > On Mon, Jul 14, 2025 at 09:13:20PM +0100, Gavin Smith wrote: > > On Mon, Jun 30, 2025 at 11:30:30PM +0100, Gavin Smith wrote: > > > So just using @maketitle to produce the copyright page too is > > > a real possibility. > > > > So I've been seeing what I can implement in texinfo.tex as a prototype > > for this feature area. > > > > The idea is that the user specifies information in their document in > > @documentinfo (or possibly elsewhere like @insertcopying). These > > are components for the title page, and the copyright page, which are > > output as a single unit based on what information is available. > > > > I've implemented this for @title, @subtitle (the output of which component > > is dependent on the presence of @title), any number of @author lines, > > and @copying. > > I started implementing in texi2any. What takes precedence, in case > there is @titlepage? I would assume @titlepage, for backward > compatibility, but better ask what you considered for TeX.
@titlepage doesn't look at the contents of a @documentinfo block at all. If both @titlepage and @maketitle are used, it is likely that two title pages are output and this is likely an error, just as if two @titlepage blocks were used.
