Update the HOWTO template to use a separate page for front matter, with
comments.
diff --git a/Doc/howto.tex b/Doc/howto.tex
index b6121a3..0f9f990 100644
--- a/Doc/howto.tex
+++ b/Doc/howto.tex
@@ -20,6 +20,16 @@
 \begin{document}
 \maketitle
 
+% This makes the Abstract go on a separate page in the HTML version;
+% if a copyright notice is used, it should go immediately after this.
+%
+\ifhtml
+\chapter*{Front Matter\label{front}}
+\fi
+
+% Copyright statement should go here, if needed.
+% ...
+
 % The abstract should be a paragraph or two long, and describe the
 % scope of the document.
 \begin{abstract}