Search found 19 matches

by jcmt_pico
Thu Jan 19, 2012 12:42 pm
Forum: BibTeX, biblatex and biber
Topic: Missing BibTeX Database Entry
Replies: 3
Views: 3168

Missing BibTeX Database Entry

The problem was a wrong syntax in a citation command.

Code: Select all

\citep(}
by jcmt_pico
Wed Jan 18, 2012 5:46 pm
Forum: BibTeX, biblatex and biber
Topic: Missing BibTeX Database Entry
Replies: 3
Views: 3168

Re: Missing BibTeX Database Entry

Already soved... sorry for the inconvenient ....
by jcmt_pico
Wed Jan 18, 2012 5:29 pm
Forum: BibTeX, biblatex and biber
Topic: Missing BibTeX Database Entry
Replies: 3
Views: 3168

Missing BibTeX Database Entry

Hi there,

I'm trying to start to use BibTeX. But my first is being very bad. I'm always getting this error
I didn't find a database entry for "("
But I can't find what bibtex refers to....

My .bib file:
@BOOK{barry,
title = "{Atmosphere, Weather and Climate}",
publisher = "Routledge",
year ...
by jcmt_pico
Mon May 23, 2011 3:25 pm
Forum: Graphics, Figures & Tables
Topic: Problem with "wrapfigure"
Replies: 2
Views: 7898

Re: Problem with "wrapfigure"

Solve
Thanks very much
by jcmt_pico
Mon May 23, 2011 12:35 am
Forum: Graphics, Figures & Tables
Topic: Problem with "wrapfigure"
Replies: 2
Views: 7898

Problem with "wrapfigure"

Hi there,

I'm building a tex document, where I use some figures wraped with text... for that I use the package wrapfigure.
The problem is, after compiling the code, I get a figure with the number 3.3 and when I \ref the figure it apears with th number of the section -> figure 3.1.3...
Does anyone ...
by jcmt_pico
Mon Sep 06, 2010 5:03 pm
Forum: Page Layout
Topic: Bibliography style
Replies: 0
Views: 1207

Bibliography style

Hi there,
I'm making a LaTeX document where I should have my citations in the following form --> (John Doe et al, 2006).
But using the bibliography in a manual form (without using bibtex), and the \cite command I only can get the following result --> [John Doe et al, 2006].
I know that's a bit anal ...
by jcmt_pico
Fri Aug 27, 2010 5:27 pm
Forum: Graphics, Figures & Tables
Topic: referencencing figures and tables
Replies: 1
Views: 1484

referencencing figures and tables

When trying to reference (\ref{}) a figure or table, question marks appear where the reference should. I already tried compiling twice but nothing seems to work. Here is an example of one of the figures and the referencing which aren't working. Thank you!


[size=85]\begin{figure}[h]
\label{eta ...
by jcmt_pico
Fri Aug 06, 2010 8:08 pm
Forum: BibTeX, biblatex and biber
Topic: Can't arrange references
Replies: 4
Views: 3280

Re: Can't arrange references

Thank you,
actually doing the way you said, I avoid using natbib... a simple \cite{} do the trick
by jcmt_pico
Fri Aug 06, 2010 4:06 pm
Forum: BibTeX, biblatex and biber
Topic: Can't arrange references
Replies: 4
Views: 3280

Re: Can't arrange references

The .bst language to edit it seams a bit complex to use....
May main point in using bibtex, is to use natbib package, in order to use \citet instead of \cite...
Is there any way of using natbib with out using bibtex
Every time I try to run natbib package without using bibtex references a message ...
by jcmt_pico
Fri Aug 06, 2010 3:32 pm
Forum: BibTeX, biblatex and biber
Topic: Can't arrange references
Replies: 4
Views: 3280

Can't arrange references

I there,
I'm having problems with my reference list...
I would like the author name to appear like:
Author name is Rui P. Salgado.
And I would like it to appear in the references like Salgado, Rui P.
I've tried some different ways, but i'm not being able to make it work

Other problem I have, is to ...