BibTeX, biblatex and biberachemso package - some bib entries do not work

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
bonimba
Posts: 4
Joined: Mon Jul 20, 2015 7:08 pm

achemso package - some bib entries do not work

Post by bonimba »

Hi,
I am using the 'achemso' package to write a paper, and I have had some troubles with @inproceedings and @misc entries. I am using TeXMaker as a text editor, and when I compile 'bibtex', I get warnings (not errors) stating that "this entry is not style-file defined", and when I look at the corresponding references in the PDF document, those are incomplete, even though they appear there.

This is the preamble of my document:

Code: Select all

\documentclass[journal=jacsat,manuscript=article]{achemso}

% default formatting: no title in references...but required in the QE format 
%\setkeys{acs}{articletitle = true}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Place any additional packages needed here.  Only include packages
%% which are essential, to avoid problems later.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage[version=3]{mhchem} % Formula subscripts using \ce{}
%\usepackage{achemso}
\usepackage{xr}
\externaldocument[SI-]{Supp_Info}
and this is the bibtex entry I cannot get to work

Code: Select all

	@InProceedings{McGibbon_ICML14_HMM,
	author = {R. T. McGibbon and B. Ramsundar and M. M. Sultan and G. Kiss and V. S. Pande},
	title = {Understanding Protein Dynamics with L1-Regularized Reversible Hidden Markov Models},
	booktitle = {Proceedings of the 31st International Conference on Machine Learning}
	}
no matter how I swap the different elements, or if I add the year. The only thing I get in the pdf are the authors and the title, but no 'BOOKTITLE'.

I really hope somebody can help.
Thanks,
Lorenzo

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

achemso package - some bib entries do not work

Post by Johannes_B »

I completed your example and it works for me, there is something else going on in your file. A good way to find the cause is preparing a minimal working example. The source of the behaviour will become obvious, and if its not, i can see what you see when you post the code.

Code: Select all

\begin{filecontents}{\jobname.bib}
	@InProceedings{McGibbon_ICML14_HMM,
		author = {R. T. McGibbon and B. Ramsundar and M. M. Sultan and G. Kiss and V. S. Pande},
		title = {Understanding Protein Dynamics with L1-Regularized Reversible Hidden Markov Models},
		booktitle = {Proceedings of the 31st International Conference on Machine Learning}
	}
\end{filecontents}
\documentclass[journal=jacsat,manuscript=article]{achemso}

	% default formatting: no title in references...but
	% required in the QE format
	%\setkeys{acs}{articletitle = true}
\usepackage[version=3]{mhchem}
\title{walzing Wombats are fun}
\author{silly squirrel}
\begin{document}
\cite{McGibbon_ICML14_HMM}
\bibliography{\jobname}
\end{document}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
bonimba
Posts: 4
Joined: Mon Jul 20, 2015 7:08 pm

Re: achemso package - some bib entries do not work

Post by bonimba »

I copied & pasted the minimal code you prepared, and and I still cannot get the bibtex element correct. When it comes to compiling, I still get the warning you see in the bottom of the screenshot attached.
Attachments
bonimbaAchemso.png
bonimbaAchemso.png (77.47 KiB) Viewed 7979 times
Last edited by Johannes_B on Fri Jul 24, 2015 7:27 pm, edited 2 times in total.
Reason: cropped and resized the picture.
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: achemso package - some bib entries do not work

Post by Johannes_B »

Please add `\listfiles` above the very first line of your tex-file and upload the log. I bet your version of achemso is very old, your other packages might be very old as well.

I think an update of the distribution will fix the issue.


btw: Please add code as text inside a code box, not as a screenshot. Do you expect us to type everything once more? ;-)
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
bonimba
Posts: 4
Joined: Mon Jul 20, 2015 7:08 pm

achemso package - some bib entries do not work

Post by bonimba »

Oh gosh, you're totally right...the screenshot wasn't actually the smartest thing ever :)
This is the log file upon adding the \listfiles and compiling. Anything useful?
Thanks a lot!

P.S. In the meantime I will upload my distribution

Code: Select all

This is pdfTeX, Version 3.1415926-2.4-1.40.13 (TeX Live 2012) (format=pdflatex 2012.6.30)  24 JUL 2015 14:01
entering extended mode
 restricted \write18 enabled.
 %&-line parsing enabled.
