diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-22 17:15:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-22 17:15:13 +0000 |
commit | 520623ea11cabc166b0d623ece2e85129da61cbd (patch) | |
tree | 7ecbb0310f7c938e3f6e95113538924da326fb4f /Master/texmf-dist/doc/latex/doi | |
parent | 826ba3c6273e76edd321436990e03e12c7affdd1 (diff) |
doi update (17apr07)
git-svn-id: svn://tug.org/texlive/trunk@4172 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/doi')
-rw-r--r-- | Master/texmf-dist/doc/latex/doi/README | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/doi/README b/Master/texmf-dist/doc/latex/doi/README index 18d6914a2a4..493551acab4 100644 --- a/Master/texmf-dist/doc/latex/doi/README +++ b/Master/texmf-dist/doc/latex/doi/README @@ -1 +1,20 @@ -You can hyperlink DOI numbers to dx.doi.org. Some publishers have elected to use some nasty characters in their doi numbering scheme (<, >, ; have all been spotted). This will either upset (La)TeX, or your pdf reader. This style file contains a single user-level command \doi{}, which takes a doi number, and creates a hyperlink from it. +You can hyperlink DOI numbers to dx.doi.org. Some publishers have elected to +use some nasty characters in their doi numbering scheme (<, >, ; have all +been spotted). This will either upset (La)TeX, or your pdf reader. This style +file contains a user-level command \doi{}, which takes a doi number, +and creates a hyperlink from it. The format of the doi can be controlled by +redefining the \doitext command, which does not take an argument (unlike the +command with the same name in the doipubmed package). + +Note: the \doi{} command connot be used within other macros. + +This style file is based original code written by Heiko Oberdiek +and published on comp.text.tex. It was packaged with permission +as a style file by Maarten Sneep, with some minor changes suggested +by Bruno Voisin to accomodate the Apple pdf framework + +This code is placed under the LPPL. + +Original discussion on Google under: +http://groups.google.com/group/comp.text.tex/msg/922919daa207d613 + |