General ⇒ achemso demo help
achemso demo help
Cheers
J
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: achemso demo help
Re: achemso demo help
I downloaded the demo from the ACS website and also the package files although I am unsure how to install them manually.
Thanks
J
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: achemso demo help
Re: achemso demo help
I tried using the previous version of MiKtex (2.7) instead of 2.8 and this worked nicely, I don t think the 2.8 version I had was linked to the Texniccenter properly.
I actually have another problem now! How do I construct a .bib file to work with achemso package. I have tried creating a name.bib file containing the @article etc commands and then reading it by the \bibliography{name} command but it creates many errors and does not link or create citations. Am I doing something wrong here.
Thanks
J
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
achemso demo help
As is shown by the demo file achemso-demo, you do indeed want a .bib file with entries such asjonlong wrote: I actually have another problem now! How do I construct a .bib file to work with achemso package. I have tried creating a name.bib file containing the @article etc commands and then reading it by the \bibliography{name} command but it creates many errors and does not link or create citations. Am I doing something wrong here.
Code: Select all
@ARTICLE{Arduengo1994,
author = {Arduengo, III, Anthony J. and Siegfried F. Gamper and
Joseph C. Calabrese and Fredric Davidson},
title = {{L}ow-coordinate carbene complexes of nickel(0) and
platinum(0)},
journal = jacsat,
year = {1994},
volume = {116},
pages = {4391--4394},
number = {10},
doi = {10.1021/ja00089a029},
}
Code: Select all
\cite{Arduengo1994}
If you are getting errors, please post an example document and the resulting log here, so that we can examine it and give detailed advice.