mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / Elsevier_and_LaTeX.mdwn
1 [[!meta  title="Elsevier and LaTeX"]]
2 [[!meta  date="2009-10-05 13:01:49"]]
3
4 Recently I've been writing up an article for one of the [Elsevier][]
5 journals using their [elsarticle][] [[LaTeX]] package.  Unfortunately,
6 their [[BibTeX]] style file, `elsarticle-num.bst` (version 1.1,
7 2008-10-13), is a bit broken.  With the help of Nicolas Markey's
8 excellent [Tame the BeaST][tbst], I've [[fixed it
9 up|elsarticle-num.bst]] so it runs without errors (!), works with
10 [natbib][]'s `\citet{}`, and conforms with the examples posted in the
11 [International Journal of Biological Macromolecules' author
12 guide][ijbmm].
13
14 Update: Oct. 6.  Turns out [the code linked from Elsevier][elsarticle]
15 is out of date.  Rishi over at [River-Valley][] (writers of the
16 `elsarticle` package) pointed me to some [more up to date
17 documentation and source][elsarticle.cls].  Version 1.2 fixes most of
18 my problems (with `elsarticle-num-names.bst`), but I'm still not sure
19 why it doesn't replace `elsarticle-num.bst` entirely...
20
21 [Elsevier]: http://www.elsevier.com/
22 [elsarticle]: http://www.elsevier.com/wps/find/authorsview.authors/elsarticle
23 [tbst]: http://www.ctan.org/tex-archive/info/bibtex/tamethebeast/
24 [natbib]: http://www.ctan.org/tex-archive/help/Catalogue/entries/natbib.html
25 [ijbmm]: http://www.elsevier.com/wps/find/journaldescription.cws_home/525446/authorinstructions#68000
26 [River-Valley]: http://www.river-valley.com
27 [elsarticle.cls]: http://support.river-valley.com/wiki/index.php?title=Elsarticle.cls
28
29 [[!tag tags/latex]]
30 [[!tag tags/linux]]
31 [[!tag tags/programming]]