ISO-690 (numeric, Czech) - how to format references to a block

Hi,
I would like to ask anyone for a help with formatting references to a block in ISO-690 (numeric, Czech). According to actual style (http://www.zotero.org/styles/iso690-numeric-cs) references are formated like this:

1. LEVY, Howard I., Brett HANSCOM a Scott D BODEN. Three-question depression scree-ner used for lumbar disc herniations and spinal stenosis. Spine. 1. červen 2002, roč. 27, č. 11, s. 1232–1237.

but I would like it in this format:


1. LEVY, Howard I., Brett HANSCOM a Scott D BODEN. Three-question
__depression screener used for lumbar disc herniations and spinal
__stenosis. Spine. 1. červen 2002, roč. 27, č. 11, s. 1232–1237.


I guess a part of a source code from line 330 should be changed. Now the code is::

<bibliography>
<sort>
<key variable="citation-number"/>
</sort>
<layout>
<text variable="citation-number" suffix=". "/>
<choose>

I discussed about it at https://github.com/citation-style-language/styles/pull/206 where you can see I tried to change the source code (see below), but it still doesn´t work.

<bibliography entry-spacing="0" second-field-align="flush">
<sort>
<key variable="citation-number"/>
</sort>
<layout>
<text variable="citation-number" suffix=". "/>
<choose>

Please, can anyone help me with this style? It is one of the most used citation style at the Czech universities, so that´s why I am so interested in to make this style correct.

Thank you in advance for any help.
  • <bibliography entry-spacing="0" second-field-align="flush">
    should be right - are you sure that doesn't work?
  • Yes, I am sure. I have recorded via Adobe Captivate how I add a csl file with your command to Zotero and then tried to format references from ISO 690 author-date CS to ISO 690 author-numerc CS. You can see it at http://www.ukb.muni.cz/kuk/vyuka/zotero/untitled.htm

    A Czech sentence in pop up window at the end of animation means "Zotero noted an error during updating your document"
  • the problem is that error then. We'd want an error report ID
    http://www.zotero.org/support/reporting_bugs
    for that.
    I can have a look at the style.
  • Thanks, it should be ID 731650475, in a sent report my problem should relate to:

    [JavaScript Error: "this.formats.value() is undefined" {file: "chrome://zotero/content/xpcom/citeproc.js" line: 1074}]

    Thanks for a patience with me.
Sign In or Register to comment.