From 7d0376bd4f9d9b9d772eb63aad7e375fb60d40b4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 3 Mar 2016 22:46:35 +0000 Subject: bibexport (3mar16) git-svn-id: svn://tug.org/texlive/trunk@39928 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/bibtex/bst/bibexport/expcites.bst | 2 +- Master/texmf-dist/bibtex/bst/bibexport/expkeys.bst | 2 +- Master/texmf-dist/bibtex/bst/bibexport/export.bst | 17 +++++++++++++++-- 3 files changed, 17 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/bibtex/bst') 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 +%% (c) 2016/03/02 Nicolas Markey %% %% 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 +%% (c) 2016/03/02 Nicolas Markey %% %% 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 +%% (c) 2016/03/02 Nicolas Markey %% %% 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} { -- cgit v1.2.3