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

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

User avatar
Stefan Kottwitz
Site Admin
Posts: 10359
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