Skip to content

Commit f7f62e0

Browse files
committed
Version 3.4.6
1 parent 1a543b1 commit f7f62e0

25 files changed

+89
-45
lines changed

example.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% Template: Tesis LaTeX
22
% Documento: Archivo de ejemplo
3-
% Versión: 3.4.5 (07/10/2025)
3+
% Versión: 3.4.6 (06/11/2025)
44
% Codificación: UTF-8
55
%
66
% Autor: Pablo Pizarro R.

library.bib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ @article{einstein
3535
number = "10",
3636
pages = "891--921",
3737
year = "1905",
38-
DOI = "https://dx.doi.org/10.1002/andp.19053221004"
38+
doi = "10.1002/andp.19053221004"
3939
}

main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% Template: Tesis LaTeX
22
% Documento: Archivo principal
3-
% Versión: 3.4.5 (07/10/2025)
3+
% Versión: 3.4.6 (06/11/2025)
44
% Codificación: UTF-8
55
%
66
% Autor: Pablo Pizarro R.

natnumurl.bst

Lines changed: 53 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%% Template: Template LaTeX
22
%% Documento: Archivo de estilos simple numerados + url (doi, arxivId) [es]
3-
%% Versión: 1.6 (23/08/2024)
3+
%% Versión: 1.7 (06/11/2025)
44
%% Codificación: UTF-8
55
%%
66
%% Autor: Pablo Pizarro R.
@@ -66,6 +66,7 @@ STRINGS {
6666
longest.label
6767
s
6868
t
69+
shortlabel
6970
}
7071

7172
% -----------------------------------------------------------------------------
@@ -244,16 +245,6 @@ FUNCTION {new.sentence.checka} {
244245
if$
245246
}
246247

