From a8dc6f71f01ff3f3b6a7369ac9ad73f962647729 Mon Sep 17 00:00:00 2001 From: albert-github Date: Tue, 25 Mar 2025 10:11:16 +0100 Subject: [PATCH] DOC: Generate bookmarks for Appendices Generate bookmarks for Appendices: - Transition to a new part using `\part{Appendices}`. - Transition to the A, B, C numbering using `\appendix`. - Redefine the `\part` and `\partname` commands to an empty string so that the "Part" and part number (name) values are not displayed. --- SoftwareGuide/Latex/ITKSoftwareGuide-Book1.tex | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/SoftwareGuide/Latex/ITKSoftwareGuide-Book1.tex b/SoftwareGuide/Latex/ITKSoftwareGuide-Book1.tex index 4ad6ca0f..7015d05d 100644 --- a/SoftwareGuide/Latex/ITKSoftwareGuide-Book1.tex +++ b/SoftwareGuide/Latex/ITKSoftwareGuide-Book1.tex @@ -147,14 +147,15 @@ \part{Development Guidelines} \input{DevelopmentGuidelines/SoftwareProcess.tex} -\begin{appendices} +\renewcommand{\thepart}{} +\renewcommand{\partname}{} +\part{Appendices} +\appendix \input{Appendices/Licenses.tex} \input{Appendices/GitWorkflow.tex} \input{Appendices/CodingStyleGuide.tex} -\end{appendices} - \backmatter