diff options
| author | psteckler | 2017-05-25 15:10:44 -0400 |
|---|---|---|
| committer | GitHub | 2017-05-25 15:10:44 -0400 |
| commit | b392b77a1e247905fbc0a1cce1a2b494878836b8 (patch) | |
| tree | 8565b920fb1946fdb69edfbd9a9c61cbcc7ce455 /etc/coq | |
| parent | 2202c8a405f50dcb589f69db106afcdbdd22cafd (diff) | |
| parent | c9e9c691c353d5d4835551de8d7d1f4c0ec74b9f (diff) | |
Merge pull request #185 from psteckler/remove-contribs
Remove mmm and ML4PG contribs
Diffstat (limited to 'etc/coq')
| -rw-r--r-- | etc/coq/coqdoc-egs.v | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/etc/coq/coqdoc-egs.v b/etc/coq/coqdoc-egs.v deleted file mode 100644 index d79d44e5..00000000 --- a/etc/coq/coqdoc-egs.v +++ /dev/null @@ -1,26 +0,0 @@ -(* 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 *) - |
