BibTeX, biblatex and biber ⇒ Problem with achemso package
Problem with achemso package
I m trying to use the achemso package for my citations. I had no problem in the past but I just updated my MiKTeX and TeXnicCenter and now, I get this error :
"Warning--I didn't find a database entry for "achemso-control"".
I have read that it could come from a bad installation of the achemso package but I have just installed it with MiKTeX so it shouldnt come from there.
Any idea?
Thanks in advance
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
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Problem with achemso package
Problem with achemso package
This is a short example :
Code: Select all
\documentclass {report}
\usepackage{txfonts}
\usepackage{lmodern}
\usepackage{graphicx}
\DeclareGraphicsExtensions{.eps}
\usepackage{float}
\usepackage[citeonce(document)]{footbib}
\usepackage{achemso}
\usepackage{multirow}
\usepackage{mciteplus}
\usepackage{textcomp}
\usepackage[margin=2cm,nohead]{geometry}
\begin{document}
\footbibliography{brouillon}
\footbibliographystyle{achemso}
blabla\footcite{Clark2007}
\end{document}
And then it is impossible to latex again the normal file, it says I have a problem in the fb.bbl file.This is BibTeX, Version 0.99dThe top-level auxiliary file: C:\Documents and Settings\Bora SIENG\Mes documents\Th
The style file: achemso.bst
I found no \bibdata command---while reading file C:\Documents and Settings\Bora SIENG\Mes documents\Th
Warning--I didn't find a database entry for "achemso-control"
(There was 1 error message)
Thank you
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Problem with achemso package
Code: Select all
\documentclass {report}
\usepackage[citeonce(document)]{footbib}
\usepackage{natbib}
\begin{document}
\footbibliography{brouillon}
\footbibliographystyle{unsrtnat}
blabla\footcite{Clark2007}
\end{document}