Doe, Jane. Entry 1.
Doe, Jane. Entry 2.
Whereas entry-spacing="1" (the default) would give
Doe, Jane. Entry 1.
Doe, Jane. Entry 2.
At the moment, citeproc-js isn't passing through entry-spacing="0" (it
assumes the attribute isn't defined and thus gives entryspacing:1).
The fix should be easy, unless you think we're better off changing the
convention, in which case I can refer this discussion to xbib.
Thanks,
Simon
While it's true the spec/shema is vague (and we might want to rectify
that), this ("number of newlines") is definitely not how I understand
it. I think of it as more of a bottom-margin measurement on a list
item (or paragraph). Would it be wrong to say that the unit is
something akin to an em?
Still wish we could have the processor set this in the word-processor style.
Bruce
Yes, this is another way of thinking about it, and this is how I was
planning to format it in the word processor (the unit is probably
around 1.1 em).
> Still wish we could have the processor set this in the word-processor style.
This is planned for 2.1.
Simon
I probably misinterpreted the schema. I've pushed a change to set the
default value for linespacing and entryspacing to 0 in the source.
Frank
>
>> Still wish we could have the processor set this in the word-processor style.
>
> This is planned for 2.1.
>
> Simon
>
> --
> Group home: http://groups.google.com/group/citeproc-js?hl=en
> To post: citep...@googlegroups.com
> To unsubscribe: citeproc-js...@googlegroups.com
> Citeproc-js home: home: http://bitbucket.org/fbennett/citeproc-js/wiki/Home
>
> To unsubscribe from this group, send email to citeproc-js+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
>
Simon
Aha. Okay, I'll fix this, and file a checkin soon.
Frank
On Mar 28, 10:51 am, "Bruce D'Arcus" <bdar...@gmail.com> wrote:
> On Sun, Mar 28, 2010 at 1:33 PM, skornblith <si...@simonster.com> wrote:Yes, this is another way of thinking about it, and this is how I was
> > This is a little ambiguous in the schema, but, at least as Zotero
> > interprets the entry-spacing property, it's the number of extra
>
> newlines between entries in the bibliography ...
>
> While it's true the spec/shema is vague (and we might want to rectify
> that), this ("number of newlines") is definitely not how I understand
> it. I think of it as more of a bottom-margin measurement on a list
> item (or paragraph). Would it be wrong to say that the unit is
> something akin to an em?
planning to format it in the word processor (the unit is probably
around 1.1 em).
In citeproc-js, I think of these as rough hints to desired behavior,
for the benefit of applications consuming processor output. The
processor does not dictate line- and entry-spacing directly (inline)
in HTML output, and it probably shouldn't do so, if the target
rendering engine offers a more general styling mechanism. For a
description of desired behavior, maybe something like this?
line-spacing
"line height should be set to this value (default 1), multiplied by
the standard unit of line height."
entry-spacing
"vertical space between entries should be increased by this value
(default 1), multiplied by the line height."