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
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
- 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: 10335
- 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: 10335
- 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: 10335
- Joined: Mon Mar 10, 2008 9:44 pm
Re: .BIB TO .BLB?
Stefan