**test_bibtex.tex
(./test_bibtex.tex
LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, ge
rman-x-2012-05-30, ngerman-x-2012-05-30, afrikaans, ancientgreek, ibycus, arabi
c, armenian, basque, bulgarian, catalan, pinyin, coptic, croatian, czech, danis
h, dutch, ukenglish, usenglishmax, esperanto, estonian, ethiopic, farsi, finnis
h, french, friulan, galician, german, ngerman, swissgerman, monogreek, greek, h
ungarian, icelandic, assamese, bengali, gujarati, hindi, kannada, malayalam, ma
rathi, oriya, panjabi, tamil, telugu, indonesian, interlingua, irish, italian, 
kurmanji, latin, latvian, lithuanian, mongolian, mongolianlmc, bokmal, nynorsk,
 polish, portuguese, romanian, romansh, russian, sanskrit, serbian, serbianc, s
lovak, slovenian, spanish, swedish, turkish, turkmen, ukrainian, uppersorbian, 
welsh, loaded.

LaTeX Warning: File `test_bibtex.bib' already exists on the system.
               Not generating it from this source.

(/usr/local/texlive/2012/texmf-dist/tex/latex/achemso/achemso.cls
Document Class: achemso 2012/05/08 v3.7a Submission to ACS journals
(/usr/local/texlive/2012/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(/usr/local/texlive/2012/texmf-dist/tex/latex/base/size12.clo
File: size12.clo 2007/10/19 v1.4h Standard LaTeX file (size option)
)
\c@part=\count79
\c@section=\count80
\c@subsection=\count81
\c@subsubsection=\count82
\c@paragraph=\count83
\c@subparagraph=\count84
\c@figure=\count85
\c@table=\count86
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/xkeyval/xkeyval.sty
Package: xkeyval 2008/08/13 v2.6a package option processing (HA)

(/usr/local/texlive/2012/texmf-dist/tex/generic/xkeyval/xkeyval.tex
\XKV@toks=\toks14
\XKV@tempa@toks=\toks15
\XKV@depth=\count87
File: xkeyval.tex 2008/08/13 v2.6a key=value parser (HA)

(/usr/local/texlive/2012/texmf-dist/tex/generic/xkeyval/keyval.tex)))
\acs@bib@file=\write3

(/usr/local/texlive/2012/texmf-dist/tex/latex/mciteplus/mciteplus.sty
Package: mciteplus 2008/09/30 v1.1 enhanced mcite
\@mcitetmptoksA=\toks16
\@mcitetmpdima=\dimen103
\@mcitetmpdimb=\dimen104
\@mcitetmpcnta=\count88
\@mcitetmpcntb=\count89
\c@mcitebibitemcount=\count90
\c@mcitesubitemcount=\count91
)
\c@bibnote=\count92

(/usr/local/texlive/2012/texmf-dist/tex/latex/base/fontenc.sty
Package: fontenc 2005/09/27 v1.99g Standard LaTeX package

(/usr/local/texlive/2012/texmf-dist/tex/latex/base/t1enc.def
File: t1enc.def 2005/09/27 v1.99g Standard LaTeX file
LaTeX Font Info:    Redeclaring font encoding T1 on input line 43.
))
(/usr/local/texlive/2012/texmf-dist/tex/latex/geometry/geometry.sty
Package: geometry 2010/09/12 v5.6 Page Geometry

(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/ifpdf.sty
Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO)
Package ifpdf Info: pdfTeX in PDF mode is detected.
)
(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/ifvtex.sty
Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO)
Package ifvtex Info: VTeX not detected.
)
(/usr/local/texlive/2012/texmf-dist/tex/generic/ifxetex/ifxetex.sty
Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional
)
\Gm@cnth=\count93
\Gm@cntv=\count94
\c@Gm@tempcnt=\count95
\Gm@bindingoffset=\dimen105
\Gm@wd@mp=\dimen106
\Gm@odd@mp=\dimen107
\Gm@even@mp=\dimen108
\Gm@layoutwidth=\dimen109
\Gm@layoutheight=\dimen110
\Gm@layouthoffset=\dimen111
\Gm@layoutvoffset=\dimen112
\Gm@dimlist=\toks17
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/psnfss/helvet.sty
Package: helvet 2005/04/12 PSNFSS-v9.2a (WaS) 
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/caption/caption.sty
Package: caption 2012/02/19 v3.2f Customizing captions (AR)

(/usr/local/texlive/2012/texmf-dist/tex/latex/caption/caption3.sty
Package: caption3 2012/01/12 v1.4b caption3 kernel (AR)
\captionmargin=\dimen113
\captionmargin@=\dimen114
\captionwidth=\dimen115
\caption@indent=\dimen116
\caption@parindent=\dimen117
\caption@hangindent=\dimen118
)
\c@ContinuedFloat=\count96
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/psnfss/courier.sty
Package: courier 2005/04/12 PSNFSS-v9.2a (WaS) 
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/float/float.sty
Package: float 2001/11/08 v1.3d Float enhancements (AL)
\c@float@type=\count97
\float@exts=\toks18
\float@box=\box26
\@float@everytoks=\toks19
\@floatcapt=\box27
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/graphics/graphicx.sty
Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)

(/usr/local/texlive/2012/texmf-dist/tex/latex/graphics/graphics.sty
Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)

(/usr/local/texlive/2012/texmf-dist/tex/latex/graphics/trig.sty
Package: trig 1999/03/16 v1.09 sin cos tan (DPC)
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/latexconfig/graphics.cfg
File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live
)
Package graphics Info: Driver file: pdftex.def on input line 91.

(/usr/local/texlive/2012/texmf-dist/tex/latex/pdftex-def/pdftex.def
File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX

(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/infwarerr.sty
Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO)
)
(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/ltxcmds.sty
Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
)
\Gread@gobject=\count98
))
\Gin@req@height=\dimen119
\Gin@req@width=\dimen120
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/psnfss/mathptmx.sty
Package: mathptmx 2005/04/12 PSNFSS-v9.2a Times w/ Math, improved (SPQR, WaS) 
LaTeX Font Info:    Redeclaring symbol font `operators' on input line 28.
LaTeX Font Info:    Overwriting symbol font `operators' in version `normal'
(Font)                  OT1/cmr/m/n --> OT1/ztmcm/m/n on input line 28.
LaTeX Font Info:    Overwriting symbol font `operators' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/ztmcm/m/n on input line 28.
LaTeX Font Info:    Redeclaring symbol font `letters' on input line 29.
LaTeX Font Info:    Overwriting symbol font `letters' in version `normal'
(Font)                  OML/cmm/m/it --> OML/ztmcm/m/it on input line 29.
LaTeX Font Info:    Overwriting symbol font `letters' in version `bold'
(Font)                  OML/cmm/b/it --> OML/ztmcm/m/it on input line 29.
LaTeX Font Info:    Redeclaring symbol font `symbols' on input line 30.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `normal'
(Font)                  OMS/cmsy/m/n --> OMS/ztmcm/m/n on input line 30.
LaTeX Font Info:    Overwriting symbol font `symbols' in version `bold'
(Font)                  OMS/cmsy/b/n --> OMS/ztmcm/m/n on input line 30.
LaTeX Font Info:    Redeclaring symbol font `largesymbols' on input line 31.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `normal'
(Font)                  OMX/cmex/m/n --> OMX/ztmcm/m/n on input line 31.
LaTeX Font Info:    Overwriting symbol font `largesymbols' in version `bold'
(Font)                  OMX/cmex/m/n --> OMX/ztmcm/m/n on input line 31.
\symbold=\mathgroup4
\symitalic=\mathgroup5
LaTeX Font Info:    Redeclaring math alphabet \mathbf on input line 34.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `normal'
(Font)                  OT1/cmr/bx/n --> OT1/ptm/bx/n on input line 34.
LaTeX Font Info:    Overwriting math alphabet `\mathbf' in version `bold'
(Font)                  OT1/cmr/bx/n --> OT1/ptm/bx/n on input line 34.
LaTeX Font Info:    Redeclaring math alphabet \mathit on input line 35.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `normal'
(Font)                  OT1/cmr/m/it --> OT1/ptm/m/it on input line 35.
LaTeX Font Info:    Overwriting math alphabet `\mathit' in version `bold'
(Font)                  OT1/cmr/bx/it --> OT1/ptm/m/it on input line 35.
LaTeX Info: Redefining \hbar on input line 50.
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/setspace/setspace.sty
Package: setspace 2011/12/19 v6.7a set line spacing
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/url/url.sty
\Urlmuskip=\muskip10
Package: url 2006/04/12  ver 3.3  Verb mode for urls, etc.
)
\acs@author@cnt=\count99
\acs@affil@cnt=\count100
\acs@affil@alt@cnt=\count101
\acs@footnote@cnt=\count102
\acs@affil@marker@cnt=\count103
\acs@space@pre@title=\skip43
\acs@space@post@title=\skip44
\acs@space@post@author=\skip45
\acs@space@post@address=\skip46
\acs@space@post@email=\skip47
\acs@maketitle@width=\skip48
\@float@every@scheme=\toks20
\c@scheme=\count104
\@float@every@chart=\toks21
\c@chart=\count105
\@float@every@graph=\toks22
\c@graph=\count106
\@float@every@table=\toks23
\acs@collect@toks=\toks24
\acs@collect@empty@toks=\toks25
\acs@tocentry@height=\skip49
\acs@tocentry@width=\skip50

