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