summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/verifiche/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-07-01 20:50:38 +0000
committerKarl Berry <karl@freefriends.org>2020-07-01 20:50:38 +0000
commit878146825f50960945da8b9c18fa11f718c79c7b (patch)
tree74adb41797a7bbd17d0b1ce33a27a5f4845d60d3 /Master/texmf-dist/doc/latex/verifiche/README.md
parent217f4d072b9ff774eb8b4399999744824cac8d9a (diff)
verifiche (1jul20)
git-svn-id: svn://tug.org/texlive/trunk@55720 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/verifiche/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/verifiche/README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/verifiche/README.md b/Master/texmf-dist/doc/latex/verifiche/README.md
new file mode 100644
index 00000000000..348e4c9b587
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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.
+