Math & ScienceAchemso bibliography style

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
BoudewijnD
Posts: 60
Joined: Wed Nov 18, 2009 4:18 pm

Achemso bibliography style

Post by BoudewijnD »

Hi,

Is it possible to only use the bibliographystyle from the achemso package? Because I'm now writing my PhD thesis in Chemistry and I really like the achemso style.

So if there is a way can some body please explane me how?

Cheers,

Boudewijn

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Achemso bibliography style

Post by josephwright »

Of course. Easiest way is to load the achemso package to control the bibliography options:

Code: Select all

\documentclass{article}
\usepackage{achemso}
\begin{document}
Some text plus \cite{Citations}.
\bibliographystyle{achemso}
\bibliography{YourFileNameHere}
\end{document}
Joseph Wright
BoudewijnD
Posts: 60
Joined: Wed Nov 18, 2009 4:18 pm

Achemso bibliography style

Post by BoudewijnD »

Thanx you verry much Mr. Wright. you helpt me again like last time.

The refes are almost perfect. Maybe youcan help me fix the last few things.

I would like that the reference only show the name of the authors, with first last name and then initals. followed by the journal (italic of course) then the year (bold) than the volume italic (not the issue) and the page range.

Just like its done in a JACs article see pic
naamloosg.jpg
naamloosg.jpg (33.33 KiB) Viewed 20320 times
and also with the numbering if it possible.

Maybe there is a quick fix. Another wise I'm well willing to do the hard work.

Thanks in advance,

BoudewijnD
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Achemso bibliography style

Post by josephwright »

I don't quite follow. That is what the achemso BibTeX style does: what problem are you having?
Joseph Wright
BoudewijnD
Posts: 60
Joined: Wed Nov 18, 2009 4:18 pm

Re: Achemso bibliography style

Post by BoudewijnD »

mmhhh yeh I thought so too but my output does not look like that. Do I need to specify the journal type between []??
BoudewijnD
Posts: 60
Joined: Wed Nov 18, 2009 4:18 pm

Re: Achemso bibliography style

Post by BoudewijnD »

mmhh it works now but because I'working in several folders for al the chapters I had to copy a acs-PHd.bib file (phd.tex is the main file) to al the folders then run latex, bibtex and then twice latex on the main file and then it works. How ever i stil don't get the numering in front of the ref's.

And is there away to change the font of the ref's?

Thank you,

boudewijnD
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Achemso bibliography style

Post by josephwright »

Please post an example of what you are doing, otherwise I'm working blind.
Joseph Wright
BoudewijnD
Posts: 60
Joined: Wed Nov 18, 2009 4:18 pm

Achemso bibliography style

Post by BoudewijnD »

Sorry for that I uploaded a zip with all my files.

So what is do. is 1x latex and 1xbibtex on the chapter files and than 2xlatex -->pdf on the main file (phd.tex)

Please help me to see what i do wrong.

ohjey here is the file
http://www.2shared.com/file/11388074/5b ... Latex.html

\BoudewijnD
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Achemso bibliography style

Post by josephwright »

I can't work out how to get the file to download from the location you've posted. Please upload things to the forum (by attaching them to a post), and please use a standard compression format (zip is best or gz as a second choice).
Joseph Wright
BoudewijnD
Posts: 60
Joined: Wed Nov 18, 2009 4:18 pm

Re: Achemso bibliography style

Post by BoudewijnD »

Oke that's new for me. I did not know you could attach file here.

I tink I did it.

thanx again for looking in to it!
Attachments
PhD Proefschrift Latex.rar
File BoudewijnD
(171.04 KiB) Downloaded 469 times
Post Reply