Skip to content

Commit

Permalink
Version 8.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Mar 7, 2024
1 parent 285e5d0 commit cf852c2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
14 changes: 7 additions & 7 deletions dist/template.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% Template: Informe LaTeX
% Documento: Núcleo del template
% Versión: 8.3.2 (20/11/2023)
% Versión: 8.3.3 (07/03/2024)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand All @@ -13,7 +13,7 @@
% CONFIGURACIONES
% -----------------------------------------------------------------------------
% Definiciones previas
\usepackage[dvipsnames,table,usenames]{xcolor} % Paquete de colores avanzado
\usepackage[dvipsnames,table]{xcolor} % Paquete de colores avanzado

% Definición de colores
\definecolor{cardinalred}{RGB}{140, 21, 21}
Expand Down Expand Up @@ -5729,16 +5729,16 @@
Template.Author.Email={[email protected]},
Template.Author.Web={https://ppizarror.com},
Template.Author={Pablo Pizarro R.},
Template.Date={20/11/2023},
Template.Date={07/03/2024},
Template.Encoding={UTF-8},
Template.Latex.Compiler={pdflatex},
Template.License.Type={MIT},
Template.License.Web={https://opensource.org/licenses/MIT},
Template.Name={Template-Informe},
Template.Type={Normal},
Template.Version.Dev={8.3.2-5},
Template.Version.Hash={C74887EB6FDDBFF0F02EC2F613E57B75},
Template.Version.Release={8.3.2},
Template.Version.Dev={8.3.3},
Template.Version.Hash={96A2925B98D1EFDBDD5B8DD04BC53621},
Template.Version.Release={8.3.3},
Template.Web.Dev={https://github.com/Template-Latex/Template-Informe},
Template.Web.Manual={https://latex.ppizarror.com/informe},
University.Department={\pdfmetainfouniversitydepartment},
Expand All @@ -5750,7 +5750,7 @@
pdfmenubar={\cfgpdfmenubar},
pdfpagelayout={\cfgpdflayout},
pdfpagemode={\cfgpdfpagemode},
pdfproducer={Template-Informe v8.3.2 | (Pablo Pizarro R.) ppizarror.com},
pdfproducer={Template-Informe v8.3.3 | (Pablo Pizarro R.) ppizarror.com},
pdfremotestartview={Fit},
pdfstartpage={1},
pdfstartview={\cfgpdfpageview},
Expand Down
2 changes: 1 addition & 1 deletion main.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% Template: Informe LaTeX
% Documento: Archivo principal
% Versión: 8.3.2 (20/11/2023)
% Versión: 8.3.3 (07/03/2024)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand Down
3 changes: 1 addition & 2 deletions main_poster.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
\documentclass[
spanish, % Idioma: spanish, english, etc.
final,
hyperref={pdfencoding=auto,psdextra},
xcolor={dvipsnames,table,usenames}
xcolor={dvipsnames,table}
]{beamer}

% INFORMACIÓN DEL DOCUMENTO
Expand Down
3 changes: 1 addition & 2 deletions main_presentacion.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
\documentclass[
spanish, % Idioma: spanish, english, etc.
aspectratio=43, % 1610, 169, 149, 54, 43, 32
hyperref={pdfencoding=auto,psdextra},
xcolor={dvipsnames,table,usenames}
xcolor={dvipsnames,table}
]{beamer}

% INFORMACIÓN DEL DOCUMENTO
Expand Down
2 changes: 1 addition & 1 deletion src/defs.tex
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
% Manual template: [https://latex.ppizarror.com/informe]
% Licencia MIT: [https://opensource.org/licenses/MIT]

\usepackage[dvipsnames,table,usenames]{xcolor} % Paquete de colores avanzado
\usepackage[dvipsnames,table]{xcolor} % Paquete de colores avanzado

% Definición de colores
\definecolor{cardinalred}{RGB}{140, 21, 21}
Expand Down
2 changes: 1 addition & 1 deletion src/etc/example.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% Template: Informe LaTeX
% Documento: Archivo de ejemplo
% Versión: 8.3.2 (20/11/2023)
% Versión: 8.3.3 (07/03/2024)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand Down

0 comments on commit cf852c2

Please sign in to comment.