Tagged Questions
1
vote
0answers
41 views
Avoiding page break in the Latex bibliography list [closed]
I have a problem, the references are being split by the page break in a such strange manner.
I use IEEE style and already tried \usepackage[section]{placeins} but it influences any other section, ...
5
votes
2answers
162 views
Preventing page breaks from occurring in bibliography items
Using Bibtex and Natbib, does anyone know how to prevent a pagebreak from occurring mid-item?
I would like the bibliography to either:
Put an entire record on a given page, or
Carry the record ...
4
votes
1answer
85 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 ...
5
votes
1answer
662 views
To have no pagebreak before Bibliography
The position of Bibliography section is defined by document class, report class is a new page, some articles class no has page break.
How change this witout change the class of the document? So i ...
3
votes
1answer
97 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:
...
2
votes
1answer
100 views
Forcing new categories in splitbib to start on new pages
I use splitbib to create a sectioned bibliography in my CV, and I was wondering if there's a way to customize it to force new categories to start on a new page? I'm thinking that I'd have to do ...
6
votes
1answer
1k views
Include thebibliography on the same page
My paper has a page limit and the spec says to include the bibliography on the same page right after the text. I'm using the thebibliography environment (its a very simple bibliography). How can I ...
5
votes
2answers
652 views
How can I force bibliography items not to be split across pages? [duplicate]
Possible Duplicate:
How can I prevent page break between lines of a paragraph or bibliography entry?
\documentclass{mwrep}
\usepackage[nodisplayskipstretch]{setspace} \setstretch{1.9}
...
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 ...
4
votes
1answer
571 views
Pushing references to the bottom of the page
I'm new to LaTeX and I have a two fold question, but first, this is the header that I'm using:
\documentclass[aps,pre,preprint]{revtex4}
\usepackage{graphicx,amssymb,multirow,amsmath}
...
1
vote
1answer
182 views
How to have the article mode presentation for multibib with report mode
I make a bibliography divided into two parts using multibib with this code
\documentclass[a4paper,12pt]{scrreprt}
...
\usepackage{multibib}
...
\newcites{doc}{Documentation citees}
...
...
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 ...
14
votes
2answers
3k views
How can I split a beamer bibliography across two slides?
I have several citations in a beamer-based presentation. Is it possible to split the bibliography across two slides? I'm using natbib / bibtex. And I currently just have:
\begin{frame}
\tiny
...
1
vote
1answer
2k views
Does the \bibliography command add a page break afterward?
I am trying to add an entry from my .bib file into a document. After the \bibliography command is issued, the following sections starts in a new page. I have looked around but have not been able to ...
6
votes
1answer
741 views
How to make memoir not put bibliography on next recto page
I am using two columns in a memoir document and when I place a bibliography using bibtex for some reason it ends up on the next recto page. I am writing a book with multiple chapters and I want each ...
11
votes
2answers
1k views
How can I prevent page break between lines of a paragraph or bibliography entry?
My university's thesis guidelines require that each bibliographic entry appear in whole on a single page, rather than being split across two. How can I prevent (La)TeX breaking a paragraph across a ...