Skip to content

Commit

Permalink
Version 8.3.2-5
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Nov 21, 2023
1 parent 1fa9540 commit 285e5d0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 21 deletions.
19 changes: 6 additions & 13 deletions dist/natnumurl.bst
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%% Template: Template LaTeX
%% Documento: Archivo de estilos simple numerados + url (doi, arxivId) [es]
%% Versión: 1.3.0 (14/10/2021)
%% Versión: 1.5 (20/11/2023)
%% Codificación: UTF-8
%%
%% Autor: Pablo Pizarro R.
Expand Down Expand Up @@ -130,18 +130,10 @@ FUNCTION {output.links} {
} if$
} if$
}{
url empty$ {
", \href{https://arxiv.org/abs/" * arxivId * "}{arXiv:\detokenize{" * arxivId * "}}" *
}{
", \href{" * url * "}{\nolinkurl{arXiv:\detokenize{" * arxivId * "}}}" *
} if$
", \href{https://arxiv.org/abs/" * arxivId * "}{arXiv:\detokenize{" * arxivId * "}}" *
} if$
}{
url empty$ {
", \href{https://dx.doi.org/" * doi * "}{\nolinkurl{doi:\detokenize{" * doi * "}}}" *
}{
", \href{" * url * "}{\nolinkurl{doi:\detokenize{" * doi * "}}}" *
} if$
", \href{https://dx.doi.org/" * doi * "}{\nolinkurl{doi:\detokenize{" * doi * "}}}" *
} if$
}

Expand Down Expand Up @@ -257,6 +249,7 @@ FUNCTION {format.names} {
namesleft #1 > {
", " * t *
}{
"" *
numnames #2 > {
"," *
} 'skip$ if$
Expand Down Expand Up @@ -297,15 +290,15 @@ FUNCTION {format.title} {
title empty$ {
""
}{
"``" title "t" change.case$ * ",''" *
"``" title "t" change.case$ * "''," *
} if$
}

FUNCTION {format.title.p} {
title empty$ {
""
}{
"``" title "t" change.case$ * ".''" *
"``" title "t" change.case$ * "''." *
} if$
}

Expand Down
12 changes: 6 additions & 6 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.1 (06/11/2023)
% Versión: 8.3.2 (20/11/2023)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
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={06/11/2023},
Template.Date={20/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.1-2},
Template.Version.Hash={122180469A9448913D8483EBF8614CA6},
Template.Version.Release={8.3.1},
Template.Version.Dev={8.3.2-5},
Template.Version.Hash={C74887EB6FDDBFF0F02EC2F613E57B75},
Template.Version.Release={8.3.2},
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.1 | (Pablo Pizarro R.) ppizarror.com},
pdfproducer={Template-Informe v8.3.2 | (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.1 (06/11/2023)
% Versión: 8.3.2 (20/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.1 (06/11/2023)
% Versión: 8.3.2 (20/11/2023)
% Codificación: UTF-8
%
% Autor: Pablo Pizarro R.
Expand Down

0 comments on commit 285e5d0

Please sign in to comment.