italic
hey guys,
short question. At this moment I am creating my own style for zotero and word.
For my citation the author should be shown in italic (font-style="italic"). The editor as well as the preview during the citation with word show me the author in italic. But once done the citation the author chances from italic to normal. I tried it with different books and authors but same results.
Any ideas? Thanks a lot!
short question. At this moment I am creating my own style for zotero and word.
For my citation the author should be shown in italic (font-style="italic"). The editor as well as the preview during the citation with word show me the author in italic. But once done the citation the author chances from italic to normal. I tried it with different books and authors but same results.
Any ideas? Thanks a lot!
https://www.zotero.org/support/kb/italics_in_word_bibliographies
Does this mean I have to insert a dummy as my first citation and my first reference in the bibliographie and delete it after finishing my work?
I have another similar problem. Word is switching my citation from ( into a [.
Any ideas?
Examples:
Säcker, Franz Jürgen / Rixecker, Roland / Oetker, Hartmut / Limberg, Bettina (Hrsg.): Münchener Kommentar zum Bürgerlichen Gesetzbuch, Band 1, 7. Auflage, München 2015 [zitiert als: Bearbeiter, in: MüKo-BGB).
Stürner, Rolf (Hrsg.): Jauernig - Bürgerliches Gesetzbuch. Kommentar, 16. Auflage, München 2015 (zitiert als: Bearbeiter, in: Jauernig, BGB).
<date variable="issued" >
<date-part name="year" form="long"/>
</date>
<group prefix=" (zitiert als: " suffix=").">
<text value="Bearbeiter," suffix=" " font-style="italic"/>
<text value="in:" suffix=" "/>
<text variable="title" form="short"/>
</group>
instead. I'm guessing that putting the parentheses into a text value (never use that for punctuation) throws the processor off.
https://gist.github.com/anonymous/6a1da3f3102ebc6a4f32ef00e28f4689
But in this moment the main topic regadring the italic-problem appeared again.
What shall I do?
the issu with (...) instead of [...] appeared again and with your code. My bibliographie contains 8 references. And the "switch" starts after the fourth. I dont know why.
https://gist.github.com/anonymous/e701d67f94fb6829f9798b420274ec57
1. Make sure your code validates: https://github.com/citation-style-language/styles/wiki/Validation
you currently have a missing
<choose>....</choose>
around here:https://gist.github.com/anonymous/e701d67f94fb6829f9798b4202a74ec57#file-gistfile1-txt-L104
2.
You still have the same parenthesis combination for chapters:
https://gist.github.com/anonymous/e701d67f94fb6829f9798b420274ec57#file-gistfile1-txt-L168
replace it in the same way.
This may or may not fix things, but good idea to fix them either way.
Siehe hier:
https://gist.github.com/anonymous/e97bab27d31d2dc68b1a30895fd0ca1d
Nr. 1 habe ich leider nicht verstanden. Sorry bin absoluter Anfänger und Jurist :D
letzte machst, als
<group>
<group prefix=" (zitiert als: " suffix=").">
<text macro="autor-editor-note" suffix=", "/>
<text variable="title" form="short"/>
</group>
</group>
sollte eigentlich nicht nötig sein, ist aber vielleicht etwas zu obskur um den Fehler im Code zu reparieren.
Nr. 1.: jedes if muss mit einem choose eingeleitet werden, also
<else-if type="legal_case" match="any">
<if variable="number">
<text variable="authority" suffix=", "/>
<text variable="note" suffix=" "/>
<date form="numeric" variable="issued" prefix="v. " suffix=" – " />
<text variable="number"/>
</if>
<else>
<text variable="authority" suffix=" "/>
<text variable="container-title" suffix=" "/>
<text variable="volume" suffix=", "/>
<text macro="firstpage-locator"/>
</else>
</else-if>
geht nicht sondern muesste
sein.<else-if type="legal_case" match="any">
<choose>
<if variable="number">
<text variable="authority" suffix=", "/>
<text variable="note" suffix=" "/>
<date form="numeric" variable="issued" prefix="v. " suffix=" – " />
<text variable="number"/>
</if>
<else>
<text variable="authority" suffix=" "/>
<text variable="container-title" suffix=" "/>
<text variable="volume" suffix=", "/>
<text macro="firstpage-locator"/>
</else>
</choose>
</else-if>
Allerdings klappt das irgendwie nicht. Mir ist aufgefallen, dass nun mehrere Suffix nicht mehr angezeigt werden.
Z.B. bei der Artikel wie unten. Dort sollte eigtl nach der Seitenangabe ein ff. kommen. Im Code steht es und ging bis zur letzten Änderung auch. Nun wird es nicht mehr angezeigt. Im Editor kann ich dies auch nicht ändern.
https://gist.github.com/anonymous/4c7daa0e31bf39d72f13086a24b869da
<group>
<text variable="page" prefix="S. " suffix=" ff."/>
</group>
https://gist.github.com/anonymous/a68ed8ed74c912c6ef3e66a2349e2fd9
Danke nochmal für Deine schnelle Hilfe. Hab davon echt keine Ahnung und versuche mich ein wenig reinzufuchsen.
https://gist.github.com/adam3smith/f8410ba39120c8f1acc865c14b4cc2d2
(ich habe auch die id geändert -- sonst wird Dir der Stil ständig automatisch überschrieben).
In this style:
https://gist.github.com/anonymous/a68ed8ed74c912c6ef3e66a2349e2fd9
The suffix on the last element in the bibliography is being removed (e.g. the ")." here: https://gist.github.com/anonymous/a68ed8ed74c912c6ef3e66a2349e2fd9#file-gistfile1-txt-L173
or the "ff." here: https://gist.github.com/anonymous/a68ed8ed74c912c6ef3e66a2349e2fd9#file-gistfile1-txt-L146
This behavior is triggered by the group with a display="block" element here:
https://gist.github.com/anonymous/a68ed8ed74c912c6ef3e66a2349e2fd9#file-gistfile1-txt-L198 -- if you remove that, all suffixes behave normally.
Any thoughts?
Dh das Problem waren also die BLOCK Einträge? Ich würde dies nämlich jetzt noch auf die anderen erweitern wollen.
Du meinst page-first anstatt page?
page-first statt page war nur eine Idee -- normalerweise schreibt man ja "ff." nach einer einzelnen Seitenangabe. Musst Du wissen was besser passt.
Also ich habe mich eben auch wieder von dem Block verabschiedet. In meinem Word Dokument soll eigentlich alles als Blocksatz formatiert sein, auch das Literraturverzeichnis. Wobei das "(zitiert als:...)" eins weiter untern stehen soll. Aber irgendwie bekomme ich das so nicht hin. Zwar steht durch den Block der Absatz eins weiter unten, aber wenn ich dann auf Blocksatz formatiere wird das ganze Verzeichnis zerissen. Der "Zitiert als" besteht dann aus riesigen Abständen. Ehrlich gesagt bin ich mir noch unsicher, wie ich Zotero für das Verzeichnis benutzen soll, wenn ein später Formatierung nicht möglich ist oder nach einem refresh wieder zurückspringt.
(IIRC the display attributes were meant to cover the entire output scope, but it's been a headache for people to control the appearance of output with them, and if this works for the use case, it certainly shouldn't be clobbering suffixes.)