Editor / Publisher
Hi, sorry about my stupib english.
I want to use Zotero and i must edit the style ...
First Problem i want to fix and to understand how macro works is to change
The prefix / suffix of the editor.
in may Style Sheet...
<macro name="secondary-contributors">
<choose>
<if variable="author" type="book" match="all">
<names variable="editor translator" delimiter=", ">
<label form="verb-short" text-case="lowercase" suffix=". ">
</label> ....
When i change Label-form "verb-short" to "verb-long" it switched betwen
hg.v. and herausgeber (German Version). What I need is (Hrsg.) as Suffix and nothing as prefix.
Perhaps when somebody could explain me what to do, perhaps i understand how it works...
Peter
I want to use Zotero and i must edit the style ...
First Problem i want to fix and to understand how macro works is to change
The prefix / suffix of the editor.
in may Style Sheet...
<macro name="secondary-contributors">
<choose>
<if variable="author" type="book" match="all">
<names variable="editor translator" delimiter=", ">
<label form="verb-short" text-case="lowercase" suffix=". ">
</label> ....
When i change Label-form "verb-short" to "verb-long" it switched betwen
hg.v. and herausgeber (German Version). What I need is (Hrsg.) as Suffix and nothing as prefix.
Perhaps when somebody could explain me what to do, perhaps i understand how it works...
Peter
<label form="short" text-case="capitalize-first" prefix=" (" suffix=".) ">
</label>
ob das vor oder nach dem Namen kommt, haengt davon ab wo die "label" Zeile steht:
Nach dem Namen, z.B:
<names variable="editor translator" delimiter=", " suffix=", ">
<name and="symbol" initialize-with=". " delimiter=", "/>
<label form="short" prefix=" (" text-case="capitalize-first" suffix=".)"/>
</names>
Vor dem Namen
<names variable="editor translator" delimiter=", " suffix=", ">
<label form="verb-short" prefix=" " text-case="lowercase" suffix=". "/>
<name and="symbol" initialize-with=". " delimiter=", "/>
</names>
OK?
fine, thanks a lot. Other littel Problem...
The Titel is always in quotes. I use
<macro name="title-long">
<group delimiter=", ">
<text variable="title" form="long" quotes="false" />
...
But i don't help
What is the trick?
Peter
Und dann musst Du halt sehen, dass das titl-long macro an der Stelle auch wirklich aufgerufen wird.