Page Layout ⇒ Hide Section Number in Appendix
Hide Section Number in Appendix
I want to hide the section number in the Appendix. When i use command \section*{Appendix A}. The section number is not appearing But the table number in this section are taking values from the main text. I want the table no to be there as A.1 and B.1 and section number should not appear like A Appendix rather it should look like Appendix.
Is there any alternative method to accomplish the hiding of section without disturbing the table no in the appendix.
Please suggestion me some method to do this.
With sincere regards,
Upananda
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Hide Section Number in Appendix
you could redefine the presentation of the table counter, which means the command \thetable. However, at first think about the best and consistent numbering. If your table numbering in the main document depends on section number, tables in the appendix should also do. Or number independently of section counters in the whole document. Also figure counters and more can be affected. It can be a small problem if you decide to change numbering, such as not numbering appendix sections, and then try to fix all dependencies. I would do it consistent (so no fix necessary) or remove the dependency.
Stefan