General ⇒ what can I do the bibliography becomes Appendix C
what can I do the bibliography becomes Appendix C
I have two apendix, Apendix A and B
\appendix
\chapter{}
\section{}
\section{}
\chapter{}
\cleardoublepage
\addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
\bibliographystyle{apa}
\bibliography{reference}
Unfortunately,bibliography under the title Appendix C
How can I make the bibliography have a seperate title?
Thanks.
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
what can I do the bibliography becomes Appendix C
Re: what can I do the bibliography becomes Appendix C
It's difficult for me to give the specific example.
Since it comes with a .bib file.
I guess it is a common problem.
In an article, after the main chapter, I have two appendices, then at the end there is the bibliography.
The problem is the bibliography has a title called "Appendix C", which is not what I wanted. Bibliography should not be in appendix.
what can I do the bibliography becomes Appendix C
Can't you just make up a sample bib file with a single entry?gcheer3 wrote:Thank you for your reply.
It's difficult for me to give the specific example.
Since it comes with a .bib file.
No, it isn't. As I've already mentioned, the code you give does generate the problem by itself. The problem is being created by something else in the document.I guess it is a common problem.
I cannot understand this. The article class does not have chapters. Of the standard document classes, only the book and report classes have chapters. You might also be using a non-standard class. But how are we to guess? You need to provide more information. No one can help you otherwise.In an article, after the main chapter, I have two appendices, then at the end there is the bibliography.
I understood the description of the problem the first time. But without being able to duplicate the problem, I cannot diagnose it.The problem is the bibliography has a title called "Appendix C", which is not what I wanted. Bibliography should not be in appendix.
"How to Ask Questions the Smart Way"
Re: what can I do the bibliography becomes Appendix C
I really appreciate your reply.
You are right, this is not a common problem.
I am writing my thesis. When I tried to generate an example and used documentclss {book}, the problem does not happen any more.
So I checked the template of thesis format in my university. They mentioned this problem in the help file and they made a new command for this specific problem. After I use this new command, my problem is solved.
Now I understand why post an example is a good way to ask questions.
I would not find out the problem without trying to generate an example. Because it is a specific problem and is casued by the non-standard document class I am using.
Sorry for being naive. Thank you for your patience.