How to change the name order from family name given name to Given name Family name in the bio?
The China National Standard GB/T 7714-2015 (author-date, Chinese) style was used, and the order of the author is family name then given name, how to change it to Given name Family in the bio?
I modified the code from
to
in the
however, the display order did not change.
Any suggestions?
I modified the code from
<name>
<name-part name="family" text-case="uppercase"/>
<name-part name="given"/>
</name>
to
<name>
<name-part name="given"/>
<name-part name="family" text-case="uppercase"/>
</name>
in the
<macro name="author"> however, the display order did not change.
Any suggestions?
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
Instead, use name-as-sort-order for name (though given - family should be the default there, so it's possible something else is going on)