blob: ccb8c241637f37360856a30764dfa7ebb95f96d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
|
The esami package v. 2.5
For generation of texts and solutions of exams in LaTeX
2018/05/06
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--2018 Grazia Messineo & Salvatore Vassallo
Licence: LPPL
FILES IN DISTRIBUTION
=====================
BASE DISTRIBUTION:
VERSION
README This file.
esami.sty The main file
xyz.cfg A template of configuration file
es-*.lng Localisation files
DOCUMENTATION:
esami-doc-en.pdf User manual in English
esami-doc-it.pdf User manual in Italian
esami-doc-*.tex Sources for documentation
esami.bib Source for references
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
test2.tex
test3.tex
test4.tex
test5-fillin.tex
test9.tex
test11.tex
test12.tex
test13.tex
test14.tex
Exercises with open answers
problem1.tex
problem2.tex
problem2-tabella.tex
problem3-matching.tex
problem4-fillin.tex
Examples of an exam (and solutions) built using above exercises using pdflatex, xelatex and lualatex
testA.pdf
testA.tex
testA-luatex-sol.pdf
testA-luatex.pdf
testA-sol.pdf
testA-sol.tex
testA-xetex-sol.pdf
testA-xetex.pdf
testA.pdf
testA.tex
testA-sol.loe
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/esami/
README
doc-esami-en.pdf User manual in English
doc-esami-it.pdf User manual in Italian
doc-esami-*.tex Sources for documentation
|