Search found 5 matches

by mavelezq
Mon Oct 15, 2012 9:50 pm
Forum: BibTeX, biblatex and biber
Topic: Some References missing in Citations
Replies: 4
Views: 4598

Some References missing in Citations

i went into my references file "references.bib" and everything looks ok. It is in the format @article{....,}. In the text I am using the \cite{} command but it will only read 1 reference, if I include 2 or more citations it will not find them. Please let me know
by mavelezq
Mon Oct 15, 2012 8:17 pm
Forum: BibTeX, biblatex and biber
Topic: Some References missing in Citations
Replies: 4
Views: 4598

Some References missing in Citations

This is the BibTeX log.
This is BibTeX, Version 0.99d (TeX Live 2012)
The top-level auxiliary file: thesis.aux
A level-1 auxiliary file: chapter2.aux
The style file: uriref.bst
Database file #1: bibliography.bib
Warning--I didn't find a database entry for "Paz:2006;Paz:2007"
Warning--I didn't find ...
by mavelezq
Mon Oct 15, 2012 6:15 pm
Forum: BibTeX, biblatex and biber
Topic: Some References missing in Citations
Replies: 4
Views: 4598

Some References missing in Citations

Hi,

I am new to LaTeX. I'm working with BibTeX and TexMaker to add references to my thesis but I have two problems. First it only shows some of the references and the rest look like "?". This is how it looks in the PDF.
... events [?, 3]. Sci ... bes [?, ?, 4].
I have tried the latex, bibtex ...
by mavelezq
Thu Aug 23, 2012 11:18 pm
Forum: Graphics, Figures & Tables
Topic: making a table obtaining error messages HELP
Replies: 2
Views: 2654

Re: making a table obtaining error messages HELP

Thank you so much. I guess :? I am tired of looking to this monitor. Appreciate your help
by mavelezq
Thu Aug 23, 2012 10:33 pm
Forum: Graphics, Figures & Tables
Topic: making a table obtaining error messages HELP
Replies: 2
Views: 2654

making a table obtaining error messages HELP

I am new to LaTeX and I am trying to make a table. These are the packages that I have included in my document

\usepackage{graphics}
\usepackage[pdftex]{graphicx}
\usepackage{amsmath,amssymb}
\usepackage{rotating}
\usepackage{float}
\floatstyle{ruled}
\usepackage{multirow}
\usepackage{wrapfig ...