Skip to content
Snippets Groups Projects
Commit 211823e1 authored by Oliver Schihin's avatar Oliver Schihin
Browse files

bibtex-export

* removes field 'crossref' from bibtex-export
* crossref is used for links to records (host items) within the same bibtex file, not to link to the record itself. See https://en.wikipedia.org/wiki/BibTeX#Cross-referencing for examples
* if used, the field causes trouble with literature management software who interpret it as link to host item
parent b0417698
Branches
Tags
No related merge requests found
...@@ -129,8 +129,6 @@ foreach ($this->record($this->driver)->getUrlList() as $url) { ...@@ -129,8 +129,6 @@ foreach ($this->record($this->driver)->getUrlList() as $url) {
echo "url = {{$url}}\n"; echo "url = {{$url}}\n";
} }
echo "crossref = {" . $this->serverUrl($this->recordLink()->getUrl($this->driver)) . "},\n";
// Record separator: // Record separator:
echo "}\n\n"; echo "}\n\n";
?> ?>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment