This package provides enumerated list environments compatible with
tagging PDF for creating “simple exercise sheets” along with
“multiple choice questions”, storing the “answers” to these in memory
using ⟨multicol⟩
and ⟨scontents⟩
packages.
The minimum requirement is LaTeX
release 2024-11-01. Loads and depends on updated versions of:
The ⟨enumext⟩
package is present in TeX Live and MiKTeX, use the
package manager to install.
For manual installation, download enumext.zip and unzip it, then run:
$ luatex enumext.ins
and move all files to appropriate locations:
enumext.sty -> TDS:tex/latex/enumext/enumext.sty
enumext.pdf -> TDS:doc/latex/enumext/enumext.pdf
README.md -> TDS:doc/latex/enumext/README.md
enumext.dtx -> TDS:source/latex/enumext/enumext.dtx
enumext.ins -> TDS:source/latex/enumext/enumext.ins
then run mktexlsr
. To produce the documentation with source code run arara enumext.dtx
.
The file ⟨enumext.pdf⟩
contains attached examples, which can be extracted
from the PDF viewer or from the command line by running:
$ pdfdetach -saveall enumext.pdf
and then you can use the excellent arara
tool to compile them.
The version numbers and dates are guaranteed to be correct in
the repository is in the l3build
configuration file build.lua
.
The date format is YYYY-MM-DD
. If it is important to you
that the files created have the correct version and date, you should run
l3build tag
before any other build-related task.
You can run:
l3build unpack
to extract the code files into the directorybuild/unpacked/
.l3build doc
to build the documentation.l3build install
put all files in yourTEXMFHOME
.l3build uninstall
will remove them.l3build testpkg
to test files.l3build examples
to compile example files.
The ⟨enumext⟩
package may be modified and distributed under the terms and
conditions of the LaTeX Project Public License, version 1.3c or greater.
├── README.md
├── build.lua
├── ctan.ann
└── sources
├── CTANREADME.md
├── enumext.dtx
├── enumext.ins
├── enumext.sty
└── test-pkg
├── enumext-01.tex
├── enumext-02.tex
├── enumext-03.tex
├── enumext-04.tex
├── enumext-05.tex
├── enumext-06.tex
Copyright © 2024 by Pablo González L pablgonz@educarchile.cl