editing citation but not bibliography - text-case

Hey,

I would be very appriciated for some help. I tried to change citation style so that I have the citation in the paper like "(EINSTEIN 1992)" in capital letters. But in the bibliography should it (still) look like this: "Einstein, A. 1992: ..." Actually changes in "text-case=" doesn't affect anything... Maybe you can have a look at the .cls-document:
https://gist.github.com/3111537

Thanks a lot for all of your help!!
  • Look at the current l. 46 in the author-short macro:
    <name form="short" and="text" delimiter=", " delimiter-precedes-last="never" initialize-with="."/>


    and change it to:
    <name form="short" and="text" delimiter=", " delimiter-precedes-last="never" initialize-with=".">
    <name-part name="family" text-case="uppercase"/>
    </name>
  • Brilliant! Thanks a lot!
    you made my sunday ;)
Sign In or Register to comment.