et al. to et al
Dear Colleagues
How can I remove the dot after et al. in intext citation. Currently, I am editing Springer Author Date Basics but for my University requirement I need to remove dot following et al
Currently it is like (Zohaib et al. 2017)
Required is (Zohaib et al 2017)
I am trying to edit it with Visual CSL editor
Help in this regard is needed. Thanks
Regards
How can I remove the dot after et al. in intext citation. Currently, I am editing Springer Author Date Basics but for my University requirement I need to remove dot following et al
Currently it is like (Zohaib et al. 2017)
Required is (Zohaib et al 2017)
I am trying to edit it with Visual CSL editor
Help in this regard is needed. Thanks
Regards
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
Layout > Group > author-short (macro) > Names > Et-al
I can not see strip-periods options. Could you please elaborate more thanks
In that case, do it via a locale section.
Insert this in the code after the info section and before the first macro. (if there is already a locale section, you can just add the main line).
<locale xml:lang="en">
<terms>
<term name="et-al">et al</term>
</terms>
</locale>
(adapt to your language as necessary. Here english "en" is assumed.)