Added toc w/o numbering and moved other indices to end

This commit is contained in:
Carlos Galindo 2019-03-20 11:20:59 +01:00
parent 076d679139
commit 5703b60ced
Signed by: kauron
GPG key ID: 83E68706DEE119A3
3 changed files with 32 additions and 25 deletions

View file

@ -22,7 +22,7 @@
% Configura el número de columnas de los índices a 2
\renewcommand{\multicolumntoc}{2}
% Coloca una barra vertical de ancho 1pt entre cada columna del índice.
\setlength{\columnseprule}{1pt}
%\setlength{\columnseprule}{1pt}
% Incluimos el paquete hyperref, para poder tener enlaces clicables en los índices.
% Esto es muy útil a la hora de navegar por el documento en un ordenador.
\RequirePackage[bookmarks]{hyperref}
@ -61,21 +61,6 @@
}
% TODO Para añadir las canciones al índice numérico
%\makeatletter
%\renewcommand\beginsong[1]{%
% \ifSB@insong\SB@errboo\SB@closeall\fi%
% \ifSB@intersong\SB@errbor\SB@closeall\fi%
% \SB@insongtrue%
% \def\SB@closeall{\endsong}%
% \SB@parsetitles{#1}%
% \global\setbox\SB@songwrites\box\voidb@x%
% \SB@clearbskeys%
% \@ifnextchar[\SB@bskvfmt\SB@@beginsong%
% \hypersetup{bookmarksdepth=0}%
% \phantomsection%
% \addcontentsline{toc}{subsection}{\numberline{\thesongnum}#1}%
% \hypersetup{bookmarksdepth=2}%
%}
%\makeatother
% https://tex.stackexchange.com/questions/192157/latex-songs-use-tableofcontents/192160?r=SearchResults#192160