diff src/Intro.v @ 21:00366a62bd00

Proper title and copyright pages
author Adam Chlipala <adamc@hcoop.net>
date Wed, 03 Sep 2008 16:37:51 -0400
parents c0cbf324ec7d
children 26ad686e68f2
line wrap: on
line diff
--- a/src/Intro.v	Wed Sep 03 16:14:47 2008 -0400
+++ b/src/Intro.v	Wed Sep 03 16:37:51 2008 -0400
@@ -7,8 +7,20 @@
  *   http://creativecommons.org/licenses/by-nc-nd/3.0/
  *)
 
+(** %\fi
+
+\begin{document}
+
+\maketitle
+
+\thispagestyle{empty}
+\mbox{}\vfill
+\begin{center}% *)
+
 (**
 
+Copyright Adam Chlipala 2008.
+
 This work is licensed under a
 Creative Commons Attribution-Noncommercial-No Derivative Works 3.0
 Unported License.
@@ -18,6 +30,15 @@
 
 *)
 
+(** %\vfill\mbox{}
+\end{center}
+
+\tableofcontents
+
+\chapter{Introduction}% *)
+
+
+
 
 (** * Whence This Book? *)
 
@@ -148,7 +169,7 @@
 There is also an online HTML version available, with a hyperlink from each use of an identifier to that identifier's definition:
 %\begin{center}\url{http://adam.chlipala.net/cpdt/html/}\end{center}%#<blockquote><tt><a href="http://adam.chlipala.net/cpdt/html/">http://adam.chlipala.net/cpdt/html/</a></tt></blockquote>#
 
-The chapters of this book are named like "Module Foo," rather than having proper names, because literally the entire document is generated by coqdoc, which by default bases chapter structure on the module structure of the development being documented.  This chapter is headed "Module Intro" because it comes from a module named [Intro], which comes from a fascinating source file %\texttt{%#<tt>#Intro.v#</tt>#%}% containing nothing but specially-formatted coqdoc comments.
+The chapters of this book are named like "Module Foo," rather than having proper names, because literally the entire document is generated by coqdoc, which by default bases chapter structure on the module structure of the development being documented.  The next chapter is headed "Module StackMachine" because it comes from a module named [StackMachine], which comes from a source file %\texttt{%#<tt>#StackMachine.v#</tt>#%}%.
 
 The source code to the book is also freely available at:
 %\begin{center}\url{http://adam.chlipala.net/cpdt/cpdt.tgz}\end{center}%#<blockquote><tt><a href="http://adam.chlipala.net/cpdt/cpdt.tgz">http://adam.chlipala.net/cpdt/cpdt.tgz</a></tt></blockquote>#