You're completely right. My silly mistake. Did not realise that after removing a \nocite{*} command (which I used previously) that I forgot to do: LaTeX compile -> BiBTeX compile -> LaTeX compile to reflect the changes.
Sorry for the waste of forum space,heh...
Thanks
Search found 7 matches
- Thu Oct 14, 2010 5:27 pm
- Forum: BibTeX, biblatex and biber
- Topic: Ensuring only cited references appear in references list
- Replies: 3
- Views: 13076
- Thu Oct 14, 2010 3:48 pm
- Forum: BibTeX, biblatex and biber
- Topic: Ensuring only cited references appear in references list
- Replies: 3
- Views: 13076
Ensuring only cited references appear in references list
Hi all
I was wondering: is there any way, using BibTeX, or any other bibliography tool, to ensure that only cited references appear in your reference list? As in, there are a whole lot of references in your bibliography file ("references.bib", or whatever), but you only want the references you cite ...
I was wondering: is there any way, using BibTeX, or any other bibliography tool, to ensure that only cited references appear in your reference list? As in, there are a whole lot of references in your bibliography file ("references.bib", or whatever), but you only want the references you cite ...
- Mon Oct 12, 2009 6:35 pm
- Forum: Document Classes
- Topic: Theorems counters with beamer
- Replies: 2
- Views: 19206
Re: Theorems counters with beamer
Thanks for that Stefan_K. And for the speedy reply. 

- Mon Oct 12, 2009 4:32 pm
- Forum: Document Classes
- Topic: Theorems counters with beamer
- Replies: 2
- Views: 19206
Theorems counters with beamer
Hi. I hope this is not an unnecessary post (again), in that, though I did search for related topics, I hope I didn't commit another silly error. Anyhow, here's my MWE:
\documentclass{beamer}
\usepackage{beamerthemesplit}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\newtheorem ...
\documentclass{beamer}
\usepackage{beamerthemesplit}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsthm}
\newtheorem ...
- Mon Oct 12, 2009 4:24 pm
- Forum: Document Classes
- Topic: Beamer references display
- Replies: 5
- Views: 11121
Beamer references display
As it turns out, you are correct. It seems I was mistaken: looking at my .tex file with the article class, I see I did have bibitems as
Apologies for any inconvience/cluttering of the forums caused. 
Code: Select all
\bibitem[label]{cite_key}

- Sat Oct 10, 2009 11:07 pm
- Forum: Document Classes
- Topic: Beamer references display
- Replies: 5
- Views: 11121
Re: Beamer references display
Thanks for that. I knew it would be something small like that, but eh, didn't think that would matter (since it worked when for the article documentclass). Thanks again.
- Sat Oct 10, 2009 9:23 pm
- Forum: Document Classes
- Topic: Beamer references display
- Replies: 5
- Views: 11121
Beamer references display
Apologies if the MWE below is too long.
\documentclass{beamer}
\usepackage{beamerthemesplit}
\begin{document}
\frame
{
\cite[p.290]{HorJoh}
}
\begin{thebibliography}{10}
\bibitem{HorJoh}[HorJoh]
Horn, R. A. and Johnson, C. R
\newblock Matrix Analysis
\newblock Cambridge University Press, U.S.A ...
\documentclass{beamer}
\usepackage{beamerthemesplit}
\begin{document}
\frame
{
\cite[p.290]{HorJoh}
}
\begin{thebibliography}{10}
\bibitem{HorJoh}[HorJoh]
Horn, R. A. and Johnson, C. R
\newblock Matrix Analysis
\newblock Cambridge University Press, U.S.A ...