Page Layout ⇒ How to add appendix to each chapter
-
- Posts: 1
- Joined: Sun Jun 19, 2011 10:28 pm
How to add appendix to each chapter
I am writing a report that consists three separate projects in one document. I am trying to add appendix to each chapter instead of a big appendix at the end of the whole document. Is there any way that I can achieve this? Thanks!
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How to add appendix to each chapter
You can give the appendix package a try.
Details about customization in the package manual.
Best regards and welcome to the board
Thorsten
Code: Select all
\documentclass[11pt,a4paper,english]{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{babel}
\usepackage{appendix}
\usepackage{blindtext}
\begin{document}
\tableofcontents
\blinddocument
\begin{subappendices}
\section{Appendix for this Chapter}
\blindtext
\end{subappendices}
\end{document}
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10