BibTeX, biblatex and biberachemso bibliography error

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
emtimmers
Posts: 4
Joined: Thu Nov 29, 2018 3:23 pm

achemso bibliography error

Post by emtimmers »

For a research paper, I'm using the achemso package, but I keep getting the following error:

\end{mcitethebibliography}

The relevant part of my .tex file is:

Code: Select all

\documentclass[journal=jacsat,manuscript=article]{achemso}
\usepackage{chemformula} 
\usepackage[T1]{fontenc} 
\title{Surface xxx}
\begin{document}
\bibliography{encapsulation}
\end{document}
It gives the error even when I remove or comment all of the text in the document besides the commands listed here. A different achemso file (let's call it file 2) is compiling just fine, so the problem might be in my .bib file, but it has the same format as the .bib file of file 2. I exported all references from the official journal websites using BibTeX.

Any idea how to fix this?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

achemso bibliography error

Post by Stefan Kottwitz »

Welcome to the forum!

That file works without problem, I tested it. Can you please post the .log file of this compiler run for this file, as attachment? The Attachments link is below the text edit field, when writing a post.

Stefan
LaTeX.org admin
Post Reply