making appendix for thesis












150














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?










share|improve this question




















  • 2




    Have you found any answer which you can accept?
    – Léo Léopold Hertz 준영
    Mar 1 '17 at 8:25






  • 1




    6 years open and still no satisfying answer. Can you maybe clarify your question a bit more if you are still missing parts in the answers?
    – Hans Janssen
    Mar 29 '18 at 7:36






  • 1




    @Geliormth Considering this is the sole post of the OP in the entire SE realm, I think we could just consider Gonzalo's answer as de facto accepted, based on the votes.
    – Neinstein
    May 17 '18 at 21:07


















150














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?










share|improve this question




















  • 2




    Have you found any answer which you can accept?
    – Léo Léopold Hertz 준영
    Mar 1 '17 at 8:25






  • 1




    6 years open and still no satisfying answer. Can you maybe clarify your question a bit more if you are still missing parts in the answers?
    – Hans Janssen
    Mar 29 '18 at 7:36






  • 1




    @Geliormth Considering this is the sole post of the OP in the entire SE realm, I think we could just consider Gonzalo's answer as de facto accepted, based on the votes.
    – Neinstein
    May 17 '18 at 21:07
















150












150








150


48





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?










share|improve this question















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?







appendices thesis






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Mar 27 '12 at 19:50









Stephen

10.4k34677




10.4k34677










asked Mar 27 '12 at 14:12









user13017user13017

751263




751263








  • 2




    Have you found any answer which you can accept?
    – Léo Léopold Hertz 준영
    Mar 1 '17 at 8:25






  • 1




    6 years open and still no satisfying answer. Can you maybe clarify your question a bit more if you are still missing parts in the answers?
    – Hans Janssen
    Mar 29 '18 at 7:36






  • 1




    @Geliormth Considering this is the sole post of the OP in the entire SE realm, I think we could just consider Gonzalo's answer as de facto accepted, based on the votes.
    – Neinstein
    May 17 '18 at 21:07
















  • 2




    Have you found any answer which you can accept?
    – Léo Léopold Hertz 준영
    Mar 1 '17 at 8:25






  • 1




    6 years open and still no satisfying answer. Can you maybe clarify your question a bit more if you are still missing parts in the answers?
    – Hans Janssen
    Mar 29 '18 at 7:36






  • 1




    @Geliormth Considering this is the sole post of the OP in the entire SE realm, I think we could just consider Gonzalo's answer as de facto accepted, based on the votes.
    – Neinstein
    May 17 '18 at 21:07










2




2




Have you found any answer which you can accept?
– Léo Léopold Hertz 준영
Mar 1 '17 at 8:25




Have you found any answer which you can accept?
– Léo Léopold Hertz 준영
Mar 1 '17 at 8:25




1




1




6 years open and still no satisfying answer. Can you maybe clarify your question a bit more if you are still missing parts in the answers?
– Hans Janssen
Mar 29 '18 at 7:36




6 years open and still no satisfying answer. Can you maybe clarify your question a bit more if you are still missing parts in the answers?
– Hans Janssen
Mar 29 '18 at 7:36




1




1




@Geliormth Considering this is the sole post of the OP in the entire SE realm, I think we could just consider Gonzalo's answer as de facto accepted, based on the votes.
– Neinstein
May 17 '18 at 21:07






@Geliormth Considering this is the sole post of the OP in the entire SE realm, I think we could just consider Gonzalo's answer as de facto accepted, based on the votes.
– Neinstein
May 17 '18 at 21:07












4 Answers
4






active

oldest

votes


















179














The appendix package could be used here; the toc and page package options and the appendices environment will do what you need:



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

begin{document}
tableofcontents

chapter{Regular Chapter}
begin{appendices}
chapter{Some Appendix}
The contents...
end{appendices}

end{document}





