summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/esami/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-04-25 22:35:45 +0000
committerKarl Berry <karl@freefriends.org>2013-04-25 22:35:45 +0000
commit050e4ce3134f192d97181d2bb1d8fb3cacce2a0b (patch)
treedaa6d2fbd7e8f00e54daa6cf31cddbd6e9986340 /Master/texmf-dist/doc/latex/esami/README
parente694cedf504de9df6982e24972ec473d2ddcf5e9 (diff)
esami (25apr13)
git-svn-id: svn://tug.org/texlive/trunk@30109 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/esami/README')
-rw-r--r--Master/texmf-dist/doc/latex/esami/README83
1 files changed, 83 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/esami/README b/Master/texmf-dist/doc/latex/esami/README
new file mode 100644
index 00000000000..c2a04a70759
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/esami/README
@@ -0,0 +1,83 @@
+ The esami package
+ For generation of texts and solutions of exams in LaTeX
+
+
+File: README
+Author: Grazia Messineo and Salvatore Vassallo
+
+
+DESCRIPTION
+===========
+
+The package allows to write various type of exercises (multiple choiche questions with answers
+varying in random order, with closed or open answer, matching, problems, and so on). Questions
+of each group are randomly scrambled across the exam and variants of each exercise are chosen
+randomly from a file which contains them all and.
+
+Copyright: (C) 2008--2013 Grazia Messineo & Salvatore Vassallo
+Licence: LPPL
+
+FILES IN DISTRIBUTION
+=====================
+
+ BASE DISTRIBUTION:
+
+ README This file.
+ esami.sty The main file
+ xyz.cfg A template of configuration file
+ es-*.lng Localisation files
+
+ DOCUMENTATION:
+
+ doc-esami-en.pdf User manual in English
+ doc-esami-it.pdf User manual in Italian
+ doc-esami-*.tex Sources for documentation
+
+ EXAMPLES:
+ Templates for the production of exams with solutions
+ master-sol.tex
+ master.tex
+
+ Template of file for testing exercise
+ totale-versioni.tex
+
+ Exercises for test
+ test1.tex
+ test11.tex
+ test12.tex
+ test13.tex
+ test14.tex
+ test2.tex
+ test3.tex
+ test4.tex
+ test5-fillin.tex
+
+ Exercises with open answers
+ problem1.tex
+ problem2-tabella.tex
+ problem3-matching.tex
+ problem4-fillin.tex
+
+ Examples of an exam built using above exercises
+ testA.pdf
+ testA.tex
+
+BASIC INSTALLATION
+====================
+
+File sty and files cfg and lng must be copied in a folder where LATEX can find them
+
+ For a basic installation on a TDS compliant system, move the
+ following files to the following directories:
+
+ <texmf>/tex/latex/esami/
+ esami.sty The main file
+ xyz.cfg A template of configuration file
+ es-*.lng Localisation files
+
+
+ <texmf>/doc/latex/booktabs/
+ README
+ doc-esami-en.pdf User manual in English
+ doc-esami-it.pdf User manual in Italian
+ doc-esami-*.tex Sources for documentation \ No newline at end of file