-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmain.tex
54 lines (43 loc) · 1.38 KB
/
main.tex
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
% Template: Control LaTeX
% Documento: Archivo principal
% Versión: 5.3.2 (12/04/2024)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
%
% Manual template: [https://latex.ppizarror.com/controles]
% Licencia MIT: [https://opensource.org/licenses/MIT]
% CREACIÓN DEL DOCUMENTO
\documentclass[
spanish, % Idioma: spanish, english, etc.
letterpaper, oneside
]{article}
% INFORMACIÓN DEL DOCUMENTO
\def\documenttitle {Título del Control}
\def\evaluationindication {\textbf{INDICACIÓN DEL CONTROL}}
\def\documentauthor {Nombre del autor}
\def\coursename {Curso}
\def\coursecode {CO-1234}
\def\universityname {Universidad de Chile}
\def\universityfaculty {Facultad de Ciencias Físicas y Matemáticas}
\def\universitydepartment {Departamento de la Universidad}
\def\universitydepartmentimage {departamentos/fcfm}
\def\universitydepartmentimagecfg {height=1.75cm}
\def\universitylocation {Santiago de Chile}
% EQUIPO DOCENTE
\def\teachingstaff {
\textbf{Profesor: Nombre} \\
Auxiliares: Auxiliar 1, Auxiliar 2 \\
Ayudantes: Ayudante 1, Ayudante 2, Ayudante 3 \\
}
% IMPORTACIÓN DEL TEMPLATE
\input{template}
% INICIO DE PÁGINAS
\begin{document}
% CONFIGURACIÓN DE PÁGINA Y ENCABEZADOS
\templatePagecfg
% ======================= INICIO DEL DOCUMENTO =======================
\input{example} % Ejemplo, se puede borrar
% FIN DEL DOCUMENTO
\end{document}