Skip to content

Commit

Permalink
Version 8.3.1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Nov 6, 2023
1 parent 936dfee commit e295a52
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 25 deletions.
46 changes: 23 additions & 23 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.0 (04/11/2023)
% Versión: 8.3.1 (06/11/2023)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand Down Expand Up @@ -83,6 +83,23 @@

% Carga el idioma
\usepackage{tracklang}
\ifthenelse{\equal{\stylecitereferences}{natbib}}{% Formato citas natbib
\usepackage[nottoc,notlof,notlot]{tocbibind}
\ifthenelse{\equal{\natbibrefcitecompress}{true}}{
\usepackage[sort&compress]{natbib}
}{
\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
}{}}}
}
\IfTrackedLanguage{spanish}{
\usepackage[es-nosectiondot,es-lcroman,es-noquoting]{babel}
}{% english, otros
Expand Down Expand Up @@ -225,23 +242,6 @@
}{
\usepackage[pdfencoding=auto,psdextra]{hyperref} % Enlaces, referencias
}
\ifthenelse{\equal{\stylecitereferences}{natbib}}{% Formato citas natbib
\usepackage[nottoc,notlof,notlot]{tocbibind}
\ifthenelse{\equal{\natbibrefcitecompress}{true}}{
\usepackage[sort&compress]{natbib}
}{
\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
}{}}}
}

% Anexos/Apéndices
\ifthenelse{\equal{\showappendixsecindex}{true}}{
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={04/11/2023},
Template.Date={06/11/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.3.0-1},
Template.Version.Hash={13FBD5BF3490D83CAF808B8D386EC1D7},
Template.Version.Release={8.3.0},
Template.Version.Dev={8.3.1-2},
Template.Version.Hash={122180469A9448913D8483EBF8614CA6},
Template.Version.Release={8.3.1},
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.0 | (Pablo Pizarro R.) ppizarror.com},
pdfproducer={Template-Informe v8.3.1 | (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.0 (04/11/2023)
% Versión: 8.3.1 (06/11/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.3.0 (04/11/2023)
% Versión: 8.3.1 (06/11/2023)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand Down

0 comments on commit e295a52

Please sign in to comment.