TransWikia.com

Appendix change numbering

TeX - LaTeX Asked by Browed1983 on August 27, 2020

I’m using this package usepackage[toc,page]{appendix} to craete an appendix page. The numbering for each section is showing in the picture belowenter image description here Can i change this to display the numbering in a format like 1,2..so on. Thanks

One Answer

Without seeing a working example it is difficult to help.

For articles, you'll have to use section-commands.

For reports and books, however chapter-commands are preferred.

Article classes

documentclass{article}
usepackage[page,toc]{appendix}


begin{document}
tableofcontents
section{First Section}
subsection{First Subsection}
section{Second Section}

begin{appendices}
section{Some Appendix}
Here be the appendix
end{appendices}

end{document}

Article

Report or Book classes

documentclass{report}
usepackage[page,toc]{appendix}


begin{document}
tableofcontents
chapter{First Chapter}
section{First Section}
chapter{Second Chapter}

begin{appendices}
chapter{Some Appendix}
Here be the appendix
end{appendices}

end{document}

Report or Book

Correct answer by phil-elkabat on August 27, 2020

Add your own answers!

Ask a Question

Get help from others!

© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP