From 979dc31984ba06777609bd839b9f49db09d20a70 Mon Sep 17 00:00:00 2001 From: Bryan Riveros Date: Thu, 10 Mar 2022 15:52:30 -0300 Subject: [PATCH] correccion al incluir bibliografia a tabla de contenidos --- umemoria.cls | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/umemoria.cls b/umemoria.cls index fd63a26..7187fa4 100644 --- a/umemoria.cls +++ b/umemoria.cls @@ -61,12 +61,14 @@ %% Agregar la bibliografía al índice \let\oldbib\bibliography \renewcommand{\bibliography}[1]{% - \oldbib{#1}% + \cleardoublepage + \phantomsection \if@en \addcontentsline{toc}{chapter}{\protect\numberline{}Bibliography}% \else \addcontentsline{toc}{chapter}{\protect\numberline{}Bibliograf\'ia}% \fi + \oldbib{#1}% } \addto\captionsspanish{\renewcommand\listtablename{Índice de Tablas}} \addto\captionsspanish{\renewcommand\listfigurename{Índice de Ilustraciones}}