Skip to content

Commit

Permalink
Version 8.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Apr 8, 2024
1 parent 3e398ab commit 149a236
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 18 deletions.
33 changes: 17 additions & 16 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.3 (07/03/2024)
% Versión: 8.3.4 (08/04/2024)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand Down Expand Up @@ -90,16 +90,7 @@
}{
\usepackage{natbib}
}
}{
\ifthenelse{\equal{\stylecitereferences}{apacite}}{% Formato citas apacite
\usepackage[nottoc,notlof,notlot]{tocbibind}
\usepackage{apacite}
}{
\ifthenelse{\equal{\stylecitereferences}{bibtex}}{% Formato citas bibtex
}{
\ifthenelse{\equal{\stylecitereferences}{custom}}{% Formato citas custom
}{}}}
}
}{}% Fin carga natbib
\IfTrackedLanguage{spanish}{
\usepackage[es-nosectiondot,es-lcroman,es-noquoting]{babel}
}{% english, otros
Expand Down Expand Up @@ -250,6 +241,16 @@
\usepackage{appendix}
}

% Citado
\ifthenelse{\equal{\stylecitereferences}{apacite}}{% Formato citas apacite
\usepackage[nottoc,notlof,notlot]{tocbibind}
\usepackage{apacite}
}{
\ifthenelse{\equal{\stylecitereferences}{bibtex}}{% Formato citas bibtex
}{
\ifthenelse{\equal{\stylecitereferences}{custom}}{% Formato citas custom
}{}}}

% 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, footnotesep=\footnotetopmargin cm]{geometry}
Expand Down Expand Up @@ -5729,16 +5730,16 @@
Template.Author.Email={[email protected]},
Template.Author.Web={https://ppizarror.com},
Template.Author={Pablo Pizarro R.},
Template.Date={07/03/2024},
Template.Date={08/04/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.3},
Template.Version.Hash={96A2925B98D1EFDBDD5B8DD04BC53621},
Template.Version.Release={8.3.3},
Template.Version.Dev={8.3.4},
Template.Version.Hash={7B92C7F9B8EB4F67CCAC90C6938856A1},
Template.Version.Release={8.3.4},
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 +5751,7 @@
pdfmenubar={\cfgpdfmenubar},
pdfpagelayout={\cfgpdflayout},
pdfpagemode={\cfgpdfpagemode},
pdfproducer={Template-Informe v8.3.3 | (Pablo Pizarro R.) ppizarror.com},
pdfproducer={Template-Informe v8.3.4 | (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.3 (07/03/2024)
% Versión: 8.3.4 (08/04/2024)
% 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.3.3 (07/03/2024)
% Versión: 8.3.4 (08/04/2024)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand Down

0 comments on commit 149a236

Please sign in to comment.