Skip to main content
Question Protected by CommunityBot
corrected spelling, fixed grammar, improved formatting
Source Link
Stephen
  • 15.6k
  • 7
  • 71
  • 107

I need some help with creating an appendix for my thesis. I have about 10 figurefigures which need to be in the appendix. I have a good appendix with the following code:

\appendix 
\addcontentsline{toc}{chapter}{APPENDICES}

\chapter{XXXX}

I have a main thesis.tex file where iI call this appendix.tex file after the last chapter. Problems are:

  1. theThe appendix starts without any notice that itsit is the appendix except for the chapter # is Anumber being A, but iI want to have either a separate page which says appendix"Appendix" prior to the start of the appendix or on top of the first appendix page to explicitly say "appendix""Appendix".
  2. Now iI use the \chapter{} command to have the title of the appendix but iI think iI will have only one set ofchapter in the appendix. Is there some command which can make the title insited of chapter? Since in the TOC

I need some help with creating appendix for my thesis. I have about 10 figure which need to be in the appendix. I have a good appendix with the following code:

\appendix 
\addcontentsline{toc}{chapter}{APPENDICES}

\chapter{XXXX}

I have a main thesis.tex file where i call this appendix.tex file after the last chapter. Problems are:

  1. the appendix starts without any notice that its the appendix except for the chapter # is A but i want to have either a separate page which says appendix prior to the start of appendix or on top of the first appendix page to explicitly say "appendix".
  2. Now i use the \chapter{} command to have the title of the appendix but i think i will have only one set of appendix. Is there some command which can make the title insited of chapter? Since in the TOC

I need some help with creating an appendix for my thesis. I have about 10 figures which need to be in the appendix. I have a good appendix with the following code:

\appendix 
\addcontentsline{toc}{chapter}{APPENDICES}

\chapter{XXXX}

I have a main thesis.tex file where I call this appendix.tex file after the last chapter. Problems are:

  1. The appendix starts without any notice that it is the appendix except for the chapter number being A, but I want to have either a separate page which says "Appendix" prior to the start of the appendix or on top of the first appendix page to explicitly say "Appendix".
  2. Now I use the \chapter{} command to have the title of the appendix but I think I will have only one chapter in the appendix. Is there some command which can make the title insited of chapter?
edited tags
Link
lockstep
  • 257.5k
  • 74
  • 739
  • 804
formatting
Source Link
nickpapior
  • 17.5k
  • 6
  • 66
  • 81

I need some help with creating appendix for my thesis. I have about 10 figure which need to be in the appendix. I have a good appendix with the following code:

\appendix \addcontentsline{toc}{chapter}{APPENDICES}

\chapter{XXXX}

\appendix 
\addcontentsline{toc}{chapter}{APPENDICES}

\chapter{XXXX}

I have a main thesis.texthesis.tex file where i call this appendix.texappendix.tex file after the last chapter. Problems are:

  1. the appendix starts without any notice that its the appendix except for the chapter # is A but i want to have either a separate page which says appendix prior to the start of appendix or on top of the first appendix page to explicitly say "appendix".
  2. Now i use the \chapter{}\chapter{} command to have the title of the appendix but i think i will have only one set of appendix. Is there some command which can make the title insited of chapter? Since in the TOC

I need some help with creating appendix for my thesis. I have about 10 figure which need to be in the appendix. I have a good appendix with the following code:

\appendix \addcontentsline{toc}{chapter}{APPENDICES}

\chapter{XXXX}

I have a main thesis.tex file where i call this appendix.tex file after the last chapter. Problems are:

  1. the appendix starts without any notice that its the appendix except for the chapter # is A but i want to have either a separate page which says appendix prior to the start of appendix or on top of the first appendix page to explicitly say "appendix".
  2. Now i use the \chapter{} command to have the title of the appendix but i think i will have only one set of appendix. Is there some command which can make the title insited of chapter? Since in the TOC

I need some help with creating appendix for my thesis. I have about 10 figure which need to be in the appendix. I have a good appendix with the following code:

\appendix 
\addcontentsline{toc}{chapter}{APPENDICES}

\chapter{XXXX}

I have a main thesis.tex file where i call this appendix.tex file after the last chapter. Problems are:

  1. the appendix starts without any notice that its the appendix except for the chapter # is A but i want to have either a separate page which says appendix prior to the start of appendix or on top of the first appendix page to explicitly say "appendix".
  2. Now i use the \chapter{} command to have the title of the appendix but i think i will have only one set of appendix. Is there some command which can make the title insited of chapter? Since in the TOC
Source Link
user13017
  • 2.4k
  • 2
  • 14
  • 3
Loading