summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/moodle/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/moodle/README.md')
-rw-r--r--macros/latex/contrib/moodle/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/macros/latex/contrib/moodle/README.md b/macros/latex/contrib/moodle/README.md
index 83eb22b4bf..30e1b4a976 100644
--- a/macros/latex/contrib/moodle/README.md
+++ b/macros/latex/contrib/moodle/README.md
@@ -10,7 +10,7 @@ part of all distributions of LaTeX version 2005/12/01 or later.
Original contents (2016): [Anders O.F. Hendrickson](/author/hendrickson) ([contact](mailto:anders.o.f.hendricksonATgmail.com))
-2019-2021: [Matthieu Guerquin-Kern](author/guerquin-kern) ([contact](mailto:guerquin-kernATcrans.org))
+2019-2021: [Matthieu Guerquin-Kern](/author/guerquin-kern) ([contact](mailto:guerquin-kernATcrans.org))
# Contents
@@ -19,6 +19,9 @@ This work, under version number 0.8, consists of the files
[`moodle.ins`](/tex-archive/macros/latex/contrib/moodle/moodle.ins), and the derived documentation
file [`moodle.pdf`](/tex-archive/macros/latex/contrib/moodle/moodle.pdf).
+The derived file `moodle.sty` can be downloaded from [here](https://www.tug.org/svn/texlive/trunk/Master/texmf-dist/tex/latex/moodle/moodle.sty?view=co).
+Details on how to generate derived files from the sources are given in Section "Building" at the end of this document.
+
A TDS archive [moodle.tds.zip](http://mirrors.ctan.org/install/macros/latex/contrib/moodle.tds.zip) is
also available to be conveniently expanded in your local texmf directory.
It contains the derived file `moodle.sty` and a set of test files.
@@ -65,3 +68,4 @@ The documentation file `moodle.pdf` can be generated by running twice the comman
```bash
lualatex -shell-escape moodle.dtx
```
+(n.b. the requirements in the previous section)