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
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.