Style with AUTHOR in capital letters or where to edit?
Hey guys,
my University wants capital letters in the citation and bibliography of the authors.
Does anybody know of a style that does it?Couldn't find one...
Or where in the .cls of a given style can I edit this?I tried to understand the syntax, but I'm kinda lost.
Thanks for your help!
Damnation
my University wants capital letters in the citation and bibliography of the authors.
Does anybody know of a style that does it?Couldn't find one...
Or where in the .cls of a given style can I edit this?I tried to understand the syntax, but I'm kinda lost.
Thanks for your help!
Damnation
text-case="uppercase"
either in the
line or in the
188BET靠谱吗//www.brodersterzo.com/support/csl_simple_edits
Found this great Primer on CLS and this helped a lot aswell to understand the code.All them macros in the beginning (nice way though ;) )
http://citationstyles.org/downloads/primer.html#getting-started-a-basic-csl-style<--- helped a lot!
Formatting the style now based on my University's recommendations based on Harvard1.this will help a lot of people here :)
In the Bibliography there are these 2 options:
We're supposed to name ALL authors.Can I just delete these two lines?
Note that there are two different csls -
188BET靠谱吗csl 0.8, which is part of the current Zotero 2.0.9 and for which documentation is more limited, and csl 1.0, which is part of Zotero 2.1 beta at this time and has ample documentation.
The guide you link to above is for the latter.188BET靠谱吗Not all of this will work in the current Zotero and some of it might actually break a style.The general idea is the same, though.Conversion of styles from 0.8 to 1.0 is automatic, so you're not wasting your time coding for 0.8.
188金宝慱亚洲F1Actually trying to get it running in Mendeley, but having this error now like so many other people: http://feedback.mendeley.com/forums/4941-mendeley-feedback/suggestions/1137415-bug-error-requested-citation-index-out-of-range
Well well, have to see what's going to happen.Obviously no workaround exists.
Thanks so far.
(of course, adamsmith knows all this already, but it's good to remember)
Can I use the harvard.cls style that came with Mendeley and change that according to my needs?That must be in the right format anyway, wouldn't it?
Thanks!
edit:// just did a quick validation and no errors occured now.We're on the way.;)
Did all the changes I wanted appart from one!The most important, the upper case, won't work...
188BET靠谱吗Yesterday this worked fine in the Zotero testpanel (0.8) and today it won't.
Here a screenshot of the 2 macros (author and author-short):
http://img340.imageshack.us/f/notepadwtmstyle.jpg/
Thanks
But if you use 1.0 formatting in the 0.8 testpanel, it will just stop updating - try if that's the case - i.e.try to change other things about the citation.If it doesn't update, that's the problem
I'm actually testing my styles directly in Mendeley/Word and the names just show up in "lowercase".Other things I changed showed up as wanted in Word.
188BET靠谱吗First step would be to install a Zotero Word plugin and try if it works with that.188BET靠谱吗If it does, get in touch with Mendeley, because it's clearly not a Zotero problem.
If it doesn't, this would be a problem of csl 1.0 and Frank or someone from the team would have to check.
Will the CSL1.0 guys see this here or should i write them?
But I think I know the problem: csl 1.0 is more sophisticated in letting you specify what to uppercase and what not.
Try moving the text-case="uppercase" one line down, into the
You'd need something like:
(and add name-part name="given" etc.as needed.)
Puhh.That's some work then.Will try my best.
Do any of you guys know where Mendeley saves its styles how install afterwards trough the list?It's definitely not in the folder where the 8 basic styles can be found.I would be interested in the code of some styles to see how they managed the problem, but can't find the code.
DIN1505-2 for example has capitalized letters.
Cheers,
Damnation
Thanks anyway.
And when I change my style to this all citations and the bibliography vanisch, but reoccur when chaning the style to something normal.
Is the syntax correct?
needs to go before the
It might be helpful to think about ways to improve the documentation here - I struggled understanding that part, too.
Don't get me wrong - I think overall the documentation is wonderful and a vast improvement over the current 0.8 one.
The Validator tells me the following (just found out that it would be usefull to look for errors):
1.
Error: Element name-part from namespace http://purl.org/net/xbiblio/cslnot allowed as child of element names from namespace http://purl.org/net/xbiblio/cslin this context.(Suppressing further errors from this subtree.)
1.From line 29, column 9!to line 29, column 55
>↩
2.
Fatal Error: required character (found >) (expected -)
At line 30, column 9
case">↩↩
Thanks guys!
the last
Good idea to look at the validator, yes.
I've never realised that slash at the end of the
got the following now:
But the validator says:
1.
Fatal Error: required character (found >) (expected -)
At line 30, column 9
case">↩↩
Any suggestions?
Thanks again ;)