Search found 3 matches

by lllisa
Tue Apr 06, 2010 12:41 am
Forum: BibTeX, biblatex and biber
Topic: Need help with BibTeX
Replies: 5
Views: 2805

Re: Need help with BibTeX

Here is what I am using:


\documentclass[reqno,11pt]{amsart}
\usepackage{geometry}
\geometry{letterpaper}

\usepackage{graphicx}
\usepackage{amssymb}
\usepackage{epstopdf}
\DeclareGraphicsRule{.tif}{png}{.png}{`convert #1 `dirname #1`/`basename #1 .tif`.png}


\begin{document}
\title{Image ...
by lllisa
Mon Apr 05, 2010 6:45 pm
Forum: BibTeX, biblatex and biber
Topic: Need help with BibTeX
Replies: 5
Views: 2805

Re: Need help with BibTeX

Ok,
in the body of my article I have the bibliography stuff as:

\bibliographystyle{seg}
\bibliography{paper_ref}

where seg is a style file from a specific Journal, in my paper_ref file I have my reference as
@article{li_computational_1996,
title = {A computational algorithm for minimizing ...
by lllisa
Sun Apr 04, 2010 11:56 pm
Forum: BibTeX, biblatex and biber
Topic: Need help with BibTeX
Replies: 5
Views: 2805

Need help with BibTeX

Hi,
I am trying to write a paper with Latex and am having some problems with BiBTex. I am citing in the style of the journal Geophysics, so I downloaded the proper .bst file. When I tried to use it I ended up with a little bit of a problem. My references look like this:

[Li and Santosa, 1996] Li, Y ...