summaryrefslogtreecommitdiff
path: root/support/easydtx/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2023-10-12 03:04:15 +0000
committerNorbert Preining <norbert@preining.info>2023-10-12 03:04:15 +0000
commit1598205ade1602e324b7fd8e5410d1389eae7416 (patch)
tree65f81ef88c5a968e7141ffab7b210b7bf051a867 /support/easydtx/README.md
parent366cf31a771ded1f10860be3212058d48020398d (diff)
CTAN sync 202310120304
Diffstat (limited to 'support/easydtx/README.md')
-rw-r--r--support/easydtx/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/support/easydtx/README.md b/support/easydtx/README.md
new file mode 100644
index 0000000000..8f0030b03b
--- /dev/null
+++ b/support/easydtx/README.md
@@ -0,0 +1,10 @@
+EasyDTX is a variant of the DTX format which eliminates the need for all those
+pesky `macrocode` environments. Any line introduced by a single comment counts
+as documentation, and documentation lines may be indented.
+
+An `.edtx` file is converted to a `.dtx` by a little Perl script called
+`edtx2dtx`; there is also a rudimentary Emacs mode, implemented in
+`easydoctex-mode.el`, which takes care of fontification, indentation, and
+forward and inverse search. (The script does what it should, and would really
+deserve version 1.0.0. The Emacs mode, however, is just something that works
+well enough for me.)