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

Update juris-ln.int.csl #288

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
19 changes: 13 additions & 6 deletions juris-ln.int.csl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<macro name="juris-pretitle">
<!-- Fragment to precede title (rare) -->
<text value="[PRETITLE]"/>
<text value=""/>
</macro>

<macro name="juris-title">
Expand Down Expand Up @@ -47,7 +47,7 @@

<macro name="juris-tail">
<!-- Fragment to precede short title (rare) -->
<text value="[JURIS-TAIL]"/>
<text value=""/>
</macro>

<macro name="juris-pretitle-short">
Expand All @@ -70,9 +70,16 @@
<text value="[TAIL-SHORT]"/>
</macro>

<macro name="juris-locator">
<!-- The label and locator -->
<text value="[LOCATOR]"/>
<macro name="juris-locator">
<group delimiter=" ">
<choose>
<if locator="page"/>
<else>
<label variable="locator"/>
</else>
</choose>
<number variable="locator"/>
</group>
</macro>

<citation>
Expand Down Expand Up @@ -256,4 +263,4 @@
</choose>
</layout>
</citation>
</style>
</style>