(/usr/local/texlive/2012/texmf-dist/tex/latex/achemso/config/jacsat.cfg
File: jacsat.cfg 2012/05/08 v3.7a achemso configuration: J. Am. Chem. Soc.
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/natbib/natbib.sty
Package: natbib 2010/09/13 8.31b (PWD, AO)
\bibhang=\skip51
\bibsep=\skip52
LaTeX Info: Redefining \cite on input line 694.
\c@NAT@ctr=\count107
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/achemso/natmove.sty
Package: natmove 2010/01/15 v1.1a Automatic citation moving with natbib
))
(/usr/local/texlive/2012/texmf-dist/tex/latex/mhchem/mhchem.sty
Package: mhchem 2011/06/03 v3.11 for typesetting chemical formulae

(/usr/local/texlive/2012/texmf-dist/tex/latex/base/ifthen.sty
Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/tools/calc.sty
Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
\calc@Acount=\count108
\calc@Bcount=\count109
\calc@Adimen=\dimen121
\calc@Bdimen=\dimen122
\calc@Askip=\skip53
\calc@Bskip=\skip54
LaTeX Info: Redefining \setlength on input line 76.
LaTeX Info: Redefining \addtolength on input line 77.
\calc@Ccount=\count110
\calc@Cskip=\skip55
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/oberdiek/twoopt.sty
Package: twoopt 2008/08/11 v1.5 Definitions with two optional arguments (HO)
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/amsmath/amsmath.sty
Package: amsmath 2000/07/18 v2.13 AMS math features
\@mathmargin=\skip56

For additional information on amsmath, use the `?' option.
(/usr/local/texlive/2012/texmf-dist/tex/latex/amsmath/amstext.sty
Package: amstext 2000/06/29 v2.01

(/usr/local/texlive/2012/texmf-dist/tex/latex/amsmath/amsgen.sty
File: amsgen.sty 1999/11/30 v2.0
\@emptytoks=\toks26
\ex@=\dimen123
))
(/usr/local/texlive/2012/texmf-dist/tex/latex/amsmath/amsbsy.sty
Package: amsbsy 1999/11/29 v1.2d
\pmbraise@=\dimen124
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/amsmath/amsopn.sty
Package: amsopn 1999/12/14 v2.01 operator names
)
\inf@bad=\count111
LaTeX Info: Redefining \frac on input line 211.
\uproot@=\count112
\leftroot@=\count113
LaTeX Info: Redefining \overline on input line 307.
\classnum@=\count114
\DOTSCASE@=\count115
LaTeX Info: Redefining \ldots on input line 379.
LaTeX Info: Redefining \dots on input line 382.
LaTeX Info: Redefining \cdots on input line 467.
\Mathstrutbox@=\box28
\strutbox@=\box29
\big@size=\dimen125
LaTeX Font Info:    Redeclaring font encoding OML on input line 567.
LaTeX Font Info:    Redeclaring font encoding OMS on input line 568.
\macc@depth=\count116
\c@MaxMatrixCols=\count117
\dotsspace@=\muskip11
\c@parentequation=\count118
\dspbrk@lvl=\count119
\tag@help=\toks27
\row@=\count120
\column@=\count121
\maxfields@=\count122
\andhelp@=\toks28
\eqnshift@=\dimen126
\alignsep@=\dimen127
\tagshift@=\dimen128
\tagwidth@=\dimen129
\totwidth@=\dimen130
\lineht@=\dimen131
\@envbody=\toks29
\multlinegap=\skip57
\multlinetaggap=\skip58
\mathdisplay@stack=\toks30
LaTeX Info: Redefining \[ on input line 2666.
LaTeX Info: Redefining \] on input line 2667.
)
\tok@mhchem@ce@iii=\toks31
\mhchem@arrowminlength=\skip59
\mhchem@arrows@box=\box30
\mhchem@arrowlength@pgf=\skip60
\mhchem@arrowminlength@pgf=\skip61
\mhchem@bondwidth=\skip62
\mhchem@bondheight=\skip63
\mhchem@smallbondwidth@tmpA=\skip64
\mhchem@smallbondwidth@tmpB=\skip65
\mhchem@smallbondwidth=\skip66
\mhchem@cf@result=\toks32
\mhchem@cf@element=\toks33
\mhchem@cf@amount=\toks34
\mhchem@cf@sup=\toks35
\mhchem@cf@presub=\toks36
\mhchem@cf@presup=\toks37
\mhchem@cf@replaceMath@result=\toks38
\mhchem@cf@replaceMathMinusDot@result=\toks39
\mhchem@prepostscript@tmp@i=\skip67
\mhchem@prepostscript@tmp@ii=\skip68
\mhchem@mathbox@tmp@i=\skip69
\mhchem@mathbox@tmp@ii=\skip70
\mhchem@minispace@tmp=\skip71
\mhchem@option@minussidebearingleft=\skip72
\mhchem@option@minussidebearingright=\skip73
)
(./test_bibtex.aux)
\openout1 = `test_bibtex.aux'.

LaTeX Font Info:    Checking defaults for OML/cmm/m/it on input line 17.
LaTeX Font Info:    ... okay on input line 17.
LaTeX Font Info:    Checking defaults for T1/cmr/m/n on input line 17.
LaTeX Font Info:    ... okay on input line 17.
LaTeX Font Info:    Checking defaults for OT1/cmr/m/n on input line 17.
LaTeX Font Info:    ... okay on input line 17.
LaTeX Font Info:    Checking defaults for OMS/cmsy/m/n on input line 17.
LaTeX Font Info:    ... okay on input line 17.
LaTeX Font Info:    Checking defaults for OMX/cmex/m/n on input line 17.
LaTeX Font Info:    ... okay on input line 17.
LaTeX Font Info:    Checking defaults for U/cmr/m/n on input line 17.
LaTeX Font Info:    ... okay on input line 17.
LaTeX Font Info:    Try loading font information for T1+ptm on input line 17.

(/usr/local/texlive/2012/texmf-dist/tex/latex/psnfss/t1ptm.fd
File: t1ptm.fd 2001/06/04 font definitions for T1/ptm.
)
\openout3 = `acs-test_bibtex.bib'.


*geometry* driver: auto-detecting
*geometry* detected driver: pdftex
*geometry* verbose mode - [ preamble ] result:
* driver: pdftex
* paper: <default>
* layout: <same size as paper>
* layoutoffset:(h,v)=(0.0pt,0.0pt)
* modes: 
* h-part:(L,W,R)=(72.2698pt, 469.75539pt, 72.2698pt)
* v-part:(T,H,B)=(72.2698pt, 650.43037pt, 72.2698pt)
* \paperwidth=614.295pt
* \paperheight=794.96999pt
* \textwidth=469.75539pt
* \textheight=650.43037pt
* \oddsidemargin=-0.00018pt
* \evensidemargin=-0.00018pt
* \topmargin=-37.00018pt
* \headheight=12.0pt
* \headsep=25.0pt
* \topskip=12.0pt
* \footskip=30.0pt
* \marginparwidth=44.0pt
* \marginparsep=10.0pt
* \columnsep=10.0pt
* \skip\footins=10.8pt plus 4.0pt minus 2.0pt
* \hoffset=0.0pt
* \voffset=0.0pt
* \mag=1000
* \@twocolumnfalse
* \@twosidefalse
* \@mparswitchfalse
* \@reversemarginfalse
* (1in=72.27pt=25.4mm, 1cm=28.453pt)

Package caption Info: Begin \AtBeginDocument code.
Package caption Info: float package is loaded.
Package caption Info: End \AtBeginDocument code.
(/usr/local/texlive/2012/texmf-dist/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
\scratchcounter=\count123
\scratchdimen=\dimen132
\scratchbox=\box31
\nofMPsegments=\count124
\nofMParguments=\count125
\everyMPshowfont=\toks40
\MPscratchCnt=\count126
\MPscratchDim=\dimen133
\MPnumerator=\count127
\makeMPintoPDFobject=\count128
\everyMPtoPDFconversion=\toks41
) (/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/pdftexcmds.sty
Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO
)

(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/ifluatex.sty
Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO)
Package ifluatex Info: LuaTeX not detected.
)
Package pdftexcmds Info: LuaTeX not detected.
Package pdftexcmds Info: \pdf@primitive is available.
Package pdftexcmds Info: \pdf@ifprimitive is available.
Package pdftexcmds Info: \pdfdraftmode found.
)
(/usr/local/texlive/2012/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty
Package: epstopdf-base 2010/02/09 v2.5 Base part for package epstopdf

(/usr/local/texlive/2012/texmf-dist/tex/latex/oberdiek/grfext.sty
Package: grfext 2010/08/19 v1.1 Manage graphics extensions (HO)

(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/kvdefinekeys.sty
Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO)
))
(/usr/local/texlive/2012/texmf-dist/tex/latex/oberdiek/kvoptions.sty
Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO)

(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/kvsetkeys.sty
Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO)

(/usr/local/texlive/2012/texmf-dist/tex/generic/oberdiek/etexcmds.sty
Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)
Package etexcmds Info: Could not find \expanded.
(etexcmds)             That can mean that you are not using pdfTeX 1.50 or
(etexcmds)             that some package has redefined \expanded.
(etexcmds)             In the latter case, load this package earlier.
)))
Package grfext Info: Graphics extension search list:
(grfext)             [.png,.pdf,.jpg,.mps,.jpeg,.jbig2,.jb2,.PNG,.PDF,.JPG,.JPE
G,.JBIG2,.JB2,.eps]
(grfext)             \AppendGraphicsExtensions on input line 452.

(/usr/local/texlive/2012/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg
File: epstopdf-sys.cfg 2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Liv
e
))
LaTeX Font Info:    Font shape `T1/ptm/bx/n' in size <12> not available
(Font)              Font shape `T1/ptm/b/n' tried instead on input line 17.
LaTeX Font Info:    Try loading font information for T1+phv on input line 17.

(/usr/local/texlive/2012/texmf-dist/tex/latex/psnfss/t1phv.fd
File: t1phv.fd 2001/06/04 scalable font definitions for T1/phv.
)
LaTeX Font Info:    Font shape `T1/phv/bx/n' in size <12> not available
(Font)              Font shape `T1/phv/b/n' tried instead on input line 17.
LaTeX Font Info:    Font shape `T1/phv/b/n' will be
(Font)              scaled to size 10.79993pt on input line 17.
LaTeX Font Info:    Font shape `T1/phv/bx/n' in size <20.74> not available
(Font)              Font shape `T1/phv/b/n' tried instead on input line 17.
LaTeX Font Info:    Font shape `T1/phv/b/n' will be
(Font)              scaled to size 18.66588pt on input line 17.
LaTeX Font Info:    Font shape `T1/phv/m/n' will be
(Font)              scaled to size 12.9599pt on input line 17.


Class achemso Warning: No affiliation given for author
(achemso)              silly squirrel on input line 17.


Class achemso Warning: No affiliations: at least one affiliation is needed on i
nput line 17.

LaTeX Font Info:    Font shape `T1/phv/m/n' will be
(Font)              scaled to size 10.79993pt on input line 17.

Class achemso Warning: No e-mail given:
(achemso)              at lest one author must have a contact e-mail on input l
ine 17.

LaTeX Font Info:    Try loading font information for OT1+ztmcm on input line 17
.
(/usr/local/texlive/2012/texmf-dist/tex/latex/psnfss/ot1ztmcm.fd
File: ot1ztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OT1/ztmcm.
)
LaTeX Font Info:    Try loading font information for OML+ztmcm on input line 17
.

(/usr/local/texlive/2012/texmf-dist/tex/latex/psnfss/omlztmcm.fd
File: omlztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OML/ztmcm.
)
LaTeX Font Info:    Try loading font information for OMS+ztmcm on input line 17
.

(/usr/local/texlive/2012/texmf-dist/tex/latex/psnfss/omsztmcm.fd
File: omsztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMS/ztmcm.
)
LaTeX Font Info:    Try loading font information for OMX+ztmcm on input line 17
.

(/usr/local/texlive/2012/texmf-dist/tex/latex/psnfss/omxztmcm.fd
File: omxztmcm.fd 2000/01/03 Fontinst v1.801 font definitions for OMX/ztmcm.
)
LaTeX Font Info:    Try loading font information for OT1+ptm on input line 17.

(/usr/local/texlive/2012/texmf-dist/tex/latex/psnfss/ot1ptm.fd
File: ot1ptm.fd 2001/06/04 font definitions for OT1/ptm.
)
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <12> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 17.
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <9> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 17.
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <7> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 17.
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <10> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 17.
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <7.4> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 17.
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <6> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 17.
LaTeX Font Info:    Calculating math sizes for size <7.4> on input line 17.
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <5.47603> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 17.
LaTeX Font Info:    Font shape `OT1/ptm/bx/n' in size <4.44003> not available
(Font)              Font shape `OT1/ptm/b/n' tried instead on input line 17.

(./test_bibtex.bbl
LaTeX Font Info:    Font shape `T1/ptm/bx/n' in size <14.4> not available
(Font)              Font shape `T1/ptm/b/n' tried instead on input line 4.
) [1

{/usr/local/texlive/2012/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] (./test
_bibtex.aux)

 *File List*
 achemso.cls    2012/05/08 v3.7a Submission to ACS journals
 article.cls    2007/10/19 v1.4h Standard LaTeX document class
  size12.clo    2007/10/19 v1.4h Standard LaTeX file (size option)
 xkeyval.sty    2008/08/13 v2.6a package option processing (HA)
 xkeyval.tex    2008/08/13 v2.6a key=value parser (HA)
mciteplus.sty    2008/09/30 v1.1 enhanced mcite
 fontenc.sty
   t1enc.def    2005/09/27 v1.99g Standard LaTeX file
geometry.sty    2010/09/12 v5.6 Page Geometry
   ifpdf.sty    2011/01/30 v2.3 Provides the ifpdf switch (HO)
  ifvtex.sty    2010/03/01 v1.5 Detect VTeX and its facilities (HO)
 ifxetex.sty    2010/09/12 v0.6 Provides ifxetex conditional
  helvet.sty    2005/04/12 PSNFSS-v9.2a (WaS) 
 caption.sty    2012/02/19 v3.2f Customizing captions (AR)
caption3.sty    2012/01/12 v1.4b caption3 kernel (AR)
 courier.sty    2005/04/12 PSNFSS-v9.2a (WaS) 
   float.sty    2001/11/08 v1.3d Float enhancements (AL)
graphicx.sty    1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR)
graphics.sty    2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR)
    trig.sty    1999/03/16 v1.09 sin cos tan (DPC)
graphics.cfg    2010/04/23 v1.9 graphics configuration of TeX Live
  pdftex.def    2011/05/27 v0.06d Graphics/color for pdfTeX
infwarerr.sty    2010/04/08 v1.3 Providing info/warning/error messages (HO)
 ltxcmds.sty    2011/11/09 v1.22 LaTeX kernel commands for general use (HO)
mathptmx.sty    2005/04/12 PSNFSS-v9.2a Times w/ Math, improved (SPQR, WaS) 
setspace.sty    2011/12/19 v6.7a set line spacing
     url.sty    2006/04/12  ver 3.3  Verb mode for urls, etc.
  jacsat.cfg    2012/05/08 v3.7a achemso configuration: J. Am. Chem. Soc.
  natbib.sty    2010/09/13 8.31b (PWD, AO)
 natmove.sty    2010/01/15 v1.1a Automatic citation moving with natbib
  mhchem.sty    2011/06/03 v3.11 for typesetting chemical formulae
  ifthen.sty    2001/05/26 v1.1c Standard LaTeX ifthen package (DPC)
    calc.sty    2007/08/22 v4.3 Infix arithmetic (KKT,FJ)
  twoopt.sty    2008/08/11 v1.5 Definitions with two optional arguments (HO)
 amsmath.sty    2000/07/18 v2.13 AMS math features
 amstext.sty    2000/06/29 v2.01
  amsgen.sty    1999/11/30 v2.0
  amsbsy.sty    1999/11/29 v1.2d
  amsopn.sty    1999/12/14 v2.01 operator names
   t1ptm.fd    2001/06/04 font definitions for T1/ptm.
supp-pdf.mkii
pdftexcmds.sty    2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO)
ifluatex.sty    2010/03/01 v1.3 Provides the ifluatex switch (HO)
epstopdf-base.sty    2010/02/09 v2.5 Base part for package epstopdf
  grfext.sty    2010/08/19 v1.1 Manage graphics extensions (HO)
kvdefinekeys.sty    2011/04/07 v1.3 Define keys (HO)
kvoptions.sty    2011/06/30 v3.11 Key value format for package options (HO)
kvsetkeys.sty    2012/04/25 v1.16 Key value parser (HO)
etexcmds.sty    2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO)
epstopdf-sys.cfg    2010/07/13 v1.3 Configuration of (r)epstopdf for TeX Live
   t1phv.fd    2001/06/04 scalable font definitions for T1/phv.
ot1ztmcm.fd    2000/01/03 Fontinst v1.801 font definitions for OT1/ztmcm.
omlztmcm.fd    2000/01/03 Fontinst v1.801 font definitions for OML/ztmcm.
omsztmcm.fd    2000/01/03 Fontinst v1.801 font definitions for OMS/ztmcm.
omxztmcm.fd    2000/01/03 Fontinst v1.801 font definitions for OMX/ztmcm.
  ot1ptm.fd    2001/06/04 font definitions for OT1/ptm.
test_bibtex.bbl
 ***********

 ) 
Here is how much of TeX's memory you used:
 5704 strings out of 493488
 86208 string characters out of 3141326
 155377 words of memory out of 3000000
 8884 multiletter control sequences out of 15000+200000
 56020 words of font info for 87 fonts, out of 3000000 for 9000
 957 hyphenation exceptions out of 8191
 60i,8n,94p,262b,305s stack positions out of 5000i,500n,10000p,200000b,50000s
{/usr/local/texlive/2012/texmf-dist/fonts/enc/dvips/base/8r.enc}</usr/local/t
exlive/2012/texmf-dist/fonts/type1/public/amsfonts/cm/cmsy10.pfb></usr/local/te
xlive/2012/texmf-dist/fonts/type1/urw/helvetic/uhvb8a.pfb></usr/local/texlive/2
012/texmf-dist/fonts/type1/urw/helvetic/uhvr8a.pfb></usr/local/texlive/2012/tex
mf-dist/fonts/type1/urw/times/utmb8a.pfb></usr/local/texlive/2012/texmf-dist/fo
nts/type1/urw/times/utmr8a.pfb>
Output written on test_bibtex.pdf (1 page, 40422 bytes).
PDF statistics:
 29 PDF objects out of 1000 (max. 8388607)
 20 compressed objects within 1 object stream
 0 named destinations out of 1000 (max. 500000)
 1 words of extra memory for PDF output out of 10000 (max. 10000000)
User avatar
Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: achemso package - some bib entries do not work

Post by Johannes_B »

Your version of achemso is from 2012, the recent one is from april this year. Maybe in 2012, there wasn't support for this entry-type.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
bonimba
Posts: 4
Joined: Mon Jul 20, 2015 7:08 pm

Re: achemso package - some bib entries do not work

Post by bonimba »

Hi,
I just updated the TexLive distribution, and bib entries work just fine now.

Thanks again for the help!
Post Reply