summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/esami/es-UKenglish.lng
blob: 692f17c0618866e2079f36229552337dac44d617 (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
%%% Labels (esami.sty)

\def\es@pointname{point}
\def\es@pointsname{points}
\def\es@exercisename{Exercise}
\def\es@solutionname{Solution}

%%% Labels (xyz.cfg)

\def\profname{Prof.\ }
\def\studsignname{Student's signature}
\def\studlastname{Last Name}
\def\studfirstname{First Name}
\def\studid{Student's ID}
\def\versionname{Version}
\def\pagename{Page}
\def\solutionsname{Solutions}
\def\es@EstraiMessage#1#2{\string\textbf\string{\string\noindent\space Expressions $#2i$, $#2ii$ \string\dots\space
                assume the values #1 \string}\string\newline}

%%% Error Messages

\def\es@cfgerrormessageshort{The option \CurrentOption\space does not exists}
\def\es@cfgerrormessagelong{Package esami needs an option for the configuration file}
\def\es@parametermessage#1#2#3{The parameter $#1$ is between $#2$ and $#3$.}
\def\es@seedmessage#1{The seed is equal to $#1$.}
\def\es@numcompitierror{It's necessary to specify the number of versions!}
\def\es@mastererror{WARNING: YOU CANNOT COMPILE THE MASTER FILE:\MessageBreak
        PRESS 'x' TO EXIT AND RENAME THE FILE}
\def\es@zerodenerror#1#2{The fraction #1/#2 in exercise \nome \space has the denominator equal to 0}
\def\es@zeronumerrorshort#1#2{The fraction #1/#2 in exercise \nome \space is equal to 0}
\def\es@zeronumerrorlong#1#2{If the fraction can be 0, you must use the "sempliz" command}
\def\es@fraconewarn#1#2{The fraction #1/#2 in exercise \nome \space is equal to 1}
\def\es@radicalerror{The radicand in exercise \nome \space is negative}
\def\es@fpsetparerrorshort{Not all conditions are satisfied after \maxLoopLimit\space tries}

\def\es@fpsetparerrshort#1{It's impossible to define the parameter #1}
\def\es@fpsetparerrlong#1{In the definition of the parameter #1 the lower bound is greater than upper bound}

\def\es@pointerrorshort{Wrong score}
\def\es@pointerrorlong{In version \thevers\space the total score \the\punteggio\space is different from the expected score \punti \MessageBreak}

%%% The date

\def\es@longdate#1/#2/#3\@empty{\ifcase#3\or
      1st\or 2nd\or 3rd\or 4th\or 5th\or
      6th\or 7th\or 8th\or 9th\or 10th\or
      11th\or 12th\or 13th\or 14th\or 15th\or
      16th\or 17th\or 18th\or 19th\or 20th\or
      21st\or 22nd\or 23rd\or 24th\or 25th\or
      26th\or 27th\or 28th\or 29th\or 30th\or
      31st\fi~\ifcase#2\or
      January\or February\or March\or April\or May\or June\or
      July\or August\or September\or October\or November\or
      December\fi \space #1}
\def\es@shortdate#1/#2/#3\@empty{#1/#2/#3}

%%% Useful Language dependent packages

\AtEndOfPackage{
\usepackage{babel}
\usepackage{geometry}
\geometry{a4paper,lmargin=6mm,rmargin=18mm,tmargin=6mm,bmargin=18mm,marginparsep=2mm,footskip=1cm}
%\usepackage{eurosym}
\usepackage[np,autolanguage]{numprint}
}