forked from RoboCupAtHome/RuleBook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteams.tex
More file actions
47 lines (44 loc) · 913 Bytes
/
teams.tex
File metadata and controls
47 lines (44 loc) · 913 Bytes
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
% Teams in stage 1 (all participating teams. If split in two groups, compile two versions of the rulebool/score sheets: one for group A, one for group B
\newcommand{\TEAMSSTAGEONE}{
Cesar Voxar,
BahiaRT@Home,
Uchile HomeBreakers,
JiaoLong,
Sun@Home,
Wright Eagle,
Bit@Home,
Tinker,
Tobi,
Homer,
Demura.net,
KameRider,
Erasers,
Pumas,
TechUnited,
aiRobots-NCKU,
Skuba
}
% All teams in stage 2: best 10 (in case of 20 or less teams in stage 1), or best 50% (in case of more than 20 teams in stage 1)
\newcommand{\TEAMSSTAGETWO}{
Skuba,
Pumas,
AIRobots,
ToBI,
Erasers,
WrightEagle,
TU/e,
Homer,
KameRider,
Demura
}
% All teams in the finals: best 5 teams (possibly 6 if the difference between #5 and #6 is less than 1%)
\newcommand{\TEAMSFINALS}{
Er@sers,
Homer,
WrightEagle,
TechUnited,
ToBI
}
% Local Variables:
% TeX-master: "../rulebook"
% End: