# Description

Greifswald bibliographies consist of two columns: The left one contains the publication date, while title and other bibliographical data (the body) are printed in the right column. The author names are printed in bold face and span both columns. Titles are printed upright and not surrounded by quotation marks. 

The body of dependent publications (``@article``, ``@inCollection``, etc.) is divided into two paragraphs: The first contains information that relates to the dependent publication itself, such as title, DOI and URL; data relating to the parent publication, such as that one's title, editor and ISBN, is printed in the second. 

The publisher and its location are printed only if neither DOI, ISBN nor ISSN are known. 

# Use

To use the tabular bibliography style, the package ``greifswald``, which itself does not process any options, needs to be loaded after ``biblatex``. It is recommended to set ``date=iso, seconds=true``:

```
\usepackage[style=greifswald, date=iso, seconds=true, ...]{biblatex}
\usepackage{greifswald}
\addbibresource{...}
```
The bibliography is printed with ``\printbibtabular``. The command accepts the same options as ``\printbibliography``.

# License

This material is subject to the MIT License:

Copyright (c) 2026 Jonathan Garbe

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.