summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/mandi/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-08-22 03:00:40 +0000
committerNorbert Preining <norbert@preining.info>2021-08-22 03:00:40 +0000
commit285f2e662f6dc37d227660aeb7624cac13004686 (patch)
treeb93624aed9f5c57b812296aa714763e9ef87fab6 /macros/latex/contrib/mandi/README.md
parentdd302372d8cdbe867c55bbea51f1f2a4842c3353 (diff)
CTAN sync 202108220300
Diffstat (limited to 'macros/latex/contrib/mandi/README.md')
-rw-r--r--macros/latex/contrib/mandi/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/macros/latex/contrib/mandi/README.md b/macros/latex/contrib/mandi/README.md
new file mode 100644
index 0000000000..66a938f5de
--- /dev/null
+++ b/macros/latex/contrib/mandi/README.md
@@ -0,0 +1,10 @@
+mandi provides commands for introductory physics. To install, open a command
+line and type the following, repeating 2-4 until there are no warnings:
+
+ 1. lualatex mandi.ins (can also use latex)
+ 2. lualatex mandi.dtx (lualatex is required)
+ 3. makeindex -s gind.ist -o mandi.ind mandi.idx
+ 4. makeindex -s gglo.ist -o mandi.gls mandi.glo
+
+Move the *.sty files into a directory searched by TeX.
+The vdemo.py file is not needed.