summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/verifiche/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-07-02 03:03:05 +0000
committerNorbert Preining <norbert@preining.info>2020-07-02 03:03:05 +0000
commitc2b7c45f7c8c093b8bc730da9abaa919d8327491 (patch)
tree640532738a3185f8a21d3080746e2a87059f9577 /macros/latex/contrib/verifiche/README.md
parentd79a721c345c9a2ced6c0640e88c10cc3378c1f0 (diff)
CTAN sync 202007020303
Diffstat (limited to 'macros/latex/contrib/verifiche/README.md')
-rw-r--r--macros/latex/contrib/verifiche/README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/macros/latex/contrib/verifiche/README.md b/macros/latex/contrib/verifiche/README.md
new file mode 100644
index 0000000000..348e4c9b58
--- /dev/null
+++ b/macros/latex/contrib/verifiche/README.md
@@ -0,0 +1,30 @@
+# Package Verifiche
+
+## Abstract
+The purpose of the package is to mange the exercises for a test, their points, the difficulty level and their solutions.
+Some typical format of exercises are already implemented:
+1. Plain exercise
+2. Complete the Text - exercise
+3. True or false
+4. Closed questions
+5. Open questtions
+6. Find the Error - exercise
+
+## Installation
+To install the package run:
+- `latex verifiche.ins`
+- `pdflatex verifiche.dtx`
+- `makeindex -s gind.ist -o verifiche.ind verifiche.idx`
+- `makeindex -s gglo.ist -o verifiche.gls verifiche.glo`
+- `pdflatex verifiche.dtx`
+- copy verifiche.sty and verifiche.pdf to the correct places in the texmf
+tree (e.g. \tex\latex\verifiche).
+
+## Example
+Run `pdflatex Esempio.tex` to see some examples.
+
+
+### To do
+- swhich into english and if "babel" is implemented use the selected language.
+- remove the marginpar command and use only a box.
+