76 lines
3.4 KiB
XML
76 lines
3.4 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
Copyright: 2010,2011 Jens Pelzetter
|
|
|
|
This file is part of Mandalay.
|
|
|
|
Mandalay is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU General Public License as published by
|
|
the Free Software Foundation, either version 2 of the License, or
|
|
(at your option) any later version.
|
|
|
|
Mandalay is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with Mandalay. If not, see <http://www.gnu.org/licenses/>.
|
|
-->
|
|
|
|
<!--
|
|
|
|
This file defines the format for bibliographic references in lists.
|
|
-->
|
|
|
|
<bibrefFormat>
|
|
|
|
<!-- Default format for publications" -->
|
|
<bibrefPublicationFormat>
|
|
<authors separator=""/><year pre=" (" post="): " ifEmpty=": "/><title highlight="false" separator=". "/><edition separator=". "/><publisher separator=". "/><misc separator=". "/><series separator=". "/>
|
|
</bibrefPublicationFormat>
|
|
|
|
<!-- Format for authors -->
|
|
<bibrefAuthorFormat separator="; ">
|
|
<surname separator=", "/><givenName/><editor/>
|
|
</bibrefAuthorFormat>
|
|
|
|
<!-- Format for publisher -->
|
|
<bibrefPublisherFormat>
|
|
<place separator=": "/><name/>
|
|
</bibrefPublisherFormat>
|
|
|
|
<!-- Format for in series data, if any -->
|
|
<bibrefInSeriesFormat setPreText="true">
|
|
<editor/><year pre="(" post="): "/><title separator=". "/><publisher separator=". "/>
|
|
</bibrefInSeriesFormat>
|
|
|
|
<!-- Format for the editor of an series -->
|
|
<bibrefInSeriesEditorFormat separator="; " setPreText="false">
|
|
<surname separator=", "/><givenName/>
|
|
</bibrefInSeriesEditorFormat>
|
|
|
|
<!--
|
|
Format for an article in a collected volume. The collected volume information in formateed according to the
|
|
default format defined by <bibrefPublicationFormat.
|
|
-->
|
|
<bibrefArticleInCollectedVolumeFormat>
|
|
<authors separator=" "/><year pre="(" post="): "/><title separator=". "/><collectedVolume preText="collectedVolumePreText"/><pages preText="pagesPreText" betweenText="pagesBetweenText" separator=". "/><misc separator=". "/>
|
|
</bibrefArticleInCollectedVolumeFormat>
|
|
|
|
<!-- Format for an article in a journal -->
|
|
<bibrefArticleInJournalFormat>
|
|
<authors separator=" "/><year pre="(" post="): "/><title separator=". "/><journal preText="journalPreText" separator=", "/><volume separator=", "/><issue separator=". "/><pages preText="pagesPreText" betweenText="pagesBetweenText" separator=". "/><misc separator=". "/>
|
|
</bibrefArticleInJournalFormat>
|
|
|
|
<!-- Format for a in proceedings publications -->
|
|
<bibrefInProceedingsFormat>
|
|
<authors separator=" "/><year pre="(" post="): "/><title highlight="false" separator=". "/><proceedings preText="proceedingsPreText" separator=""/><pages preText="pagesPreText" betweenText="pagesBetweenText" separator=". "/><misc separator=". "/>
|
|
</bibrefInProceedingsFormat>
|
|
|
|
<!-- Format for a review -->
|
|
<bibrefReviewFormat>
|
|
<authors separator=" "/><year pre="(" post="): "/><title separator=". "/><journal preText="journalPreText" separator=", "/><volume separator=", "/><issue separator=". "/><pages preText="pagesPreText" betweenText="pagesBetweenText" separator="."/><misc separator=". "/>
|
|
</bibrefReviewFormat>
|
|
|
|
</bibrefFormat> |