Search found 4 matches

by phoebe
Wed Apr 22, 2009 8:46 pm
Forum: BibTeX, biblatex and biber
Topic: Biblatex - Printing all entries in .bib file (cited and not)
Replies: 2
Views: 46029

Biblatex - Printing all entries in .bib file (cited and not)

Thanks a lot - it worked!

Just so others can see how I've used this, here's the relevant bit at the end of my .tex file:

Code: Select all

\nocite{*}
\section*{Bibliographies}
\subsection*{Primary Sources}
\printbibliography[keyword=1]

\subsection*{Secondary Sources}
\printbibliography[keyword=2]
by phoebe
Wed Apr 22, 2009 7:35 pm
Forum: BibTeX, biblatex and biber
Topic: Biblatex - Printing all entries in .bib file (cited and not)
Replies: 2
Views: 46029

Biblatex - Printing all entries in .bib file (cited and not)

Which command do I use to print out all the bibliographic entries in a .bib file (cited and not cited), so that they show up in my document's bibliography?

At the moment, I can only get the bibliographic entries that have been cited within the document.

Ideally, I would like to be able to print ...
by phoebe
Sun Jan 25, 2009 7:02 pm
Forum: General
Topic: Pagebreaks and Combining Files
Replies: 3
Views: 4632

Re: Pagebreaks and Combining Files

Thank you to everyone who replied to my question. Your posts have been a great help and my problem is solved.

I've acknowledged the help I've received from this forum on my blog, http://latexforhumans.wordpress.com/.
by phoebe
Thu Jan 22, 2009 9:23 pm
Forum: General
Topic: Pagebreaks and Combining Files
Replies: 3
Views: 4632

Pagebreaks and Combining Files

I have several different .tex files that I wish to include in a source file. This works correctly using the \include command.

However what this means is that in the output PDF, each component file starts on a new page and ends with a \clearpage. So there are huge blank gaps between my different ...