diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-24 18:41:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-24 18:41:08 +0000 |
commit | 636d13a66cc63625779c228dd77846fb5f99c39e (patch) | |
tree | 64f5e7330bd707a8139352ff0a23866a194c4662 /Master/texmf-dist/doc/latex/doipubmed/doipubmed-manual.html | |
parent | ac2dc0635882400d398bd97198d138880c7bcf64 (diff) |
doipubmed 1.01 (21aug07)
git-svn-id: svn://tug.org/texlive/trunk@4802 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/doipubmed/doipubmed-manual.html')
-rw-r--r-- | Master/texmf-dist/doc/latex/doipubmed/doipubmed-manual.html | 123 |
1 files changed, 123 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/doipubmed/doipubmed-manual.html b/Master/texmf-dist/doc/latex/doipubmed/doipubmed-manual.html new file mode 100644 index 00000000000..bdea85551a9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/doipubmed/doipubmed-manual.html @@ -0,0 +1,123 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> + +<!--Converted with LaTeX2HTML 2002 (1.67) +original version by: Nikos Drakos, CBLU, University of Leeds +* revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan +* with significant contributions from: + Jens Lippmann, Marek Rouchal, Martin Wilck and others --> +<HTML> +<HEAD> +<TITLE>Documentation for doipubmed.sty</TITLE> +<META NAME="description" CONTENT="Documentation for doipubmed.sty"> +<META NAME="keywords" CONTENT="manual"> +<META NAME="resource-type" CONTENT="document"> +<META NAME="distribution" CONTENT="global"> + +<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"> +<META NAME="Generator" CONTENT="LaTeX2HTML v2002"> +<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css"> + + +</HEAD> + +<BODY > + +<P> + +<H1 ALIGN="CENTER">Documentation for doipubmed.sty</H1> +<P ALIGN="CENTER"><STRONG>Nicola L. C. Talbot +<BR> +<BR> +School of Computing Sciences +<BR> +University of East Anglia +<BR> +Norwich. Norfolk +<BR> +NR4 7TJ. United Kingdom +<BR><TT><A NAME="tex2html1" + HREF="http://theoval.cmp.uea.ac.uk/~nlct/">http://theoval.cmp.uea.ac.uk/~nlct/</A></TT></STRONG></P> +<P ALIGN="CENTER"><STRONG>20th August 2007</STRONG></P> + +<P> + +<H1><A NAME="SECTION00010000000000000000"> +Introduction</A> +</H1> + 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 <TT>\url</TT> has been defined, the + definition will remain, otherwise the <TT>url</TT> package + will be loaded. + +<P> + +<P> +<TT>\doi{</TT><EM>ref number</EM><TT>}</TT> +<P> +This displays doi: <I>ref number</I> with a hyperlink to the +corresponding web entry. For example: +<PRE> +\doi{10.1016/j.neunet.2004.07.002} +</PRE> +produces: +<A NAME="tex2html5" + HREF="http://dx.doi.org/10.1016/j.neunet.2004.07.002">doi: 10.1016/j.neunet.2004.07.002</A>. + +<P> +As from version 1.01, this +command also works with awkward characters, for example: +<PRE> +\doi{10.1002/1521-3951(200103)224:1<271::AID-PSSB271>3.0.CO;2-\#} +</PRE> +produces: +<A NAME="tex2html6" + HREF="http://dx.doi.org/10.1002/1521-3951(200103)224:1<271::AID-PSSB271>3.0.CO;2-%23">doi: 10.1002/1521-3951(200103)224:1<271::AID-PSSB271>3.0.CO;2-#</A>. + +<P> +Alternatively, you can do: +<PRE> +\doi{10.1002/1521-3951(200103)224:1<271::AID-PSSB271>3.0.CO;2-\%23} +</PRE> +which produces: +<A NAME="tex2html7" + HREF="http://dx.doi.org/10.1002/1521-3951(200103)224:1<271::AID-PSSB271>3.0.CO;2-%23">doi: 10.1002/1521-3951(200103)224:1<271::AID-PSSB271>3.0.CO;2-%23</A>. + +<P> + +<P> +<TT>\pubmed{</TT><EM>ref number</EM><TT>}</TT> +<P> +This displays PubMed: <I>ref number</I> with a hyperlink to the +corresponding PubMed entry. For example: +<PRE> +\pubmed{15541948} +</PRE> +produces: +<A NAME="tex2html8" + HREF="http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&list_uids=15541948&dopt=Abstract">PubMed: 15541948</A>. + +<P> + +<P> +<TT>\citeurl{</TT><EM>url</EM><TT>}</TT> +<P> +Displays the URL inside angle brackets. For example: +<PRE> +\citeurl{http://theoval.cmp.uea.ac.uk/~gcc/publications/} +</PRE> +produces: +<<A NAME="tex2html9" + HREF="http://theoval.cmp.uea.ac.uk/~gcc/publications/">http://theoval.cmp.uea.ac.uk/~gcc/publications/</A>>. + +<P> +<BR><HR> +<ADDRESS> +<A href=http://theoval.cmp.uea.ac.uk/~nlct/>Nicola L. C. Talbot</A>. +<A HREF=http://www.cmp.uea.ac.uk/>School of Computing Sciences</A>. +<A HREF=http://www.uea.ac.uk/>University of East Anglia.</A> +Last Modified: 2007-08-20 +</ADDRESS> +</BODY> +</HTML> |