summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/esami/es-UKenglish.lng
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/esami/es-UKenglish.lng
Initial commit
Diffstat (limited to 'macros/latex/contrib/esami/es-UKenglish.lng')
-rw-r--r--macros/latex/contrib/esami/es-UKenglish.lng66
1 files changed, 66 insertions, 0 deletions
diff --git a/macros/latex/contrib/esami/es-UKenglish.lng b/macros/latex/contrib/esami/es-UKenglish.lng
new file mode 100644
index 0000000000..692f17c061
--- /dev/null
+++ b/macros/latex/contrib/esami/es-UKenglish.lng
@@ -0,0 +1,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}
+}