Discussion:
Natbib and Beamer
leoncio
2010-05-31 20:17:31 UTC
Permalink
Dear Sirs
 
Please, could someone tell me if it is possible to use natbib with beamer in the presentation mode? I have tryed to use both together, but it seem there are some problem. Please, coud you tell me if there are some new package to work in the same way as natbib (with beamer).
 
Thank you very much
 
Leoncio
Reinhard Kotucha
2010-05-31 21:46:24 UTC
Permalink
Post by leoncio
Dear Sirs
Please, could someone tell me if it is possible to use natbib with
beamer in the presentation mode? I have tryed to use both together,
but it seem there are some problem. Please, coud you tell me if
there are some new package to work in the same way as natbib (with
beamer).
Dear Sir,
it would be quite helpful if you could provide a minimal example which
allow other people to reproduce your problem.

It's not sufficient to tell us that "there are some problems". Maybe
even the error message you got gives us a hint. But it's easier to
debug something if there is a tiny file which demonstrates the
problem.

Regards,
Reinhard
--
----------------------------------------------------------------------------
Reinhard Kotucha Phone: +49-511-3373112
Marschnerstr. 25
D-30167 Hannover mailto:***@web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------
leoncio
2010-06-01 10:56:01 UTC
Permalink
Dear Sir
 
Thank you. I supposed it could be a commom problem. Below is the example. The error messages are that "block is not compatible" or "undefined control sequence" (because i tryed many possiblities with the commands :\def\newblock{}; \bibliography{references}).
 
Example:
\documentclass{beamer}
\usepackage[brazil]{babel}
\usepackage[latin1]{inputenc}
\usepackage[all]{xy}
%\usepackage[square]{natbib}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage[T1]{fontenc}
\usepackage{fourier}
 \usetheme{Frankfurt}
\usefonttheme{serif,structurebold}

%\def\newblock{}
%\bibliography{references}
\begin{document}
 
 
 
\bibliographystyle{plain}
\bibliography{references}
\end{document}
 
Regard
 
Leoncio

--- Em seg, 31/5/10, Reinhard Kotucha <***@web.de> escreveu:


De: Reinhard Kotucha <***@web.de>
Assunto: Re: [texhax] Natbib and Beamer
Para: "leoncio" <***@yahoo.com.br>
Cc: ***@tug.org
Data: Segunda-feira, 31 de Maio de 2010, 18:46
Post by leoncio
Dear Sirs
Please, could someone tell me if it is possible to use natbib with
beamer in the presentation mode? I have tryed to use both together,
but it seem there are some problem. Please, coud you tell me if
there are some new package to work in the same way as natbib (with
beamer).
Dear Sir,
it would be quite helpful if you could provide a minimal example which
allow other people to reproduce your problem.

It's not sufficient to tell us that "there are some problems".  Maybe
even the error message you got gives us a hint.  But it's easier to
debug something if there is a tiny file which demonstrates the
problem.

Regards,
  Reinhard
--
----------------------------------------------------------------------------
Reinhard Kotucha                          Phone: +49-511-3373112
Marschnerstr. 25
D-30167 Hannover                          mailto:***@web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------
Loading...