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 below Can i change this to display the numbering in a format like 1,2..so on. Thanks
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.
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}
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}
Correct answer by phil-elkabat on August 27, 2020
Get help from others!
Recent Answers
Recent Questions
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP