-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f8b0dda
commit 3162bc3
Showing
7 changed files
with
40 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,4 @@ | |
<para>\format[XMLChars,RemoveLatexCommands]{\abstract}</para> | ||
</abstract> | ||
\end{abstract} | ||
</biblioentry> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
</biblioentry> | ||
|
||
</bibliography> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,3 +35,4 @@ | |
<para>\format[XMLChars,RemoveLatexCommands]{\abstract}</para> | ||
</abstract> | ||
\end{abstract} | ||
</biblioentry> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 25 additions & 18 deletions
43
src/test/resources/org/jabref/logic/exporter/Docbook5ExportFormat.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,30 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<bibliography xmlns="http://docbook.org/ns/docbook" version="5.1" | ||
xmlns:xlink="http://www.w3.org/1999/xlink"> | ||
<title/> | ||
<biblioentry xreflabel="Kolb and Diez (2018)" xml:id="mykey"> | ||
<bibliography> | ||
<biblioentry xreflabel="S. Kolb and T. Diez (2018)" xml:id="mykey"> | ||
<authorgroup> | ||
<!--AUTHORS--> | ||
<author><personname><firstname>Stefan</firstname><surname>Kolb</surname></personname></author> | ||
<author><personname><firstname>Tobias</firstname><surname>Diez</surname></personname></author> | ||
<!--EDITORS--> | ||
|
||
</authorgroup> | ||
<citetitle pubwork="article">my paper title</citetitle> | ||
|
||
|
||
|
||
|
||
|
||
<pubdate>2018</pubdate> | ||
|
||
|
||
|
||
</biblioentry> | ||
|
||
</bibliography> | ||
<!--TITLE--> | ||
<citetitle pubwork="Book">my paper title</citetitle> | ||
|
||
<!--BOOK booktitle, edition, (pages), publisher--> | ||
|
||
|
||
<pubdate>2018</pubdate> | ||
|
||
|
||
|
||
|
||
|
||
<!-- IDENTIFIERS--> | ||
|
||
|
||
|
||
<biblioid class="isbn">1-2-34</biblioid> | ||
|
||
<!--ABSTRACT--> | ||
|
||
</biblioentry></bibliography> |