Commit da08159d authored by Adam Chlipala's avatar Adam Chlipala

Fix some uglyness

parent 0df7c729
...@@ -16,9 +16,9 @@ Set Implicit Arguments. ...@@ -16,9 +16,9 @@ Set Implicit Arguments.
(* end hide *) (* end hide *)
(** %\section{Formalizing Programming Languages and Compilers} (** %\part{Formalizing Programming Languages and Compilers}
\chapter{First-Order Variable Representations}% *) \chapter{First-Order Abstract Syntax}% *)
(** TODO: Prose for this chapter *) (** TODO: Prose for this chapter *)
......
...@@ -203,7 +203,7 @@ Proof Search in Ltac & \texttt{Match.v} \\ ...@@ -203,7 +203,7 @@ Proof Search in Ltac & \texttt{Match.v} \\
\hline \hline
Proof by Reflection & \texttt{Reflection.v} \\ Proof by Reflection & \texttt{Reflection.v} \\
\hline \hline
First-Order Variable Representations & \texttt{Firstorder.v} \\ First-Order Abstract Syntax & \texttt{Firstorder.v} \\
\hline \hline
\end{tabular} \end{center} \end{tabular} \end{center}
......
...@@ -15,6 +15,6 @@ ...@@ -15,6 +15,6 @@
<li><a href="Equality.html">Reasoning About Equality Proofs</a> <li><a href="Equality.html">Reasoning About Equality Proofs</a>
<li><a href="Match.html">Proof Search in Ltac</a> <li><a href="Match.html">Proof Search in Ltac</a>
<li><a href="Reflection.html">Proof by Reflection</a> <li><a href="Reflection.html">Proof by Reflection</a>
<li><a href="Firstorder.html">First-Order Variable Representations</a> <li><a href="Firstorder.html">First-Order Abstract Syntax</a>
</body></html> </body></html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment