GeneralAdd several appendices (A,B...) to document class report

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
laniuscollurio
Posts: 6
Joined: Wed May 23, 2018 1:40 pm

Add several appendices (A,B...) to document class report

Post by laniuscollurio »

How can I achieve

Appendix A
Appendix B


with documentclass report?

Thanks for helping out!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Add several appendices (A,B...) to document class report

Post by Johannes_B »

\appendix
\chapter{Wombat}
\chapter{Capybara}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
laniuscollurio
Posts: 6
Joined: Wed May 23, 2018 1:40 pm

Add several appendices (A,B...) to document class report

Post by laniuscollurio »

Hey Johannes,


this was fast and this was extremely helpful.


thanks 4 helping out.
Post Reply