On Thu, Jan 24, 2019 at 12:15:49PM -0500, Ineiev wrote: > Hello, > > Currently, Texinfo outputs copyright and license notices in HTML > comments, like in [0]; is there an option to put it in a footer > of the page visible for normal visitors, like in [1]? > > [0] > https://www.gnu.org/software/texinfo/manual/texinfo/html_node/Quotations-and-Examples.html > [1] https://www.gnu.org/software/texinfo/manual/texinfo/
Not that I know of. The closest thing I could find was to use PRE_BODY_CLOSE, e.g. texi2any --html file.texi -c PRE_BODY_CLOSE='<hr><div>Copyright 2019 etc.</div>'
