Tagged Questions
1
vote
0answers
97 views
General help with 'report' chapter numbering and bibliography [closed]
I've slightly 'inherited' a set up from another document and it's not behaving as I'd wish right now... Here is the preamble,
\documentclass[a4paper,11pt,twoside]{report}
...
1
vote
1answer
741 views
Bibliography in chapter*
How can I customize the bibliography commands, so that the bibliography header would be \chapter*{Bibliography}? The document class is report, and I am using BibTeX with a plain style. The current ...
3
votes
1answer
277 views
Force no breaks after manual biographies in book doc class
After successfully applying tips on how to insert multiple manual bibliographies I have a new problem: each bibliography begins on a new page. This does not look good, and I tried supressing it with ...
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}
...
2
votes
1answer
74 views
How can I include bibliography into numbering?
\documentclass[12pt,a4paper]{mwrep}
...
\chapter{First chapter}
...
\chapter{Another chapter}
...
\begin{thebibliography}{999}
...
\end{thebibliography}
I have in ToC:
1. First chapter ....... 1 ...