Show first initial rather than first name - is this possible?
Hello, can anyone help answer whether it is possible to amend CSL to show a first initial only, no full stop, then last name. Rather than full first name and last name?
My style is here: https://raw.githubusercontent.com/annie-berry/ofstedhousestyle/main/v1
It seems to be around line 37 but I can't work out if this can be amended.
Thanks in advance
My style is here: https://raw.githubusercontent.com/annie-berry/ofstedhousestyle/main/v1
It seems to be around line 37 but I can't work out if this can be amended.
Thanks in advance
initialize-with="" set on name
39 names variable="author"
40 initialise-with=""
41 name and="text" name-as-sort-order="first"/
42 label form="short" suffix="." prefix=", "/
Apologies - good to know. I did put them both in a single post last week (though didn't number them) and assumed maybe that was why I had no response, so decided to try them separately
(if you link to the standard view on github rather than the raw one, we can see the line numbers by default)
Does this work?
https://github.com/annie-berry/ofstedhousestyle/blob/main/v1
I'm sure that hasn't worked previously and I was advised to link to the raw one
Thank you that clarifies the link sharing - I now remember that was why I was advised to share the raw file as that was what I was trying to work around at the time. Sorry for the confusion. Very novice user here!
initialize-with (American spelling) goes as an attribute into the name line so
<name and="text" name-as-sort-order="first" initialize-with=""/>
Delete the line you added, that's not valid
Should there be a space between the " "?
Maybe there is a further line interfering elsewhere