aboutsummaryrefslogtreecommitdiffhomepage
path: root/etc/isar
diff options
context:
space:
mode:
authorGravatar Paul Steckler <steck@stecksoft.com>2017-05-24 11:14:51 -0400
committerGravatar Paul Steckler <steck@stecksoft.com>2017-05-24 11:14:51 -0400
commitc9e9c691c353d5d4835551de8d7d1f4c0ec74b9f (patch)
treef89d20d989b309730281d4266b734e0adaed1867 /etc/isar
parentafb29a670c537412d09cec703da7e8821c658196 (diff)
Remove mmm and ML4PG contribs and remove references to them in code and docs
Diffstat (limited to 'etc/isar')
-rw-r--r--etc/isar/MMMtests.thy40
1 files changed, 0 insertions, 40 deletions
diff --git a/etc/isar/MMMtests.thy b/etc/isar/MMMtests.thy
deleted file mode 100644
index 994a8ee0..00000000
--- a/etc/isar/MMMtests.thy
+++ /dev/null
@@ -1,40 +0,0 @@
-(* Testing samples for MMM *)
-
-header {* This is edited in LaTeX mode *}
-
-theory MMMtests imports Main begin
-
-text {*
- This is a test of MMM support.
- This region is edited in \LaTeX{} mode.
-*}
-
-subsection {* and this one. *}
-
-
-ML {*
- (* Whereas this region is edited in SML mode. For that to work, you
- need to have installed SML mode in your Emacs, otherwise MMM mode
- won't bother. See Stefan Monnier's page at
- http://www.iro.umontreal.ca/~monnier/elisp/. *)
-
- fun foo [] = 0
- | foo (x::xs) = x * foo xs
-*}
-
-ML_val {* (* and this one *) *}
-
-ML_command {* (* and this one *) *}
-
-print_translation {* [] (* and even this one *) *}
-
-text {*
- You can enter the text for a MMM region conveniently
- using the dedicated insertion commands. For example, I inserted
- this region by typing \texttt{C-c \% t} --- see the MMM menu or
- \texttt{C-c \% h} for a list of commands.
-
- Notice that font locking for different modes tends to interact
- badly with mode switches between lines. Best stick to
- separate lines as in these examples.
-*}