Citations in Beamerposter

3,249 views
Skip to first unread message

philipp...@googlemail.com

unread,
Oct 2, 2008, 6:40:36 AM10/2/08
to LaTeX beamerposter
> The citations seems to work fine, but the bibliography only has
> symbols on it instead of numbers, so the citations don't match up. Have you
> ever used citations on your posters?

This is a beamer related question, not beamerposter. The bib icons are
not upscaled and should be replaced by text. So just set:
\setbeamertemplate{bibliography item}[text]

Example:

\begin{block}{Literature}
{\small
\setbeamertemplate{bibliography item}[text]
\bibliographystyle{plain}
\bibliography{poster} % i.e. the poster.bib file
}
\end{block}

DrMichi

unread,
Oct 30, 2008, 7:10:58 AM10/30/08
to LaTeX beamerposter
I used a block similar to the one above:
\begin{block}{References}
{\small
\setbeamertemplate{bibliography item}[text]
\bibliographystyle{apj} % style apj.bst
\bibliography{diss-mnem,mypublications}
}
\end{block}

but I get the following error:

! LaTeX Error: \newblock undefined.

See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...

l.1 \begin{thebibliography}{2}

The pdf looks OK, though.

On Oct 2, 11:40 am, "dr...@computer.org"

Philippe Dreuw

unread,
Oct 30, 2008, 7:23:34 AM10/30/08
to beamer...@googlegroups.com
Hi,

this must be related to your apj.bst style file, with plain we do not
have these errors.

--
http://www-i6.informatik.rwth-aachen.de/~dreuw/

Dipl.-Inform. Philippe Dreuw
RWTH Aachen University - Department of Computer Science - Germany
Phone: +49 (241) 80-21613

Michael Weber

unread,
Oct 30, 2008, 7:27:53 AM10/30/08
to beamer...@googlegroups.com
Hi,

A have the same with plain.

Could it be a problem with the natbib package (that is what I use for citing)?

michi

DrMichi

unread,
Oct 30, 2008, 7:55:12 AM10/30/08
to LaTeX beamerposter
Sorry for the spam...

I removed the two occurences of

\renewcommand\newblock

from natbib.sty, now it works (for me).

m.

On Oct 30, 12:27 pm, "Michael Weber" <dr.mi...@gmail.com> wrote:
> Hi,
>
> A have the same with plain.
>
> Could it be a problem with the natbib package (that is what I use for
> citing)?
>
> michi
>
> On Thu, Oct 30, 2008 at 12:23 PM, Philippe Dreuw <dr...@cs.rwth-aachen.de>wrote:
>
>
>
> > Hi,
>
> > this must be related to your apj.bst style file, with plain we do not
> > have these errors.
>
> >http://www-i6.informatik.rwth-aachen.de/~dreuw/<http://www-i6.informatik.rwth-aachen.de/%7Edreuw/>

Shakes

unread,
Nov 12, 2008, 4:19:56 AM11/12/08
to LaTeX beamerposter
Another solution is to add the following line in your tex file
preamble:
\def\newblock{\hskip .11em plus .33em minus .07em} %for natbib and
beamer

I got it from: <http://blog.zindel.org/?p=99>.
It is to make beamer work with natbib. With this u can use all
bibstyles (well most I tried anyway).

Cheers
Shakes
Reply all
Reply to author
Forward
0 new messages