-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathgsi-parametros.sty
More file actions
36 lines (30 loc) · 1.09 KB
/
gsi-parametros.sty
File metadata and controls
36 lines (30 loc) · 1.09 KB
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
%\newcommand{\modo}[1][]{}
%\renewcommand{\modo}{ASC} % DESCOMENTAR LINEA CORRECTA
%\renewcommand{\modo}{MASTER-ESPACIO}
%\renewcommand{\modo}{VIDEOJUEGOS}
%\renewcommand{\modo}{INDUSTRIALES}
% Iniciamos variables con valores vacios
\newcommand{\autor}{}
\newcommand{\asignatura}{}
\newcommand{\carrera}{}
% Personalizar a partir de aqui
\IfStrEq{\modo}{asc}{
\renewcommand{\autor}{}
\renewcommand{\asignatura}{Advanced Robot Control}
\renewcommand{\carrera}{Grado en Ingeniería Informática/Computadores}
}{}
\IfStrEq{\modo}{muii}{
\renewcommand{\autor}{}
\renewcommand{\asignatura}{Inteligencia Artificial en los Sistemas de Control Autónomo}
\renewcommand{\carrera}{Máster Universitario en Ingeniería Industrial}
}{}
\IfStrEq{\modo}{mcyte}{
\renewcommand{\autor}{}
\renewcommand{\asignatura}{Inteligencia Artificial en los Sistemas de Control Autónomo}
\renewcommand{\carrera}{Máster en Ciencia y Tecnología desde el Espacio}
}{}
\IfStrEq{\modo}{videojuegos}{
\renewcommand{\autor}{}
\renewcommand{\asignatura}{Videogames Technology}
\renewcommand{\carrera}{Asignatura transversal}
}{}