summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/bibexport/export.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/bibexport/export.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/bibexport/export.bst17
1 files changed, 15 insertions, 2 deletions
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}
{