diff options
author | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-01-09 00:44:40 +0000 |
commit | b4fc5f639874db951177ec539299d20908adb654 (patch) | |
tree | 52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/urlbst | |
parent | dec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff) |
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/urlbst')
-rw-r--r-- | Master/texmf-dist/doc/latex/urlbst/README | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/urlbst/README b/Master/texmf-dist/doc/latex/urlbst/README new file mode 100644 index 00000000000..ed3af19c36a --- /dev/null +++ b/Master/texmf-dist/doc/latex/urlbst/README @@ -0,0 +1,47 @@ +Adds a `webpage' BibTeX entry type, and support for general `url' and +`lastchecked' fields, to arbitrary BibTeX style files. + + %%VERSION%% 0.1 + +The Perl script urlbst.pl can be used to add this support to an +arbitrary .bst file which has a reasonably `conventional' structure. +The result is meant to be robust rather than pretty. + + Usage: urlbst.pl [input-file [output-file]] + +if either the input-file or the output-file is omitted, they default +to stdin and stdout respectively. If the input file already has a URL +entry type, then the script objects. + +For example: + + urlbst.pl `kpsewhich siam.bst` siamurl.bst + +The distributed files abbrvurl.bst, alphaurl.bst, plainurl.bst and +unsrturl.bst are versions of the standard style files which have been +pre-converted. + +Only the style files which result from conversion of the standard +styles are checked in the regression tests. Other style files which +are known to work include + + acm.bst, amsalpha.bst, amsplain.bst, apalike.bst, gerabbrv.bst, + geralpha.bst, gerapali.bst, gerplain.bst, gerunsrt.bst, ieeetr.bst and + siam.bst + +Style files known not to work, because they are too different from the +standard styles, include the koma-script styles and the refer styles +(they are not designed to produce conventional .bbl files). The +natbib and revtex style files already have URL fields. If you have a +BibTeX style file which you think ought to work, but with which the +script fails, send it to me, and I'll try to work out what I've missed. + + + + +Copyright 2002, Norman Gray. +Released under the terms of the GNU General Public Licence. + + Norman Gray + norman@astro.gla.ac.uk + $Date: 2002/04/22 15:49:06 $ |