Tagged Questions
0
votes
1answer
142 views
Bibliography appears as an appendix in ToC in LyX
I want to place the Bibliography after the appendices. So in LyX I mark "Start Appendix Here", insert the appendices, and after that the Bibliography. Now, all appendices appear in the Table of ...
8
votes
3answers
157 views
Two Bibliographies: one for main text and one for appendix
I have a manuscript in which has the following structure:
Main Text
Bibliography
Appendix
However, there are citations which are only cited in the appendix, and they show up in the main ...
1
vote
1answer
205 views
titlesec - set top margin for the appendix and bibliography
A while ago I was helped using titlesec to format the chapter title for my thesis. Today a reviewer says that the appendix and the bibliography need 1in top margin. How do I do it? Thanks.
...
6
votes
1answer
543 views
Adding bibliography to appendix
I thought it'll be kind of an easy task to add the bibliography to the appendix. However, after spending hours on it trying different solutions even some suggestions from this forum here I kinda of ...
6
votes
1answer
589 views
Switch Between Bibliography and Appendix in fancyhdr
What I am trying to accomplish is a fancyhdr that places Appendix or Bibliography in the header with one single definition. So if I am in the bibliography it should display Bibliography, but should ...
5
votes
2answers
331 views
Order of appendices
I'm not sure whether it fits on TeX.SE or some other SE site, but anyways:
I wonder whether there's a good standard on the order of the common appendices when writing the thesis. I have in mind the ...
4
votes
2answers
652 views
Bibliography after Appendix, but supposed to be not PART of it
I'm using document class scrbook.
I want to put my bibliography after appendix (in source this starts with \appendix), but in my toc that is visible when I open up the generated PDF file, it is a part ...
9
votes
1answer
312 views
How to put bibliography under appendix
I already have a reference put using bibtex. I need to put few of my references under appendix. I tried giving like this in my project report:
\bibliography{biblio}
\bibliographystyle{ieeetr}
...
1
vote
1answer
497 views
References before appendix
My (BiBTeX) references need to appear before my appendix, but my appendix contains new references. These references are flagged as undefined unless my bibliography appears AFTER the appendix. Is ...
3
votes
1answer
374 views
Adding a cover page for appendices and bibliography
I need to add two cover pages (plain page with centered text) in front of my appendices and bibliography to satisfy the typographical requirements of my graduate school. They must be treated as part ...
3
votes
1answer
932 views
Appendix after bibliography
I am using \includefile{} to add a preliminary literature review to a thesis proposal. The specifications require that "Appendix" be printed in the upper right hand corner.
I tried ending my proposal ...
0
votes
0answers
456 views
Report: Appendix and bibliography in TOC [closed]
I'm writing a report, but have some difficulties with the table of contents. I know this topic have been discussed before, but I can't seem to get it to work...
...
4
votes
1answer
308 views
About reference in appendix
After adding an additional reference section in the appendix part, I want to the number of each reference item is after the number of reference in the main body of the paper.
So that it should be ...
3
votes
2answers
609 views
Table of contents problems
I am writing my thesis and I am having a few problems with my format. My thesis structure is as follows:
I Introduction
II Part 1
chapter 1
chapter 2
III Part 2
...
5
votes
2answers
13k views
Should the appendix be before the bibliography or after?
My thesis latex format does not include an appendix, but I need one. Should I put it after the bibliography or before?
12
votes
3answers
956 views
How to make my bibliography an appendix?
I'm trying to do this:
\documentclass{article}
\usepackage{natbib}
\begin{document}
% ...
\phantomsection
\addcontentsline{toc}{section}{References}
\appendix
\bibliographystyle{apalike}
...