|
Hi guys,
Wondering if you might have an idea for me. I haven't used bibliography stuff in latex for the journal before and am hitting an error. Wondered if you know what's going on. Basically in our journal volume 6 there is an article with citations and a .bib file: http://svn.osgeo.org/osgeo/journal/volume_6/en-us/peer_review/bunch The bib file is reference in the Makefile which runs bibtex too: http://svn.osgeo.org/osgeo/journal/volume_6/en-us/Makefile The way he cites looks okay, to my untrained eye anyway.. in the .bib: @book{brinck:2002, author={Brinck, T. and Gergle, D. and Wood, S. D.}, year={2002}, title={Designing Web Sites That Work: Usability for the Web.}, publisher={San Diego, California: Academic Press.} } in the .tex: " outlined by \cite{brinck:2002} and" When I compile it tries to run bibtex on the .bib but complains it can't find the .aux file. Anything look familiar to you? Hope you're well! Tyler
_______________________________________________ newsletter mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/newsletter |
|
Cut my teeth on bibliography stuff today and think I've got this all figured now. I've updated svn to show my changes. Some are just hacks I applied to the articles that used citations, but others I left alone. If someone else has time to dig into my changes and can suggest improvements, I'm all ears. Otherwise, it would be great if someone could verify that running "make" a few times generates a similar PDF with bibliographies for the two project_spotlight and the peer_review article.
Whew.. onerous but hopefully set up right now for a future of ease :) More tomorrow.. Tyler ----- Original Message ----- From: Tyler Mitchell <[hidden email]> Date: Tuesday, September 21, 2010 11:36 am Subject: [Journal] Latex bib question... To: [hidden email] Cc: Markus Neteler <[hidden email]> > Hi guys, > Wondering if you might have an idea for me. I haven't used > bibliography stuff in latex for the journal before and am > hitting an error. Wondered if you know what's going on. > > Basically in our journal volume 6 there is an article with > citations and a .bib file: > http://svn.osgeo.org/osgeo/journal/volume_6/en-us/peer_review/bunch > > The bib file is reference in the Makefile which runs bibtex too: > http://svn.osgeo.org/osgeo/journal/volume_6/en-us/Makefile > > The way he cites looks okay, to my untrained eye anyway.. > in the .bib: > @book{brinck:2002, > author={Brinck, T. and Gergle, D. and Wood, S. D.}, > year={2002}, > title={Designing Web Sites That Work: Usability for the Web.}, > publisher={San Diego, California: Academic Press.} > } > > in the .tex: > " outlined by \cite{brinck:2002} and" > > When I compile it tries to run bibtex on the .bib but complains > it can't find the .aux file. > > Anything look familiar to you? > > Hope you're well! > > Tyler > newsletter mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/newsletter |
|
In reply to this post by Tyler Mitchell (OSGeo)-2
Hi Tyler,
On Tue, Sep 21, 2010 at 8:36 PM, Tyler Mitchell <[hidden email]> wrote: > Hi guys, > Wondering if you might have an idea for me. I haven't used bibliography > stuff in latex for the journal before and am hitting an error. Wondered if > you know what's going on. > Basically in our journal volume 6 there is an article with citations and a > .bib file: > http://svn.osgeo.org/osgeo/journal/volume_6/en-us/peer_review/bunch > The bib file is reference in the Makefile which runs bibtex too: > http://svn.osgeo.org/osgeo/journal/volume_6/en-us/Makefile > The way he cites looks okay, to my untrained eye anyway.. > in the .bib: > @book{brinck:2002, > author={Brinck, T. and Gergle, D. and Wood, S. D.}, > year={2002}, > title={Designing Web Sites That Work: Usability for the Web.}, > publisher={San Diego, California: Academic Press.} > } > in the .tex: > " outlined by \cite{brinck:2002} and" > When I compile it tries to run bibtex on the .bib but complains it can't > find the .aux file. > Anything look familiar to you? To me it looks good. But perhaps you simply forgot to run "bibtex" on the Latex file to generate the metadata stuff? Markus _______________________________________________ newsletter mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/newsletter |
|
> To me it looks good. But perhaps you simply forgot to run "bibtex" on > the Latex file to generate the metadata stuff? I wish it was that easy ;) The build process was complaining a bit but now works better. Thanks for checking!! _______________________________________________ newsletter mailing list [hidden email] http://lists.osgeo.org/mailman/listinfo/newsletter |
| Powered by Nabble | Edit this page |
