Math & Science ⇒ Achemso bibliography style
-
- Posts: 60
- Joined: Wed Nov 18, 2009 4:18 pm
Achemso bibliography style
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
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
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Achemso bibliography style
Code: Select all
\documentclass{article}
\usepackage{achemso}
\begin{document}
Some text plus \cite{Citations}.
\bibliographystyle{achemso}
\bibliography{YourFileNameHere}
\end{document}
-
- Posts: 60
- Joined: Wed Nov 18, 2009 4:18 pm
Achemso bibliography style
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 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
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Achemso bibliography style
-
- Posts: 60
- Joined: Wed Nov 18, 2009 4:18 pm
Re: Achemso bibliography style
-
- Posts: 60
- Joined: Wed Nov 18, 2009 4:18 pm
Re: Achemso bibliography style
And is there away to change the font of the ref's?
Thank you,
boudewijnD
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Achemso bibliography style
-
- Posts: 60
- Joined: Wed Nov 18, 2009 4:18 pm
Achemso bibliography style
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
-
- Site Moderator
- Posts: 814
- Joined: Tue Jul 01, 2008 2:19 pm
Re: Achemso bibliography style
-
- Posts: 60
- Joined: Wed Nov 18, 2009 4:18 pm
Re: Achemso bibliography style
I tink I did it.
thanx again for looking in to it!
- Attachments
-
- PhD Proefschrift Latex.rar
- File BoudewijnD
- (171.04 KiB) Downloaded 472 times