Skip to content

Commit

Permalink
Version 8.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Aug 21, 2023
1 parent 9637389 commit 392f0d3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 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.2.6 (06/07/2023)
% Versión: 8.2.7 (21/08/2023)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand Down Expand Up @@ -238,7 +238,7 @@

% Dimensiones y geometría del documento
\ifthenelse{\equal{\compilertype}{lualatex}}{ % En lualatex sólo se puede cambiar 1 vez el margen
\usepackage[top=\pagemargintop cm,bottom=\pagemarginbottom cm,left=\pagemarginleft cm,right=\pagemarginright cm]{geometry}
\usepackage[top=\pagemargintop cm,bottom=\pagemarginbottom cm,left=\pagemarginleft cm,right=\pagemarginright cm, footnotesep=\footnotetopmargin cm]{geometry}
}{ % pdf2latex, xelatex
\usepackage{geometry}
}
Expand Down Expand Up @@ -1018,7 +1018,7 @@
\ifthenelse{\equal{\compilertype}{lualatex}}{
% Geometry no válido en lualatex
}{
\newgeometry{left=#1cm, top=#2cm, right=#3cm, bottom=#4cm}
\newgeometry{left=#1cm, top=#2cm, right=#3cm, bottom=#4cm, footnotesep=\footnotetopmargin cm}
}
}

Expand Down Expand Up @@ -5727,16 +5727,16 @@
Template.Author.Email={pablo@ppizarror.com},
Template.Author.Web={https://ppizarror.com},
Template.Author={Pablo Pizarro R.},
Template.Date={06/07/2023},
Template.Date={21/08/2023},
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.2.6-5},
Template.Version.Hash={796927EA73FB0EAE7D0D9F5990821FFE},
Template.Version.Release={8.2.6},
Template.Version.Dev={8.2.7},
Template.Version.Hash={65C7883D7DAD00646599AE569DD4D7C0},
Template.Version.Release={8.2.7},
Template.Web.Dev={https://github.com/Template-Latex/Template-Informe},
Template.Web.Manual={https://latex.ppizarror.com/informe},
University.Department={\pdfmetainfouniversitydepartment},
Expand All @@ -5748,7 +5748,7 @@
pdfmenubar={\cfgpdfmenubar},
pdfpagelayout={\cfgpdflayout},
pdfpagemode={\cfgpdfpagemode},
pdfproducer={Template-Informe v8.2.6 | (Pablo Pizarro R.) ppizarror.com},
pdfproducer={Template-Informe v8.2.7 | (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.2.6 (06/07/2023)
% Versión: 8.2.7 (21/08/2023)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
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.2.6 (06/07/2023)
% Versión: 8.2.7 (21/08/2023)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand Down

0 comments on commit 392f0d3

Please sign in to comment.