Search found 4 matches

by richard
Thu Jun 23, 2011 7:00 pm
Forum: BibTeX, biblatex and biber
Topic: Possible to extract BiBTeX to actual citations?
Replies: 6
Views: 4141

Possible to extract BiBTeX to actual citations?

Got the working PDF. However, some characters from the document didn't convert correctly. This was the content from my .bib file:


@Article{Lees:2011zi,
author = "Lees, J. P. and others",
collaboration = "The BABAR",
title = "{Cross Sections for the Reactions e+e- --> K+ K- pi+pi-, K+
K ...
by richard
Wed Jun 22, 2011 7:55 pm
Forum: BibTeX, biblatex and biber
Topic: Possible to extract BiBTeX to actual citations?
Replies: 6
Views: 4141

Possible to extract BiBTeX to actual citations?

Ok so this is what I have now:

\usepackage[utf8x]{inputenc}

\bibliographystyle{plain}
\begin{document}
\nocite{*}
\bibliography{mybib}
\end{document}

Now what? I type into terminal:
latex myfile
bibtex myfile
latex myfile
latex myfile

But what do I do next? How can I view this so I can ...
by richard
Wed Jun 22, 2011 3:00 am
Forum: BibTeX, biblatex and biber
Topic: Possible to extract BiBTeX to actual citations?
Replies: 6
Views: 4141

Possible to extract BiBTeX to actual citations?

Hi all,

I'm currently working on a citation collection project for a university. As you can imagine, a lot of folks/databases use BiBTeX. The problem is that we need to convert the BiBTeX to an actual citation (In MLA, Chicago, APA, etc). Ideally, the citation would be in UTF-8 so we can preserve ...
by richard
Mon Jun 20, 2011 8:09 pm
Forum: Decision Guidance
Topic: Not sure where to start (For Publication Collection)
Replies: 1
Views: 16288

Not sure where to start (For Publication Collection)

Hi folks,

I'm currently involved in a massive publication collection for a major research university. We have run into a problem when it comes to tracking publications from external databases (Such as http://inspirebeta.net). In these particular databases, the option of exporting pubs via LaTeX is ...