BibTeX, biblatex and biber ⇒ Missing \begin{document} - error converting
Missing \begin{document} - error converting
How can I separately convert .bib files into .blb?
Ta
John
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Missing \begin{document} - error converting
bbl
. You will also need a bibliographystyle that defines the visual output.- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Missing \begin{document} - error converting
welcome to the forum!
I'm sure you need at least a small .tex document with a bibliography style, as Johannes said. It may contain just a short dummy text with
\printbibliography
. You can use \nocite{*}
to include all bib entries.Stefan
Re: .BIB TO .BLB?
Okay, I pasted \bibliographystyle{harvard} and \bibliography{sage_harvard} into the .bib document.
I then asked TeXShop to typeset using BibTeX. It refused to typeset and instead asked for a .aux file, which I don’t have.
There is a sage.cls file and a natbib.sty file, but I think they go to the overall format.
Any thoughts?
Cheers
John
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: .BIB TO .BLB?
you need to typeset via LaTeX or pdfLaTeX first. That produces the .aux file.
BibTeX actually works on the .aux file.
Stefan
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Missing \begin{document} - error converting
Missing \begin{document} - error converting
I typeset in LaTex. However, instead of an .aux file this error came up:
JohnMissing \begin{document}
Re: .BIB TO .BLB?
I’ll give it a go.
John
- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Missing \begin{document} - error converting
- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Re: .BIB TO .BLB?
Stefan