Documentation for doipubmed.sty

Nicola L. C. Talbot

School of Computing Sciences
University of East Anglia
Norwich. Norfolk
NR4 7TJ. United Kingdom
http://theoval.cmp.uea.ac.uk/~nlct/

20th August 2007

Introduction

The commands defined in this package were primarily designed for use in bibliographies to make it easier to cite documents with digital object identifiers (DOI) or PubMed entries. If the command \url has been defined, the definition will remain, otherwise the url package will be loaded.

\doi{ref number}

This displays doi: ref number with a hyperlink to the corresponding web entry. For example:

\doi{10.1016/j.neunet.2004.07.002}
produces: doi: 10.1016/j.neunet.2004.07.002.

As from version 1.01, this command also works with awkward characters, for example:

\doi{10.1002/1521-3951(200103)224:1<271::AID-PSSB271>3.0.CO;2-\#}
produces: doi: 10.1002/1521-3951(200103)224:1<271::AID-PSSB271>3.0.CO;2-#.

Alternatively, you can do:

\doi{10.1002/1521-3951(200103)224:1<271::AID-PSSB271>3.0.CO;2-\%23}
which produces: doi: 10.1002/1521-3951(200103)224:1<271::AID-PSSB271>3.0.CO;2-%23.

\pubmed{ref number}

This displays PubMed: ref number with a hyperlink to the corresponding PubMed entry. For example:

\pubmed{15541948}
produces: PubMed: 15541948.

\citeurl{url}

Displays the URL inside angle brackets. For example:

\citeurl{http://theoval.cmp.uea.ac.uk/~gcc/publications/}
produces: <http://theoval.cmp.uea.ac.uk/~gcc/publications/>.



Nicola L. C. Talbot. School of Computing Sciences. University of East Anglia. Last Modified: 2007-08-20