p. instead of S.

Hi,

I'm currently working on some changes on the Infoclio (Deutsch-Schweiz) CLS. In fact I want to use it for some works in English.
I was able to change the Hg. in an Ed. I have however some troubles in changing the S. (for pages) into an p. resp. pp.

Can somebody help me?

Thanks in advance
  • If you want the entire set of terms be in English, just set default-locale="en-US" (that's in the 2nd line from the top.
    If you just want p. for pages include
    <term name="page" form="short">
    <single>p.</single>
    <multiple>pp.</multiple>
    </term>
    in the locale:terms section of the style (which I assume is already there if you fixed ed.

    What's not currently possible is to have English terms for English works and German terms for German works within the same bibliography.
  • Thanks, worked out perfectly.
Sign In or Register to comment.