summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/esami/doc/examples/master-sol.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/esami/doc/examples/master-sol.tex')
-rw-r--r--Master/texmf-dist/doc/latex/esami/doc/examples/master-sol.tex70
1 files changed, 0 insertions, 70 deletions
diff --git a/Master/texmf-dist/doc/latex/esami/doc/examples/master-sol.tex b/Master/texmf-dist/doc/latex/esami/doc/examples/master-sol.tex
deleted file mode 100644
index 4c25293999a..00000000000
--- a/Master/texmf-dist/doc/latex/esami/doc/examples/master-sol.tex
+++ /dev/null
@@ -1,70 +0,0 @@
-\documentclass[a4paper,UKenglish]{article}
-\usepackage[shuffle,xyz,pointsonright,autopstoff,twocolumns,solutions]{esami}%%%%% TEMA
-\usepackage{lmodern,textcomp}
-\usepackage[utf8]{inputenc}
-\usepackage[T1]{fontenc}
-
-% +=============================+
-% | DEFINITIONS |
-% +=============================+
-
-\def\examname{The name of the exam}
-\def\numcompiti{6}%%% The number of the versions
-\date{2013/3/22}%%% THE DATE IN THE FORMAT YYYY/MM/DD
-\def\Data{\longdate}%%% or \shortdate: the date in the heading
-%\def\cartella{d:/folder}%%% The folder where are the exercises: by default the current folder%
-
-\begin{document}
-\testversioni
-\pagestyle{esame}
-\whiledo{\thevers<\numcompiti}{\stepvers
-% +=============================+
-% | THE SEED |
-% +=============================+
-
-\FPeval\seme{round((\thenomefile+(3*\thevers)):0)}
-%%% OR SOME OTHER LIKE
-%\FPeval\seme{round(\thenomefile*(\thevers)+1-trunc(\thenomefile*(\thevers)/(2^31-1):0)*(2^31-1):0)}
-%\FPeval\seme{round(1+abs(\thenomefile/(\thevers)+sin(\thevers)*(\thevers)^(2)):0)}
-
-\randomi=\seme
-\permuta
-% +=============================+
-% | STUFF DEFINED IN CFG FILE |
-% +=============================+
-
-\testa%%% the heading
-\istruzionii%%% some instructions
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-
-\section*{Part One}
-\begin{test}[8]
-\begin{questions}
-\proofingsymbol{$\blacktriangleright$}%%% or something else
-\esercizi{
-test1,
-test2,
-test3,
-test4,
-test5-fillin}
-\end{questions}
-\begin{questions}
-\esercizi{test11,
-test12,
-test13,
-test14,
-}
-\end{questions}
-\end{test}
-\newpage
-
-\section*{Part two}
-\istruzioniii%%% Some other instructons
-
-\esercizi{problem1,problem2-tabella}
-\newpage
-\esercizi{problem3-matching,problem4-fillin}
-\closevers
-}
-\end{document}