From 37c6e1cf32338198aa7f15e325311bc57edb6943 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Thu, 13 Dec 2007 15:20:21 +0000 Subject: New files. --- etc/coq/coqdoc-egs.v | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 etc/coq/coqdoc-egs.v (limited to 'etc/coq') diff --git a/etc/coq/coqdoc-egs.v b/etc/coq/coqdoc-egs.v new file mode 100644 index 00000000..d79d44e5 --- /dev/null +++ b/etc/coq/coqdoc-egs.v @@ -0,0 +1,26 @@ +(* Some tests/examples of coqdoc regions in Coq files, + used with MMM configuration (ProofGeneral -> Options -> Multiple Modes. *) + + +(** This is a coqdoc plain text region. + + After editing/changing regions in mmm mode, use C-x % C-b to reparse +*) + + +(** %This is a special case of a \LaTeX{} region recognised by MMM. +\begin{quote} +Emacs will be in \texttt{LaTeX} mode when editing this region. +\end{quote} + % *) + + +(** #Similarly, this is an HTML region, edited in HTML mode # *) + + +(* Finally, here is some *) +<< +verbatim text +>> +(* in text mode *) + -- cgit v1.2.3