Latex

Matthew Gillen me-5yx05kfkO/aqeI1yJSURBw at public.gmane.org
Thu Sep 9 22:36:40 EDT 2010


On 9/9/2010 9:20 PM, Anthony Gabrielson wrote:
> Hello,
> 	Any latex experts still out there?  I've been told its time to learn latex and I'm having a few problems and I hope someone can point me in the right direction.  Anyway - I'm using texmaker and two example files I found on the web and I'm not having any luck.  I'm hoping I'm doing something silly that I'm just not seeing.  
> 
> So it doesn't seem to matter what I order I do things - I'm left with [?] and warnings in place of the bibliography.  Can anyone point me in the right direction?

Depends on the style file used.  Some use different ways of doing the
bibliography.  For example, if you're using bibtex, you need to run
latex multiple times:
$ latex myarticle
$ bibtex myarticle
$ latex myarticle
$ latex myarticle

The trick is that the .aux file needs to get built up; it needs the
multiple passes to resolve all the references.  The .log and .aux files
are actually important to subsequent runs of latex.

HTH,
Matt





More information about the Discuss mailing list