2014-01-03 Glenn Morris <rgm@gnu.org>
+ * ert.texi: Add a titlepage. Use @insertcopying.
+
* calc.texi (Top): Use @top rather than @chapter.
2014-01-03 Aidan Gauland <aidalgol@amuri.net>
@end quotation
@end copying
+@titlepage
+@title Emacs Lisp Regression Testing
+@page
+@vskip 0pt plus 1filll
+@insertcopying
+@end titlepage
+
+@contents
+
+@ifnottex
@node Top
@top ERT: Emacs Lisp Regression Testing
+@insertcopying
+
ERT is a tool for automated testing in Emacs Lisp. Its main features
are facilities for defining tests, running them and reporting the
results, and for debugging test failures interactively.
@end detailmenu
@end menu
+@end ifnottex
@node Introduction
@chapter Introduction