share|improve this answer

















  • 20




    How can I change the 'Chapter A: Title' for 'Annex A:...'?
    – F_Jofre_A
    Aug 26 '14 at 1:01






  • 1




    @F_Jofre_A: renewcommand{appendixname}{Annex}. If you use toc or page, you'll need to renew appendixtocname or appendixpagename as well.
    – AstroFloyd
    Nov 10 '17 at 17:05






  • 1




    @GonzaloMedina is there a way to delete the auto created page where it says "Appendices" in the middle of it?
    – 3kstc
    May 10 '18 at 5:50






  • 2




    @3kstc: That is what the page option in usepackage[toc,page]{appendix} is doing. Remove it and the page is gone.
    – Namoshek
    May 16 '18 at 10:11






  • 1




    @Rodolfo better to ask a separate question for that than try and hope someone finds this.
    – JAD
    Sep 10 '18 at 7:02



















54














A different solution that I use is below.



appendix
section{\Title of Appendix A}
% the \ insures the section title is centered below the phrase: AppendixA

Text of Appendix A is Here

section{\Title of Appendix B}
% the \ insures the section title is centered below the phrase: Appendix B

Text of Appendix B is Here





share|improve this answer



















  • 2




    Welcome to TeX.sx! Instead of using line breaks in the document body, centering section titles should be done in the preamble, e.g., with the titlesec package.
    – lockstep
    Jan 8 '13 at 6:50










  • No need to use newpage.
    – JohnTortugo
    Mar 26 '13 at 20:45










  • @JohnTortugo In my case I also need to add clearpage or newpage as bibliography and appendices do not start from a new page.
    – hrust
    Dec 28 '16 at 14:53



















4














begin{document}
bibliographystyle{phBYU}
bibliographystyle{unsrt}
maketitle
begin{abstract}
% add abstract
end{abstract}
begin{acknowledgements}
% add acknowledgement
end{acknowledgements}
tableofcontents
listoffigures
listoftables
addtolength{parskip}{10pt}
chapter{uppercase {Introduction}} %%add your chapter 1 title here
setcounter{page}{1}
pagenumbering{arabic}
label{chapter1}
input{chapter1} % filename in curly brackets
% add more chapters
clearpage
**appendix
chapter{Name of Appendix A}
label{whatever}
input{appendixA} % filename in curly brackets
chapter{Name of Appendix B}
label{whatever}
input{appendixB} % filename in curly brackets**
clearpage
phantomsection
addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
bibliographystyle{phBYU}
bibliographystyle{unsrt}
bibliography{phd}





share|improve this answer



















  • 1




    Welcome to stackexchange. Please learn how to use markup to display code as code. You might also want to describe how your answer improves on the other two here, which have been upvoted often. Yours is likely to be downvoted.
    – Ethan Bolker
    Mar 7 '17 at 17:35










  • Thanks Ethan for guidance. I am not sure my answer is better than the previous answers, but they were not working for me. I was frustrated. However, the script which I pasted worked for me, eventually. So I thought to share. In future I will try to follow your advice.
    – Asif Kazmi
    Mar 7 '17 at 17:46








  • 1




    That's an improvement. Next time you should provide a complete compilable document, including documentclass , In fact the OP who asked the question should have done that too.
    – Ethan Bolker
    Mar 7 '17 at 18:27



















0














ayy ayy
lmao lmao
lmao
lmao
ayy ayy
almo
lasdasldk asd





share








New contributor




