Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for JM AZR #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 21 additions & 6 deletions jm-azr.csl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<category citation-format="note"/>
<category field="law"/>
<summary>AZR 8.</summary>
<updated>2022-09-07T15:01:01+02:00</updated>
<updated>2023-09-22T10:23:54+02:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xmlns="http://purl.org/net/xbiblio/csl" xml:lang="de">
Expand Down Expand Up @@ -118,6 +118,17 @@
</else>
</choose>
</macro>
<macro name="author-sorting">
<choose>
<!-- Sort by commentaries editor in bibliographies -->
<if type="legal_commentary" variable="editor" match="all">
<names variable="editor" />
</if>
<else>
<text macro="author-short"/>
</else>
</choose>
</macro>
<macro name="editor-suffix">
<group font-style="italic">
<names variable="editor">
Expand Down Expand Up @@ -691,10 +702,14 @@
</group>
</if>
</choose>
<!-- TODO reparieren - Das stimmt nicht! -->
<text macro="title-short"/>
<!-- /TODO reparieren! -->
<text macro="locator"/>
<choose>
<if context="citation" match="all">
<!-- TODO reparieren - Das stimmt nicht! -->
<text macro="title-short"/>
<!-- /TODO reparieren! -->
<text macro="locator"/>
</if>
</choose>
<choose>
<if variable="archive">
<group delimiter=", " prefix="(" suffix=")">
Expand Down Expand Up @@ -1185,7 +1200,7 @@
<key macro="type-sort"/>
<key macro="sort-jurisdiction"/>
<key macro="type-sort-legal"/>
<key macro="author-short"/>
<key macro="author-sorting"/>
<key variable="issued" sort="descending"/>
</sort>
<layout suffix=".">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.1mlz1" class="note" default-locale="de-AT" name-delimiter="/" name-form="short" delimiter-precedes-et-al="never" delimiter-precedes-last="always">
<info>
<title>JM leg cit mit Rechtsquellenverzeichnis und Literaturverzeichnis</title>
<title-short>JM leg cit Fn mit RSV und LV</title-short>
<title>JM leg cit Erstzitat kurz</title>
<title-short>JM leg cit Erstzitat kurz</title-short>
<id>https://juris-m.github.io/styles/jm-leg-cit-rechtsquellenverzeichnis-literaturverzeichnis</id>
<link href="https://juris-m.github.io/styles/jm-leg-cit-rechtsquellenverzeichnis-literaturverzeichnis" rel="self"/>
<link href="http://www.verlagoesterreich.at/downloads/legcit" rel="documentation"/>
Expand All @@ -16,8 +16,8 @@
</author>
<category citation-format="note"/>
<category field="law"/>
<summary>leg cit 4 mit Rechtsquellen- und Literaturverzeichnis.</summary>
<updated>2021-06-07T14:07:20+02:00</updated>
<summary>leg cit 4 mit allen Erstzitaten in Kurzform.</summary>
<updated>2023-03-03T16:50:28+01:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xmlns="http://purl.org/net/xbiblio/csl" xml:lang="de">
Expand Down
8 changes: 4 additions & 4 deletions jm-leg-cit-ohne-verzeichnisse.csl → jm-leg-cit.csl
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" version="1.1mlz1" class="note" default-locale="de-AT" name-delimiter="/" name-form="short" delimiter-precedes-et-al="never" delimiter-precedes-last="always" track-containers="chapter legal_commentary">
<info>
<title>JM leg cit ohne Verzeichnisse</title>
<title-short>JM leg cit ohne Verzeichnisse</title-short>
<title>JM leg cit</title>
<title-short>JM leg cit</title-short>
<id>https://juris-m.github.io/styles/jm-leg-cit-ohne-verzeichnisse</id>
<link href="https://juris-m.github.io/styles/jm-leg-cit-ohne-verzeichnisse" rel="self"/>
<link href="http://www.verlagoesterreich.at/downloads/legcit" rel="documentation"/>
Expand All @@ -16,8 +16,8 @@
</author>
<category citation-format="note"/>
<category field="law"/>
<summary>leg cit 4 ohne Verzeichnisse.</summary>
<updated>2022-09-20T14:38:13+02:00</updated>
<summary>leg cit 4 mit allen Erstzitaten in Langform.</summary>
<updated>2023-03-03T16:49:06+01:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale xmlns="http://purl.org/net/xbiblio/csl" xml:lang="de">
Expand Down