Page prefix in citation
Hello everyone,
I have a problem with my citation. It's just the präfix of pages. If I add a page number or a page range to my Citation there's just the page number or the range (like this: 22-24) but actually I need a Präfix lik
I have a problem with my citation. It's just the präfix of pages. If I add a page number or a page range to my Citation there's just the page number or the range (like this: 22-24) but actually I need a Präfix lik
<macro name="point-locators">
<group delimiter=" ">
<label variable="locator" form="short" suffix=" " text-case="capitalize-first"/>
<text variable="locator"/>
</group>
</macro>
1) In line 2, change
class="in-text"
toclass="note"
2) Replace line 404 (which is
<text variable="locator"/>
with:<group delimiter=" ">
<label variable="locator" form="short" text-case="capitalize-first"/>
<text variable="locator"/>
</group>
3) Change the Style ID and Title at the top of the file to something else.
<group delimiter=" "> ## group that adds a space between the p. and the number
<label variable="locator" form="short" text-case="capitalize-first"/> ## I´m the label for the page or chapter (p. 204 or ch. 4, for example)
<text variable="locator"/> ## I´m the number in above examples
</group> ## I'm the end of the group