Skip to content

Commit a8dc6f7

Browse files
albert-githubjhlegarreta
authored andcommitted
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.
1 parent ee9da15 commit a8dc6f7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

SoftwareGuide/Latex/ITKSoftwareGuide-Book1.tex

+4-3
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,15 @@ \part{Development Guidelines}
147147
\input{DevelopmentGuidelines/SoftwareProcess.tex}
148148

149149

150-
\begin{appendices}
150+
\renewcommand{\thepart}{}
151+
\renewcommand{\partname}{}
152+
\part{Appendices}
153+
\appendix
151154

152155
\input{Appendices/Licenses.tex}
153156
\input{Appendices/GitWorkflow.tex}
154157
\input{Appendices/CodingStyleGuide.tex}
155158

156-
\end{appendices}
157-
158159

159160
\backmatter
160161

0 commit comments

Comments
 (0)