247-
FUNCTION {output.bibitem} {
248-
newline$
249-
"\backrefparscanfalse" write$
250-
newline$
251-
"\bibitem{" write$ cite$ write$ "}" write$
252-
newline$
253-
""
254-
before.all 'output.state :=
255-
}
256-
257248
FUNCTION {output.links} {
258249
doi empty$ {
259250
arxivId empty$ {
@@ -516,6 +507,57 @@ FUNCTION {format.editors} {
516507
} if$
517508
}
518509

510+
FUNCTION {shortlabel.build} {
511+
author empty$ {
512+
editor empty$ {
513+
"" 'shortlabel :=
514+
}{
515+
editor num.names$ 'numnames :=
516+
numnames #1 = {
517+
editor #1 "{vv~}{ll}" format.name$ 'shortlabel :=
518+
}{
519+
numnames #2 = {
520+
editor #1 "{vv~}{ll}" format.name$ 't :=
521+
editor #2 "{vv~}{ll}" format.name$ 's :=
522+
t " y " * s * 'shortlabel :=
523+
}{
524+
editor #1 "{vv~}{ll}" format.name$ " {\em et~al.}" * 'shortlabel :=
525+
} if$
526+
} if$
527+
} if$
528+
}{
529+
author num.names$ 'numnames :=
530+
numnames #1 = {
531+
author #1 "{vv~}{ll}" format.name$ 'shortlabel :=
532+
}{
533+
numnames #2 = {
534+
author #1 "{vv~}{ll}" format.name$ 't :=
535+
author #2 "{vv~}{ll}" format.name$ 's :=
536+
t " y " * s * 'shortlabel :=
537+
}{
538+
author #1 "{vv~}{ll}" format.name$ " {\em et~al.}" * 'shortlabel :=
539+
} if$
540+
} if$
541+
} if$
542+
}
543+
544+
FUNCTION {output.bibitem} {
545+
newline$
546+
"\backrefparscanfalse" write$
547+
newline$
548+
shortlabel.build
549+
"\bibitem[" write$
550+
"\protect\citeauthoryear{" write$
551+
shortlabel write$
552+
"}{" write$
553+
year empty$ { "" write$ } { year write$ } if$
554+
"}]" write$
555+
"{" write$ cite$ write$ "}" write$
556+
newline$
557+
""
558+
before.all 'output.state :=
559+
}
560+
519561
FUNCTION {format.in.ed.booktitle} {
520562
booktitle empty$ {
521563
""

src/cfg/final.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% Template: Tesis LaTeX
22
% Documento: Configuraciones finales
3-
% Versión: 3.4.5 (07/10/2025)
3+
% Versión: 3.4.6 (06/11/2025)
44
% Codificación: UTF-8
55
%
66
% Autor: Pablo Pizarro R.

src/cfg/init.tex

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% Template: Tesis LaTeX
22
% Documento: Configuración inicial del template
3-
% Versión: 3.4.5 (07/10/2025)
3+
% Versión: 3.4.6 (06/11/2025)
44
% Codificación: UTF-8
55
%
66
% Autor: Pablo Pizarro R.
@@ -123,16 +123,16 @@
123123
Template.Author.Email={pablo@ppizarror.com},
124124
Template.Author.Web={https://ppizarror.com},
125125
Template.Author={Pablo Pizarro R.},
126-
Template.Date={07/10/2025},
126+
Template.Date={06/11/2025},
127127
Template.Encoding={UTF-8},
128128
Template.Latex.Compiler={pdflatex},
129129
Template.License.Type={MIT},
130130
Template.License.Web={https://opensource.org/licenses/MIT},
131131
Template.Name={Template-Tesis},
132132
Template.Type={Normal},
133-
Template.Version.Dev={3.4.5-THS},
134-
Template.Version.Hash={56276224451CF66D43F8581EDD2789E2},
135-
Template.Version.Release={3.4.5},
133+
Template.Version.Dev={3.4.6-THS},
134+
Template.Version.Hash={AA4AF2519B8807686AEA70683E98B626},
135+
Template.Version.Release={3.4.6},
136136
Template.Web.Dev={https://github.com/Template-Latex/Template-Tesis},
137137
Template.Web.Manual={https://latex.ppizarror.com/tesis},
138138
University.Department={\pdfmetainfouniversitydepartment},
@@ -144,7 +144,7 @@
144144
pdfmenubar={\cfgpdfmenubar},
145145
pdfpagelayout={\cfgpdflayout},
146146
pdfpagemode={\cfgpdfpagemode},
147-
pdfproducer={Template-Tesis v3.4.5 | (Pablo Pizarro R.) ppizarror.com},
147+
pdfproducer={Template-Tesis v3.4.6 | (Pablo Pizarro R.) ppizarror.com},
148148
pdfremotestartview={Fit},
149149
pdfstartpage={1},
150150
pdfstartview={\cfgpdfpageview},
@@ -532,6 +532,7 @@
532532
}{
533533
\throwbadconfig{Compilador desconocido}{\compilertype}{pdf2latex,xelatex,lualatex}}}
534534
}
535+
\setkeys{Gin}{interpolate}
535536

536537
% -----------------------------------------------------------------------------
537538
% Crea las sub-sub-sub-secciones

src/cfg/page.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% Template: Tesis LaTeX
22
% Documento: Configuración de página
3-
% Versión: 3.4.5 (07/10/2025)
3+
% Versión: 3.4.6 (06/11/2025)
44
% Codificación: UTF-8
55
%
66
% Autor: Pablo Pizarro R.

src/cmd/column.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% Template: Tesis LaTeX
22
% Documento: Funciones para crear columnas con contenido
3-
% Versión: 3.4.5 (07/10/2025)
3+
% Versión: 3.4.6 (06/11/2025)
44
% Codificación: UTF-8
55
%
66
% Autor: Pablo Pizarro R.

src/cmd/core.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% Template: Tesis LaTeX
22
% Documento: Funciones del núcleo del template
3-
% Versión: 3.4.5 (07/10/2025)
3+
% Versión: 3.4.6 (06/11/2025)
44
% Codificación: UTF-8
55
%
66
% Autor: Pablo Pizarro R.

src/cmd/equation.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% Template: Tesis LaTeX
22
% Documento: Funciones para insertar ecuaciones
3-
% Versión: 3.4.5 (07/10/2025)
3+
% Versión: 3.4.6 (06/11/2025)
44
% Codificación: UTF-8
55
%
66
% Autor: Pablo Pizarro R.

0 commit comments

Comments
 (0)