"et al" in italic ?
Hi,
I just wrote my own CLS and it works quite well.
I only have one problem : I can't find a way to put "et al" in italic.
Does anyone know if it's possible ?
Thank's
I just wrote my own CLS and it works quite well.
I only have one problem : I can't find a way to put "et al" in italic.
Does anyone know if it's possible ?
Thank's
SMITH, MARC and JONES, ROBIN
not
SMITH, MARC AND JONES, ROBIN
I assume this is also not possible at the moment?
Here's a question, though: in the current design for 1.0, styling is only possible for the family and given name parts. Is there also a need for styling of the articular ("van der", etc), and of the name suffix ("Jr.", "III", etc)? For example, would you want the example above to read:
VON SMITH, MARC, and JONES, ROBIN, JR.
If that is needed, this would be a good time to make the pitch.
ENGBERSEN, GODFRIED and van der LEUN, JOANNE
Tricky. I assume that also means that on sorting, the articular would also be disregarded ("van der LEUN" is sorted as "LEUN").
That means that names would somehow have to be routinely checked for "van der", "van", "von", "de" etc.
As for name suffixes, it is not specified in my handbook. I don't know how these are handled in other styles.
I'm trying to get italic "et al's" using Zotero version 2.0.
If this all happens before this fall I'll be (pleasantly) shocked, but I definitely wouldn't count on it.
But the et al. thing I never felt was such a big problem as it can be fixed with one single search and replace (of course it should still be addressed, I'm just saying this isn't really a very problematic shortcoming).
Great software btw, keep up the good work :)
Hello, It's me again, trying to finish the ABNT default style. I've two problems with "et al."
With the new csl that I fix, more than three authors is: (AUTHOR ET AL, YYYY)
Our need is: (AUTHOR et. al, YYYY) - et al. in italic
I find this in csl.rnc:
## Configures formatting of the et al substitution. Only necessary to deviate from
## default rendering (for example, to italicize the string).
et-al =
element cs:et-al {
## term to use for et al substitution; "et-al" is default
attribute term { "et-al" | "and others" }?,
affixes,
font-formatting
}
But It can't work using this code:
<term name="et-al" text-case="uppercase" font-style="italic">et al.</term>
Any suggestion? Am I a dummie or Is it still impossible to do?
This is changed in csl 1.0, once that is integrated in Zotero you'll be able to achieve what you want.
For now I'd put a comment in the code using
<!-- -->
that points out this limitation/to do.
one question. Is it still impossible to put "et al" in italic?
Thank you.
But I'm sorry, I still don't get it! Where should I insert that to put "et al" in intalics in my in text-citation as well as in the bibliography???
<names variable="author">
<name/>
<et-al font-style="italics" prefix=" "/>
</names>
This might help:
http://citationstyles.org/downloads/primer.html
First you'll need to convert the entire style to csl 1.0, though (which can be done automatically, how is explained on the citationstyles page.)
For anything specific, we'd need to know which style you're working on.
But note that all this refers to the Zotero beta version, which you should _not_ on your regular library without solid back-up - it's beta for a reason.
Are you in a hurry with this? You might just be better of waiting until this is fully implemented, the style repository is converted etc.
<names variable="author">
<name/>
<et-al font-style="italic" prefix=" "/>
</names>
me again. I want to use the style "Cell Journal" and put "et al" in italics.
is this a csl 1.0 style?
where do I have to insert the command? et al should be in italics in the citation and the bibliography? is that possible at all?
please help me! i need this for my thesis.
thank you very much
"You can check your Zotero version by selecting About Zotero from the gear menu in the Zotero toolbar or via Tools → Add-ons → Extensions. "
http://www.zotero.org/support/kb/zotero_version
An example of italicized et al. can be found in the CSL 1.0 upgrade notes.