lmao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


















    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "85"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f49643%2fmaking-appendix-for-thesis%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    4 Answers
    4






    active

    oldest

    votes








    4 Answers
    4






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    179














    The appendix package could be used here; the toc and page package options and the appendices environment will do what you need:



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

    begin{document}
    tableofcontents

    chapter{Regular Chapter}
    begin{appendices}
    chapter{Some Appendix}
    The contents...
    end{appendices}

    end{document}





    share|improve this answer

















    • 20




      How can I change the 'Chapter A: Title' for 'Annex A:...'?
      – F_Jofre_A
      Aug 26 '14 at 1:01






    • 1




      @F_Jofre_A: renewcommand{appendixname}{Annex}. If you use toc or page, you'll need to renew appendixtocname or appendixpagename as well.
      – AstroFloyd
      Nov 10 '17 at 17:05






    • 1




      @GonzaloMedina is there a way to delete the auto created page where it says "Appendices" in the middle of it?
      – 3kstc
      May 10 '18 at 5:50






    • 2




      @3kstc: That is what the page option in usepackage[toc,page]{appendix} is doing. Remove it and the page is gone.
      – Namoshek
      May 16 '18 at 10:11






    • 1




      @Rodolfo better to ask a separate question for that than try and hope someone finds this.
      – JAD
      Sep 10 '18 at 7:02
















    179














    The appendix package could be used here; the toc and page package options and the appendices environment will do what you need:



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

    begin{document}
    tableofcontents

    chapter{Regular Chapter}
    begin{appendices}
    chapter{Some Appendix}
    The contents...
    end{appendices}

    end{document}





    share|improve this answer

















    • 20




      How can I change the 'Chapter A: Title' for 'Annex A:...'?
      – F_Jofre_A
      Aug 26 '14 at 1:01






    • 1




      @F_Jofre_A: renewcommand{appendixname}{Annex}. If you use toc or page, you'll need to renew appendixtocname or appendixpagename as well.
      – AstroFloyd
      Nov 10 '17 at 17:05






    • 1




      @GonzaloMedina is there a way to delete the auto created page where it says "Appendices" in the middle of it?
      – 3kstc
      May 10 '18 at 5:50






    • 2




      @3kstc: That is what the page option in usepackage[toc,page]{appendix} is doing. Remove it and the page is gone.
      – Namoshek
      May 16 '18 at 10:11






    • 1




      @Rodolfo better to ask a separate question for that than try and hope someone finds this.
      – JAD
      Sep 10 '18 at 7:02














    179












    179








    179






    The appendix package could be used here; the toc and page package options and the appendices environment will do what you need:



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

    begin{document}
    tableofcontents

    chapter{Regular Chapter}
    begin{appendices}
    chapter{Some Appendix}
    The contents...
    end{appendices}

    end{document}





    share|improve this answer












    The appendix package could be used here; the toc and page package options and the appendices environment will do what you need:



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

    begin{document}
    tableofcontents

    chapter{Regular Chapter}
    begin{appendices}
    chapter{Some Appendix}
    The contents...
    end{appendices}

    end{document}






    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered Mar 27 '12 at 14:35









    Gonzalo MedinaGonzalo Medina

    396k4113011568




    396k4113011568








    • 20




      How can I change the 'Chapter A: Title' for 'Annex A:...'?
      – F_Jofre_A
      Aug 26 '14 at 1:01






    • 1




      @F_Jofre_A: renewcommand{appendixname}{Annex}. If you use toc or page, you'll need to renew appendixtocname or appendixpagename as well.
      – AstroFloyd
      Nov 10 '17 at 17:05






    • 1




      @GonzaloMedina is there a way to delete the auto created page where it says "Appendices" in the middle of it?
      – 3kstc
      May 10 '18 at 5:50






    • 2




      @3kstc: That is what the page option in usepackage[toc,page]{appendix} is doing. Remove it and the page is gone.
      – Namoshek
      May 16 '18 at 10:11






    • 1




      @Rodolfo better to ask a separate question for that than try and hope someone finds this.
      – JAD
      Sep 10 '18 at 7:02














    • 20




      How can I change the 'Chapter A: Title' for 'Annex A:...'?
      – F_Jofre_A
      Aug 26 '14 at 1:01






    • 1




      @F_Jofre_A: renewcommand{appendixname}{Annex}. If you use toc or page, you'll need to renew appendixtocname or appendixpagename as well.
      – AstroFloyd
      Nov 10 '17 at 17:05






    • 1




      @GonzaloMedina is there a way to delete the auto created page where it says "Appendices" in the middle of it?
      – 3kstc
      May 10 '18 at 5:50






    • 2




      @3kstc: That is what the page option in usepackage[toc,page]{appendix} is doing. Remove it and the page is gone.
      – Namoshek
      May 16 '18 at 10:11






    • 1




      @Rodolfo better to ask a separate question for that than try and hope someone finds this.
      – JAD
      Sep 10 '18 at 7:02








    20




    20




    How can I change the 'Chapter A: Title' for 'Annex A:...'?
    – F_Jofre_A
    Aug 26 '14 at 1:01




    How can I change the 'Chapter A: Title' for 'Annex A:...'?
    – F_Jofre_A
    Aug 26 '14 at 1:01




    1




    1




    @F_Jofre_A: renewcommand{appendixname}{Annex}. If you use toc or page, you'll need to renew appendixtocname or appendixpagename as well.
    – AstroFloyd
    Nov 10 '17 at 17:05




    @F_Jofre_A: renewcommand{appendixname}{Annex}. If you use toc or page, you'll need to renew appendixtocname or appendixpagename as well.
    – AstroFloyd
    Nov 10 '17 at 17:05




    1




    1




    @GonzaloMedina is there a way to delete the auto created page where it says "Appendices" in the middle of it?
    – 3kstc
    May 10 '18 at 5:50




    @GonzaloMedina is there a way to delete the auto created page where it says "Appendices" in the middle of it?
    – 3kstc
    May 10 '18 at 5:50




    2




    2




    @3kstc: That is what the page option in usepackage[toc,page]{appendix} is doing. Remove it and the page is gone.
    – Namoshek
    May 16 '18 at 10:11




    @3kstc: That is what the page option in usepackage[toc,page]{appendix} is doing. Remove it and the page is gone.
    – Namoshek
    May 16 '18 at 10:11




    1




    1




    @Rodolfo better to ask a separate question for that than try and hope someone finds this.
    – JAD
    Sep 10 '18 at 7:02




    @Rodolfo better to ask a separate question for that than try and hope someone finds this.
    – JAD
    Sep 10 '18 at 7:02











    54














    A different solution that I use is below.



    appendix
    section{\Title of Appendix A}
    % the \ insures the section title is centered below the phrase: AppendixA

    Text of Appendix A is Here

    section{\Title of Appendix B}
    % the \ insures the section title is centered below the phrase: Appendix B

    Text of Appendix B is Here





    share|improve this answer



















    • 2




      Welcome to TeX.sx! Instead of using line breaks in the document body, centering section titles should be done in the preamble, e.g., with the titlesec package.
      – lockstep
      Jan 8 '13 at 6:50










    • No need to use newpage.
      – JohnTortugo
      Mar 26 '13 at 20:45










    • @JohnTortugo In my case I also need to add clearpage or newpage as bibliography and appendices do not start from a new page.
      – hrust
      Dec 28 '16 at 14:53
















    54














    A different solution that I use is below.



    appendix
    section{\Title of Appendix A}
    % the \ insures the section title is centered below the phrase: AppendixA

    Text of Appendix A is Here

    section{\Title of Appendix B}
    % the \ insures the section title is centered below the phrase: Appendix B

    Text of Appendix B is Here





    share|improve this answer



















    • 2




      Welcome to TeX.sx! Instead of using line breaks in the document body, centering section titles should be done in the preamble, e.g., with the titlesec package.
      – lockstep
      Jan 8 '13 at 6:50










    • No need to use newpage.
      – JohnTortugo
      Mar 26 '13 at 20:45










    • @JohnTortugo In my case I also need to add clearpage or newpage as bibliography and appendices do not start from a new page.
      – hrust
      Dec 28 '16 at 14:53














    54












    54








    54






    A different solution that I use is below.



    appendix
    section{\Title of Appendix A}
    % the \ insures the section title is centered below the phrase: AppendixA

    Text of Appendix A is Here

    section{\Title of Appendix B}
    % the \ insures the section title is centered below the phrase: Appendix B

    Text of Appendix B is Here





    share|improve this answer














    A different solution that I use is below.



    appendix
    section{\Title of Appendix A}
    % the \ insures the section title is centered below the phrase: AppendixA

    Text of Appendix A is Here

    section{\Title of Appendix B}
    % the \ insures the section title is centered below the phrase: Appendix B

    Text of Appendix B is Here






    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Jan 16 '17 at 17:09









    strpeter

    2,58921955




    2,58921955










    answered Jan 8 '13 at 6:31









    user24112user24112

    54142




    54142








    • 2




      Welcome to TeX.sx! Instead of using line breaks in the document body, centering section titles should be done in the preamble, e.g., with the titlesec package.
      – lockstep
      Jan 8 '13 at 6:50










    • No need to use newpage.
      – JohnTortugo
      Mar 26 '13 at 20:45










    • @JohnTortugo In my case I also need to add clearpage or newpage as bibliography and appendices do not start from a new page.
      – hrust
      Dec 28 '16 at 14:53














    • 2




      Welcome to TeX.sx! Instead of using line breaks in the document body, centering section titles should be done in the preamble, e.g., with the titlesec package.
      – lockstep
      Jan 8 '13 at 6:50










    • No need to use newpage.
      – JohnTortugo
      Mar 26 '13 at 20:45










    • @JohnTortugo In my case I also need to add clearpage or newpage as bibliography and appendices do not start from a new page.
      – hrust
      Dec 28 '16 at 14:53








    2




    2




    Welcome to TeX.sx! Instead of using line breaks in the document body, centering section titles should be done in the preamble, e.g., with the titlesec package.
    – lockstep
    Jan 8 '13 at 6:50




    Welcome to TeX.sx! Instead of using line breaks in the document body, centering section titles should be done in the preamble, e.g., with the titlesec package.
    – lockstep
    Jan 8 '13 at 6:50












    No need to use newpage.
    – JohnTortugo
    Mar 26 '13 at 20:45




    No need to use newpage.
    – JohnTortugo
    Mar 26 '13 at 20:45












    @JohnTortugo In my case I also need to add clearpage or newpage as bibliography and appendices do not start from a new page.
    – hrust
    Dec 28 '16 at 14:53




    @JohnTortugo In my case I also need to add clearpage or newpage as bibliography and appendices do not start from a new page.
    – hrust
    Dec 28 '16 at 14:53











    4














    begin{document}
    bibliographystyle{phBYU}
    bibliographystyle{unsrt}
    maketitle
    begin{abstract}
    % add abstract
    end{abstract}
    begin{acknowledgements}
    % add acknowledgement
    end{acknowledgements}
    tableofcontents
    listoffigures
    listoftables
    addtolength{parskip}{10pt}
    chapter{uppercase {Introduction}} %%add your chapter 1 title here
    setcounter{page}{1}
    pagenumbering{arabic}
    label{chapter1}
    input{chapter1} % filename in curly brackets
    % add more chapters
    clearpage
    **appendix
    chapter{Name of Appendix A}
    label{whatever}
    input{appendixA} % filename in curly brackets
    chapter{Name of Appendix B}
    label{whatever}
    input{appendixB} % filename in curly brackets**
    clearpage
    phantomsection
    addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
    bibliographystyle{phBYU}
    bibliographystyle{unsrt}
    bibliography{phd}





    share|improve this answer



















    • 1




      Welcome to stackexchange. Please learn how to use markup to display code as code. You might also want to describe how your answer improves on the other two here, which have been upvoted often. Yours is likely to be downvoted.
      – Ethan Bolker
      Mar 7 '17 at 17:35










    • Thanks Ethan for guidance. I am not sure my answer is better than the previous answers, but they were not working for me. I was frustrated. However, the script which I pasted worked for me, eventually. So I thought to share. In future I will try to follow your advice.
      – Asif Kazmi
      Mar 7 '17 at 17:46








    • 1




      That's an improvement. Next time you should provide a complete compilable document, including documentclass , In fact the OP who asked the question should have done that too.
      – Ethan Bolker
      Mar 7 '17 at 18:27
















    4














    begin{document}
    bibliographystyle{phBYU}
    bibliographystyle{unsrt}
    maketitle
    begin{abstract}
    % add abstract
    end{abstract}
    begin{acknowledgements}
    % add acknowledgement
    end{acknowledgements}
    tableofcontents
    listoffigures
    listoftables
    addtolength{parskip}{10pt}
    chapter{uppercase {Introduction}} %%add your chapter 1 title here
    setcounter{page}{1}
    pagenumbering{arabic}
    label{chapter1}
    input{chapter1} % filename in curly brackets
    % add more chapters
    clearpage
    **appendix
    chapter{Name of Appendix A}
    label{whatever}
    input{appendixA} % filename in curly brackets
    chapter{Name of Appendix B}
    label{whatever}
    input{appendixB} % filename in curly brackets**
    clearpage
    phantomsection
    addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
    bibliographystyle{phBYU}
    bibliographystyle{unsrt}
    bibliography{phd}





    share|improve this answer



















    • 1




      Welcome to stackexchange. Please learn how to use markup to display code as code. You might also want to describe how your answer improves on the other two here, which have been upvoted often. Yours is likely to be downvoted.
      – Ethan Bolker
      Mar 7 '17 at 17:35










    • Thanks Ethan for guidance. I am not sure my answer is better than the previous answers, but they were not working for me. I was frustrated. However, the script which I pasted worked for me, eventually. So I thought to share. In future I will try to follow your advice.
      – Asif Kazmi
      Mar 7 '17 at 17:46








    • 1




      That's an improvement. Next time you should provide a complete compilable document, including documentclass , In fact the OP who asked the question should have done that too.
      – Ethan Bolker
      Mar 7 '17 at 18:27














    4












    4








    4






    begin{document}
    bibliographystyle{phBYU}
    bibliographystyle{unsrt}
    maketitle
    begin{abstract}
    % add abstract
    end{abstract}
    begin{acknowledgements}
    % add acknowledgement
    end{acknowledgements}
    tableofcontents
    listoffigures
    listoftables
    addtolength{parskip}{10pt}
    chapter{uppercase {Introduction}} %%add your chapter 1 title here
    setcounter{page}{1}
    pagenumbering{arabic}
    label{chapter1}
    input{chapter1} % filename in curly brackets
    % add more chapters
    clearpage
    **appendix
    chapter{Name of Appendix A}
    label{whatever}
    input{appendixA} % filename in curly brackets
    chapter{Name of Appendix B}
    label{whatever}
    input{appendixB} % filename in curly brackets**
    clearpage
    phantomsection
    addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
    bibliographystyle{phBYU}
    bibliographystyle{unsrt}
    bibliography{phd}





    share|improve this answer














    begin{document}
    bibliographystyle{phBYU}
    bibliographystyle{unsrt}
    maketitle
    begin{abstract}
    % add abstract
    end{abstract}
    begin{acknowledgements}
    % add acknowledgement
    end{acknowledgements}
    tableofcontents
    listoffigures
    listoftables
    addtolength{parskip}{10pt}
    chapter{uppercase {Introduction}} %%add your chapter 1 title here
    setcounter{page}{1}
    pagenumbering{arabic}
    label{chapter1}
    input{chapter1} % filename in curly brackets
    % add more chapters
    clearpage
    **appendix
    chapter{Name of Appendix A}
    label{whatever}
    input{appendixA} % filename in curly brackets
    chapter{Name of Appendix B}
    label{whatever}
    input{appendixB} % filename in curly brackets**
    clearpage
    phantomsection
    addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
    bibliographystyle{phBYU}
    bibliographystyle{unsrt}
    bibliography{phd}






    share|improve this answer














    share|improve this answer



    share|improve this answer








    edited Mar 7 '17 at 17:44









    Troy

    10.9k62267




    10.9k62267










    answered Mar 7 '17 at 17:25









    Asif KazmiAsif Kazmi

    571




    571








    • 1




      Welcome to stackexchange. Please learn how to use markup to display code as code. You might also want to describe how your answer improves on the other two here, which have been upvoted often. Yours is likely to be downvoted.
      – Ethan Bolker
      Mar 7 '17 at 17:35










    • Thanks Ethan for guidance. I am not sure my answer is better than the previous answers, but they were not working for me. I was frustrated. However, the script which I pasted worked for me, eventually. So I thought to share. In future I will try to follow your advice.
      – Asif Kazmi
      Mar 7 '17 at 17:46








    • 1




      That's an improvement. Next time you should provide a complete compilable document, including documentclass , In fact the OP who asked the question should have done that too.
      – Ethan Bolker
      Mar 7 '17 at 18:27














    • 1




      Welcome to stackexchange. Please learn how to use markup to display code as code. You might also want to describe how your answer improves on the other two here, which have been upvoted often. Yours is likely to be downvoted.
      – Ethan Bolker
      Mar 7 '17 at 17:35










    • Thanks Ethan for guidance. I am not sure my answer is better than the previous answers, but they were not working for me. I was frustrated. However, the script which I pasted worked for me, eventually. So I thought to share. In future I will try to follow your advice.
      – Asif Kazmi
      Mar 7 '17 at 17:46








    • 1




      That's an improvement. Next time you should provide a complete compilable document, including documentclass , In fact the OP who asked the question should have done that too.
      – Ethan Bolker
      Mar 7 '17 at 18:27








    1




    1




    Welcome to stackexchange. Please learn how to use markup to display code as code. You might also want to describe how your answer improves on the other two here, which have been upvoted often. Yours is likely to be downvoted.
    – Ethan Bolker
    Mar 7 '17 at 17:35




    Welcome to stackexchange. Please learn how to use markup to display code as code. You might also want to describe how your answer improves on the other two here, which have been upvoted often. Yours is likely to be downvoted.
    – Ethan Bolker
    Mar 7 '17 at 17:35












    Thanks Ethan for guidance. I am not sure my answer is better than the previous answers, but they were not working for me. I was frustrated. However, the script which I pasted worked for me, eventually. So I thought to share. In future I will try to follow your advice.
    – Asif Kazmi
    Mar 7 '17 at 17:46






    Thanks Ethan for guidance. I am not sure my answer is better than the previous answers, but they were not working for me. I was frustrated. However, the script which I pasted worked for me, eventually. So I thought to share. In future I will try to follow your advice.
    – Asif Kazmi
    Mar 7 '17 at 17:46






    1




    1




    That's an improvement. Next time you should provide a complete compilable document, including documentclass , In fact the OP who asked the question should have done that too.
    – Ethan Bolker
    Mar 7 '17 at 18:27




    That's an improvement. Next time you should provide a complete compilable document, including documentclass , In fact the OP who asked the question should have done that too.
    – Ethan Bolker
    Mar 7 '17 at 18:27











    0














    ayy ayy
    lmao lmao
    lmao
    lmao
    ayy ayy
    almo
    lasdasldk asd





    share








    New contributor




    lmao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.























      0














      ayy ayy
      lmao lmao
      lmao
      lmao
      ayy ayy
      almo
      lasdasldk asd





      share








      New contributor




      lmao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.





















        0












        0








        0






        ayy ayy
        lmao lmao
        lmao
        lmao
        ayy ayy
        almo
        lasdasldk asd





        share








        New contributor




        lmao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        ayy ayy
        lmao lmao
        lmao
        lmao
        ayy ayy
        almo
        lasdasldk asd






        share








        New contributor




        lmao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.








        share


        share






        New contributor




        lmao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.









        answered 4 mins ago









        lmaolmao

        1




        1




        New contributor




        lmao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.





        New contributor





        lmao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






        lmao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f49643%2fmaking-appendix-for-thesis%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            サソリ

            広島県道265号伴広島線

            Setup Asymptote in Texstudio