如何编辑书签菜单并添加图表列表和表格列表

如何编辑书签菜单并添加图表列表和表格列表

根据我的大学标准,书签菜单应该如下图所示:

预期有书签菜单

目前我的书签菜单如下所示:

书签菜单实际

如果需要的话,我的 tex 代码是GitHub

编辑: 谢谢您的欢迎,正如您所建议的,我添加了可以编译的代码,实际上是我的完整序言和一些模型,以便在书签中看到一些内容。

我尝试了以下解决方案:图表的自定义书签列表,但我无法让它看起来像要求的那样,如有任何帮助我将不胜感激。谢谢。

\documentclass[11pt,letterpaper,twoside,openright]{book}
\raggedbottom
\usepackage[spanish,es-noshorthands]{babel}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[T1]{fontenc}
\usepackage[dvipsnames]{xcolor}

\usepackage{textcomp}
\usepackage[pdftex]{hyperref}
\usepackage{multirow}
\usepackage{booktabs}

\usepackage{apacite}
\usepackage{amsmath}
\usepackage{microtype}

\usepackage[pdftex]{graphicx}
\usepackage{tikz}
\usetikzlibrary{babel}
\usepackage{pgfgantt}
\usepackage{pgfkeys}
\usepackage{float}

\usepackage{svg}
\usepackage{amsmath}
\usepackage{listings}

\usepackage[nottoc,notlot,notlof]{tocbibind}

%bookmarks
\usepackage{refcount}

\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{2}

\usepackage{tabularx}
\usepackage{ltxtable}
\usepackage{array}
\renewcommand{\tabularxcolumn}[1]{>{\small}m{#1}}

\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>{\raggedleft\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcommand\tab[1][1cm]{\hspace*{#1}}

\setlength{\parskip}{6pt}
\pdfcompresslevel=9

\usepackage{adjustbox}
\graphicspath{{images/}}
\setsvg{
    svgpath = images/,
    inkscape = inkscape -z -D % conversion options for svg package, export drawing instead of page
}
\hypersetup{colorlinks,%
            citecolor=black,%
            filecolor=black,%
            linkcolor=black,%
            urlcolor=black}

%----------------------------------------
% Anexos
\usepackage{appendix}
\renewcommand{\appendixname}{Anexos}
\renewcommand{\appendixtocname}{Anexos}
\renewcommand{\appendixpagename}{Anexos}

\addto\captionsspanish{%
  \renewcommand\appendixname{Anexo}
  \renewcommand\appendixpagename{Anexos}
}

%------------
% Bibliografia
\addto\captionsspanish{
  \renewcommand{\bibname}{Bibliografía}
}

%------------
%margenes
\usepackage[top=2.5cm, bottom=2.5cm, inner=3.5cm, outer=2.5cm]{geometry}

%
\usepackage{fancyhdr}
\fancyhead{}% Clear page header/footer
\fancyfoot{}% Clear page header/footer
\fancyfoot[C]{\iffloatpage{}{\thepage}}
\renewcommand{\headrulewidth}{0pt}
\pagestyle{fancy}

%------------
\usepackage{bookmark}
\bookmarksetup{numbered}
%----------------------------------------
\renewcommand{\lstlistingname}{Code}
\lstset{
    basicstyle=\footnotesize\ttfamily,
    language=C++
}

\usepackage{caption}
\DeclareCaptionFont{white}{\color{white}}
\DeclareCaptionFormat{listing}{\colorbox{gray}{\parbox{\textwidth}{#1#2#3}}}
\captionsetup[lstlisting]{format=listing,labelfont=white,textfont=white}
%-------------
\newcommand{\blank}[1]{\hspace*{#1}}
\pagenumbering{Roman} % para comenzar la numeracion de paginas en numeros romanos

\title{Desarrollo de una aplicaci\'on..}
\author{Edmundo Figueroa Herbas}
\date{\today \ }

\begin{document}
\maketitle

%para poner bookmark del CD de requisitos
\bookmark[page=1,level=-2]{INICIO}

% \include{dedicatoria}
\chapter*{}
\addcontentsline{toc}{chapter}{Dedicatoria}
\begin{flushright}
  \textit{Para mi Familia.}\\
\end{flushright}

% \include{agradecimientos}
\chapter*{Agradecimientos} %
\addcontentsline{toc}{chapter}{Agradecimientos} %
\markboth{AGRADECIMIENTOS}{AGRADECIMIENTOS} %
¡Muchas gracias a todos!

% \include{resumen}
\chapter*{Resumen} %
\addcontentsline{toc}{chapter}{Resumen} %
\markboth{RESUMEN}{RESUMEN} %
Una bonita historia

\frontmatter
  \tableofcontents
  \listoffigures
  \listoftables

\newpage
\mainmatter

  \chapter{Introducción} % (fold)
  \section{Antecedentes} % (fold)
  El presente proyecto consiste en
  \begin{figure}[H]
    \caption{Diagrama Árbol de Problemas}
    \label{fig:arbolProblemas}
  \end{figure}
  \section{Descripción} % (fold)

  %
  \chapter{Campus Universitario}
  \section{Introducción}
  La Universidad Mayor de San Simón..
  \begin{figure}[H]
    \caption{Mapa universitario}
  \end{figure}
  \begin{table}[H]
  \caption{Historias de Usuario}
  \end{table}


  \chapter{Implementación del Proyecto}
  \section{Planificación de la Entrega}
  \subsection{Plan de Entregas}
  \begin{table}[H]
      \begin{tabular}{ c  c  c }
        \toprule
          \textbf{Iteración} &
          \textbf{Historia de Usuario} &
          \textbf{Estimación [dias]}\\
      \end{tabular}
      \caption{Estimación de la implementación.}
  \end{table}


  \appendix
  \clearpage
  \addappheadtotoc
  \appendixpage
  \begin{appendices}
    \chapter{Manual Instalación}
    El Manual de instalación..
    \section{Instalación de la base de datos}
    \chapter{Manual Usuario}
      \section{Página de Inicio}
      \begin{figure}[H]
        \caption{Página de Inicio.}
      \end{figure}


Es la primera vista,
  \end{appendices}

\backmatter{}
  % \bibliographystyle{apacite}
  % \bibliography{bibliografia}
  \begin{thebibliography}{99}
    \bibitem{xp_site} http://www.extremeprogramming.org/
  \end{thebibliography}

\end{document}

相关内容