It would seem the answer for #2 is from the following
post:
Quote:
Originally Posted by Sweetpea
{#first_letter} is a compositie field: {author_sort:.1}
|
In my case, if
Code:
#first_author = {authors[0]}
Then
Code:
#first_author_letter = {#first_author:.1}
Can anyone please verify?
[INCANUS]