@jutge.org/toolkit 4.4.20 → 4.4.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/latex/root-pdf.tpl.tex +10 -0
- package/assets/problems/standard/campanar-de-la-torrassa.pbm/problem.ca.tex +0 -1
- package/assets/problems/standard/campanar-de-la-torrassa.pbm/problem.en.tex +2 -0
- package/assets/sty/jutge.ca.sty +3 -1
- package/assets/sty/jutge.de.sty +2 -0
- package/assets/sty/jutge.en.sty +3 -1
- package/assets/sty/jutge.es.sty +3 -1
- package/assets/sty/jutge.fr.sty +2 -0
- package/assets/sty/jutge.sty +2 -5
- package/dist/index.js +575 -580
- package/docs/getting-started-guide.md +20 -1
- package/docs/problem-anatomy.md +15 -1
- package/package.json +1 -1
|
@@ -14,11 +14,21 @@
|
|
|
14
14
|
|
|
15
15
|
\ProblemInformation
|
|
16
16
|
|
|
17
|
+
|
|
18
|
+
|
|
17
19
|
\Author\ {{author}}
|
|
18
20
|
{{#if translator}}
|
|
19
21
|
\\
|
|
20
22
|
\Translator {{translator}}
|
|
21
23
|
{{/if}}
|
|
24
|
+
{{#if event}}
|
|
25
|
+
\\
|
|
26
|
+
\Event\ {{event}}
|
|
27
|
+
{{/if}}
|
|
28
|
+
{{#if eventDate}}
|
|
29
|
+
\\
|
|
30
|
+
\EventDate\ {{eventDate}}
|
|
31
|
+
{{/if}}
|
|
22
32
|
|
|
23
33
|
\bigskip
|
|
24
34
|
|
|
@@ -47,6 +47,8 @@ For each test case, output must include a line with an integer denoting the
|
|
|
47
47
|
number of times that the bells sound starting at $h$:$m$ for a length of $\ell$
|
|
48
48
|
minutes.Sample
|
|
49
49
|
|
|
50
|
+
\Sample
|
|
51
|
+
|
|
50
52
|
\Observation
|
|
51
53
|
|
|
52
54
|
This problem is from the 2nd UPC Programming Competition.
|
package/assets/sty/jutge.ca.sty
CHANGED
|
@@ -51,4 +51,6 @@
|
|
|
51
51
|
\newcommand{\TxtProblemInformation}{Informació del problema}
|
|
52
52
|
\newcommand{\TxtAuthor}{Autoria:}
|
|
53
53
|
\newcommand{\TxtTranslator}{Traducció:}
|
|
54
|
-
\newcommand{\TxtGeneration}{Generació:}
|
|
54
|
+
\newcommand{\TxtGeneration}{Generació:}
|
|
55
|
+
\newcommand{\TxtEvent}{Esdeveniment:}
|
|
56
|
+
\newcommand{\TxtEventDate}{Data:}
|
package/assets/sty/jutge.de.sty
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
\newcommand{\TxtTranslator}{Übersetzer:}
|
|
9
9
|
\newcommand{\TxtGeneration}{Erstellt:}
|
|
10
10
|
\newcommand{\TxtInterface}{Interface}
|
|
11
|
+
\newcommand{\TxtEventDate}{Datum:}
|
|
12
|
+
\newcommand{\TxtEvent}{Ereignis:}
|
|
11
13
|
|
|
12
14
|
\newcommand{\TxtInput}{Eingabe}
|
|
13
15
|
\newcommand{\TxtOutput}{Ausgabe}
|
package/assets/sty/jutge.en.sty
CHANGED
|
@@ -57,4 +57,6 @@
|
|
|
57
57
|
\newcommand{\TxtProblemInformation}{Problem information}
|
|
58
58
|
\newcommand{\TxtAuthor}{Author:}
|
|
59
59
|
\newcommand{\TxtTranslator}{Translator:}
|
|
60
|
-
\newcommand{\TxtGeneration}{Generation:}
|
|
60
|
+
\newcommand{\TxtGeneration}{Generation:}
|
|
61
|
+
\newcommand{\TxtEvent}{Event:}
|
|
62
|
+
\newcommand{\TxtEventDate}{Date:}
|
package/assets/sty/jutge.es.sty
CHANGED
|
@@ -51,4 +51,6 @@
|
|
|
51
51
|
\newcommand{\TxtProblemInformation}{Información del problema}
|
|
52
52
|
\newcommand{\TxtAuthor}{Autoría:}
|
|
53
53
|
\newcommand{\TxtTranslator}{Traducción:}
|
|
54
|
-
\newcommand{\TxtGeneration}{Generación:}
|
|
54
|
+
\newcommand{\TxtGeneration}{Generación:}
|
|
55
|
+
\newcommand{\TxtEventDate}{Fecha:}
|
|
56
|
+
\newcommand{\TxtEvent}{Evento:}
|
package/assets/sty/jutge.fr.sty
CHANGED
package/assets/sty/jutge.sty
CHANGED
|
@@ -70,10 +70,8 @@
|
|
|
70
70
|
\def\PbmId{#1}
|
|
71
71
|
}
|
|
72
72
|
|
|
73
|
-
\
|
|
74
|
-
\newcommand{\
|
|
75
|
-
\def\PbmEvent{\\#1}
|
|
76
|
-
}
|
|
73
|
+
\newcommand{\Event}{{\TxtEvent{}}}
|
|
74
|
+
\newcommand{\EventDate}{{\TxtEventDate{}}}
|
|
77
75
|
|
|
78
76
|
\newcommand{\Statement}{
|
|
79
77
|
\vspace*{-2cm}
|
|
@@ -85,7 +83,6 @@
|
|
|
85
83
|
|
|
86
84
|
\hrule~\\[1mm]
|
|
87
85
|
{\Large{\textbf{\PbmTitle\hfill\PbmId}}}
|
|
88
|
-
\PbmEvent
|
|
89
86
|
\vspace*{2mm}
|
|
90
87
|
\hrule
|
|
91
88
|
\bigskip
|