diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-03 22:46:35 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-03 22:46:35 +0000 |
commit | 7d0376bd4f9d9b9d772eb63aad7e375fb60d40b4 (patch) | |
tree | 3fb33c0a885efd72afa7293721b365b66cc16646 /Master/texmf-dist/bibtex/bst/bibexport | |
parent | 3760072564f248b8ae3740ee41806922c3d6a112 (diff) |
bibexport (3mar16)
git-svn-id: svn://tug.org/texlive/trunk@39928 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/bibexport')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/bibexport/expcites.bst | 2 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/bibexport/expkeys.bst | 2 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/bibexport/export.bst | 17 |
3 files changed, 17 insertions, 4 deletions
diff --git a/Master/texmf-dist/bibtex/bst/bibexport/expcites.bst b/Master/texmf-dist/bibtex/bst/bibexport/expcites.bst index c471f4bd6d4..7fde8107e34 100644 --- a/Master/texmf-dist/bibtex/bst/bibexport/expcites.bst +++ b/Master/texmf-dist/bibtex/bst/bibexport/expcites.bst @@ -6,7 +6,7 @@ %% %% bibexport.dtx (with options: `expcites') %% -%% (c) 2011/11/28 Nicolas Markey <markey at lsv dot ens-cachan dot fr> +%% (c) 2016/03/02 Nicolas Markey <bibexport at markey dot fr> %% %% This work may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license diff --git a/Master/texmf-dist/bibtex/bst/bibexport/expkeys.bst b/Master/texmf-dist/bibtex/bst/bibexport/expkeys.bst index e6a098d886f..9f7359cc775 100644 --- a/Master/texmf-dist/bibtex/bst/bibexport/expkeys.bst +++ b/Master/texmf-dist/bibtex/bst/bibexport/expkeys.bst @@ -6,7 +6,7 @@ %% %% bibexport.dtx (with options: `expkeys') %% -%% (c) 2011/11/28 Nicolas Markey <markey at lsv dot ens-cachan dot fr> +%% (c) 2016/03/02 Nicolas Markey <bibexport at markey dot fr> %% %% This work may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license diff --git a/Master/texmf-dist/bibtex/bst/bibexport/export.bst b/Master/texmf-dist/bibtex/bst/bibexport/export.bst index 967c87332fc..ad9f3e49d34 100644 --- a/Master/texmf-dist/bibtex/bst/bibexport/export.bst +++ b/Master/texmf-dist/bibtex/bst/bibexport/export.bst @@ -6,7 +6,7 @@ %% %% bibexport.dtx (with options: `export') %% -%% (c) 2011/11/28 Nicolas Markey <markey at lsv dot ens-cachan dot fr> +%% (c) 2016/03/02 Nicolas Markey <bibexport at markey dot fr> %% %% This work may be distributed and/or modified under the conditions of %% the LaTeX Project Public License, either version 1.3 of this license @@ -68,12 +68,16 @@ ENTRY{ volume year abstract + acronym + annote + biburl doi eid isbn issn language url + urn }{}{} FUNCTION{not} { @@ -138,7 +142,12 @@ FUNCTION{split.url} { 's := right.length - {duplicate$ duplicate$ s swap$ #1 substring$ "/" = not and} + {duplicate$ duplicate$ s swap$ #1 substring$ + duplicate$ "/" = swap$ + duplicate$ "&" = swap$ + duplicate$ "?" = swap$ + duplicate$ "-" = swap$ + ":" = or or or or not and} {#1 -} while$ duplicate$ #2 < @@ -376,12 +385,16 @@ FUNCTION{entry.export.standard} FUNCTION{entry.export.extra} { "abstract" abstract field.export + "acronym" acronym field.export + "annote" annote field.export + "biburl" biburl url.export "doi" doi field.export "eid" eid field.export "isbn" isbn field.export "issn" issn field.export "language" language field.export "url" url url.export + "urn" urn url.export } FUNCTION{entry.export} { |