Skip to content

Commit

Permalink
Version 8.2.3-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Apr 3, 2023
1 parent 43e1872 commit 972a4a9
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions dist/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5718,8 +5718,8 @@
Template.License.Web={https://opensource.org/licenses/MIT},
Template.Name={Template-Informe},
Template.Type={Normal},
Template.Version.Dev={8.2.3},
Template.Version.Hash={EC7D0B20119222103BE7BC6149B5F8B8},
Template.Version.Dev={8.2.3-1},
Template.Version.Hash={67E6C74E37E2A3C9C162B064D2CBC642},
Template.Version.Release={8.2.3},
Template.Web.Dev={https://github.com/Template-Latex/Template-Informe},
Template.Web.Manual={https://latex.ppizarror.com/informe},
Expand Down
52 changes: 26 additions & 26 deletions main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -33,39 +33,39 @@

% INTEGRANTES, PROFESORES Y FECHAS
\def\authortable {
\begin{tabular}{ll}
Integrantes:
& \begin{tabular}[t]{l}
Integrante 1 \\
Integrante 2
\end{tabular} \\
Profesor:
& \begin{tabular}[t]{l}
Profesor 1
\end{tabular} \\
Auxiliar:
& \begin{tabular}[t]{l}
Auxiliar 1
\end{tabular} \\
Ayudantes:
& \begin{tabular}[t]{l}
Ayudante 1 \\
Ayudante 2
\end{tabular} \\
\multicolumn{2}{l}{Ayudante de laboratorio: Ayudante 1} \\
& \\
\multicolumn{2}{l}{Fecha de realización: \today} \\
\multicolumn{2}{l}{Fecha de entrega: \today} \\
\multicolumn{2}{l}{\universitylocation}
\end{tabular}
\begin{tabular}{ll}
Integrantes:
& \begin{tabular}[t]{l}
Integrante 1 \\
Integrante 2
\end{tabular} \\
Profesor:
& \begin{tabular}[t]{l}
Profesor 1
\end{tabular} \\
Auxiliar:
& \begin{tabular}[t]{l}
Auxiliar 1
\end{tabular} \\
Ayudantes:
& \begin{tabular}[t]{l}
Ayudante 1 \\
Ayudante 2
\end{tabular} \\
\multicolumn{2}{l}{Ayudante de laboratorio: Ayudante 1} \\
& \\
\multicolumn{2}{l}{Fecha de realización: \today} \\
\multicolumn{2}{l}{Fecha de entrega: \today} \\
\multicolumn{2}{l}{\universitylocation}
\end{tabular}
}

% IMPORTACIÓN DEL TEMPLATE
\input{template}

% INICIO DE PÁGINAS
\begin{document}

% PORTADA
\templatePortrait

Expand Down
2 changes: 1 addition & 1 deletion main_articulo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

% INICIO DE PÁGINAS
\begin{document}

% CONFIGURACIÓN DE PÁGINA Y ENCABEZADOS
\templatePagecfg

Expand Down
22 changes: 11 additions & 11 deletions main_tesis.tex
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
\def\documentdate {\the\year}

\def\portrait {
\begin{center}
\begin{center}
\vspace{1.5cm} ~ \\
\MakeUppercase{\textbf{\documenttitle}} ~ \\
\vspace{1.5cm}
Expand All @@ -58,25 +58,25 @@
\MakeUppercase{\universitylocation} \\
\MakeUppercase{\documentdate}
\end{tabular}
\end{center}
\end{center}
}
\def\abstracttable {
\begin{tabular}{l}
RESUMEN DE LA MEMORIA PARA OPTAR \\
AL TÍTULO DE MAGÍSTER EN CIENCIAS \\
DE LA INGENIERÍA \\
POR: \MakeUppercase{\documentauthor} \\
FECHA: \MakeUppercase{\documentdate} \\
PROF. GUÍA: NOMBRE PROFESOR
\end{tabular}}{
\begin{tabular}{l}
RESUMEN DE LA MEMORIA PARA OPTAR \\
AL TÍTULO DE MAGÍSTER EN CIENCIAS \\
DE LA INGENIERÍA \\
POR: \MakeUppercase{\documentauthor} \\
FECHA: \MakeUppercase{\documentdate} \\
PROF. GUÍA: NOMBRE PROFESOR
\end{tabular}
}

% IMPORTACIÓN DEL TEMPLATE
\input{template}

% INICIO DE LAS PÁGINAS
\begin{document}

% PORTADA
\templatePortrait

Expand Down

0 comments on commit 972a4a9

Please sign in to comment.