2
votes
2answers
25 views

How can I remove “thebibliography” from the Table of Contents (TOC)?

I want to use a manual Bibliography but I need it as a subsection. In order to do this I did: \documentclass[12pt]{article} \begin{document} \section{My Section} \subsection{References} ...
0
votes
2answers
67 views

Bibliography LaTeX

I have got a little problem with Bibliography in LaTeX. I'm using report style of document. When I use \begin{thebibliography} it will automatically add item to Table of Contents and type \bibname ...
1
vote
1answer
67 views

Change Bibliography name to “References” and add it to TOC [duplicate]

As title suggests. I have the following in my referencing section : \documentclass[12pt,a4paper]{report} . . . \bibliographystyle{abbrv} \bibliography{library} And it prints : I would like ...
0
votes
1answer
146 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 ...
0
votes
0answers
126 views

Including bibliography in toc (memoir class) [closed]

I'm using memoir class and biblatex and having consulted the documentation for both, I still cannot figure out how to include my bibliography in the TOC. The bibliography is included in the backmatter ...
1
vote
2answers
98 views

Get next section to put bibliography in TOC

I'd like to show the bibliography in the TOC. This is how far I got: \clearpage \def \nextsection{\thesection + 1} \addcontentsline{toc}{section}{\nextsection Bibliography} \printbibliography ...
0
votes
0answers
33 views

The bibliography does not appear in the Table of Contents [duplicate]

\begin{thebibliography}{li} \bibitem{xilkernel} {\em “Xilkernel (v5.00.a), ug708.”} \url{http://forums.xilinx.com/xlnx/attachments/xlnx/EMBEDDED/4789/1/xilkernel_v5_00_a.pdf}. \end{thebibliography} ...
1
vote
1answer
51 views

Hyperref link jumps to the first entry of the bibliography entry rather than to its title [duplicate]

This is a follow-up question to Gonzalo Medina's answer of Bibliography in table of contents. One of his solutions for including the bibliography in the ToC is to use the following code: ...
1
vote
1answer
63 views

How to write additional content into bbl file?

How can I tell LaTeX to write additional content to bbl file? Background of my question (see also MWE below): The page number for the bibliography displayed in the table of contents is correct if ...
4
votes
1answer
86 views

splitbib and table of contents

I use the splitbib package to create two categories: primary literature and secondary literature. But I want to add in the table of contents an entry for each category, as if they are subsections or ...
0
votes
2answers
265 views

Problem in Bibliography Style (apalike) and table of content COLOR

I am using Latex for my thesis, and in Bibliography and table of content I have faced number of problems: 1-I am using natbib package and apalike style. I would like to cite references in following ...
2
votes
1answer
278 views

Remove bibliography entry from ToC or change the way it is displayed

I'm using the memoir class and have my document structured by parts which means that the "Bibliography" entry in the Table of Contents are not showing correctly (I guess that it is shown as a chapter ...
3
votes
1answer
98 views

Bibliography and listoffigures postion

Whatever I try, I cannot "force" listoffigures and bibliography to be rendered in wanted position. They allways end up on next page, even if there is enough space in previous (wanted) page. CODE: ...
7
votes
2answers
342 views

Bibliography in table of contents

\begin{document} \tableofcontents \include{chapter1} \bibliographystyle{plain} \bibliography{biblio} \end{document} The bibliography does not appear in the table of contents, have you an ...
0
votes
0answers
63 views

Wrong bibliography link in TOC [duplicate]

Possible Duplicate: Insert list of figures in the table of contents In order to add Bibliography and List of Figures in TOC I do like this \listoffigures ...
2
votes
1answer
392 views

References not getting the correct page number

I am a beginner in using LaTeX. The problem I am getting is that I am unable to get the correct reference page number in the content, but get the previous chapter last page number. Also in the ...
6
votes
1answer
1k views

Page header - Upper and lower case

First of all: this is the first time that I use LaTeX. I have these commands that create my header: \usepackage[headsepline,plainheadsepline]{scrpage2} \pagestyle{scrheadings} \clearscrheadfoot ...
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
490 views

Printing the bibliography heading in uppercase but showing it as sentence case in the ToC

At my class I am supposed to write a report where the chapter headings are always in uppercase, but have to printed in sentence case in the table of contents. For regular chapters I have achieved this ...
1
vote
1answer
133 views

Appendices in PDF Outline appear as children of first appendix and problem with headers

I have a problem similar to the one in Appendices in PDF Outline appear as childs of last section But the solution hasn't worked for me, and I even get errors when I try to \includepackage{bookmark}. ...
1
vote
1answer
1k views

Added chapter with addcontentsline does not adapt style of ToC

I added my BibTeX references following: \cleardoublepage \phantomsection \nocite{*} \bibliographystyle{plainnat} %\setlength{\bibsep}{3mm} \addcontentsline{toc}{chapter}{References} ...
0
votes
1answer
279 views

wrong page numbering in the bibliography using fncychap

When I use the hyperref and the fncychap package, the bibliography in the ToC gives an incorrect link. When I click on references in the summary it does not go to page bibliography. How do I fix? ...
8
votes
2answers
3k views

Incorrect bookmarks and page number in table of contents

I have problem with table of contents and with bookmarks. In pdf file table of contents shows wrong page number of Introduction and Bibliography, Bookmarks: introduction and bibliography don't bring ...
2
votes
2answers
342 views

LaTeX templates

I am writing my thesis using LaTeX and it actually is the first time I use it. I am using some templates from my university but they are in Spanish and I want to write my work in English. The reason ...
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... ...
3
votes
2answers
612 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
3k views

List of figures with sources

What is the best way to place the source of images in my document? I have some images and they are shown in the \listoffigures like expected, but how can/should I point out where they come from? ...
22
votes
3answers
14k views

Making the bibliography appear in the table of contents

I need to make my (BibTeX) references section appear in the table of contents of my LaTeX document (documentclass: article), with section numbering too. My approach until now has been making a new ...
6
votes
1answer
2k views

How can I add the bibliography in a report with its own section, including number?

I'm writing my thesis as a report document using TeXShop (pdflatex and bibtex) and want the bibliography to get its own section number and appear in the table of contents. Here's what I've tried so ...