summaryrefslogtreecommitdiff
path: root/biblatex-german-legal.pdf
AgeCommit message (Collapse)Author
2023-02-22biblatex-german-legal - v003Dominik Brodowski
Änderungen seit v002 (Auswahl): - Kommentatoren können über die Bibliographie eingegeben und verwaltet werden - Vielfältige Verbesserungen der Formatierung - Bessere Verarbeitung von Namensbestandteilen wie "von" Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2023-02-01german-legal-book: Aktualisierung einiger Format-StandardwerteDominik Brodowski
Die Sortierreihenfolge, die Anzahl der ausgegebenen Namen und die Datumsformatierung wird angepasst. Wer die vormaligen Werte bevorzugt, kann diese -- z.B. über \ExecuteBibliographyOptions{sorting=nty} -- setzen. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2021-03-05german-legal-book: Kommentator-Bearbeiter über BibliographieDominik Brodowski
Mithilfe des neuen Zitierbefehls \commentator{} lässt sich der Name von Bearbeitern über die Bibliographie referenzieren, etwa durch \cite[\commentator{Luederssen_Jahn}][§\,140 Rn.~1]{LR26} Damit wird gewährleistet, dass die Ausgabe der Namen äquivalent zu sonstigen Namensangaben (z.B. auch mit führenden Initialen, wenn der Nachname nicht eineindeutig ist) erfolgt. Die Idee zu dieser Funktionalität stammt von Steffen Bulk. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2020-11-15biblatex-german-legal - v002Dominik Brodowski
Änderungen seit v001: - Klarstellung der Lizenz in den .bbx und .cbx-Dateien - Ausgabe der Startseite bei @incollection-Einträge - Ermöglichung einer Zitierung nach Randnummern bei @inbook Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2020-11-15german-legal-book: Zitierung von Sammelbandbeiträgen nach RandnummernDominik Brodowski
Mittels Angabe von pagination = {section} bei einem @inbook-Eintrag lässt sich eine Zitierung nach Randnummern aktivieren. Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2020-03-13biblatex-german-legal - v001Dominik Brodowski
Änderungen seit v000: - doc: Korrektur von Rechtschreibfehlern; Ergänzung zur Mithilfe - german-legal-book: Abstände in den Fußnoten korrigiert - german-legal-book: Punkt zwischen Buchtitel und -untertitel Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2020-03-06biblatex-german-legal - comprehensive citation style for German legal textsDominik Brodowski
The `biblatex-german-legal` aims to provide citation style (for footnotes and bibliographies) for German legal texts. Currently it is focused on citations in books, but may be extended for journal articles in the future. The source code is available in a git repository accessible at git://git.linta.de/~brodo/biblatex-german-legal.git , which may be browsed at https://git.linta.de/?p=~brodo/biblatex-german-legal.git;a=summary . If you click on 'snapshot' there, you can download a tar.gz containing the contents of the repository. The rationale behind this package is as follows: The package I have relied upon previously ('biblatex-juradiss') has become outdated. The alternatives, in particular 'biblatex-jura2', do not offer (yet) the flexibility I prefer, and (though this is a matter of subjective taste) partly follow stylistic choices I do not share. Parts of this code are inspired, however, by these two packages. Though this package is not a Derived Work of these other packages within the meaning of the LPPL, here are, in line with section 5 lit. d sublit. ii of the LPPL, references to these packages: - biblatex-juradiss: https://www.ctan.org/pkg/biblatex-juradiss - biblatex-jura2: https://www.ctan.org/pkg/biblatex-jura2 ** Licence ** This work may be distributed and/or modified under the conditions of the LaTeX Project Public License (LPPL), either version 1.3c of this license or (at your option) any later version. The latest version of this license is at <http://www.latex-project.org/lppl.txt> and version 1.3 or later is part of all distributions of LaTeX version 2005/12/01 or later. This work has the LPPL maintenance status 'author-maintained'. The Current Maintainer of the work is Dominik Brodowski <dominik.brodowski@uni-saarland.de>. Patches, bug reports, and critique are welcome.