First time all authors, then et al.
Hi
I need to be able to display all authors the first time it appears in my 200+ page document but subsequently use et al.
Is this possible?
Thanks
TC
I need to be able to display all authors the first time it appears in my 200+ page document but subsequently use et al.
Is this possible?
Thanks
TC
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.
If you want to implement this yourself, the code would be along the lines of
et-al-min="99" et-al-use-first="1" et-al-subsequent-min="3" et-al-subsequent-use-first="1"
where 99 can be any large number.
Thank you.