3 comments on “Handy LaTeX commands for i.e., e.g., and et al.”
This works better, as I had some problems with some reviewers:
\newcommand{\etal}{\textit{et al}. }
\newcommand{\ie}{\textit{i}.\textit{e}., }
\newcommand{\eg}{\textit{e}.\textit{g}. }
Thanks Mahdi. Just to confirm, your change is to add spaces after the periods at the end of these three new commands? And add a comma to the end of ie., ?
This works better, as I had some problems with some reviewers:
\newcommand{\etal}{\textit{et al}. }
\newcommand{\ie}{\textit{i}.\textit{e}., }
\newcommand{\eg}{\textit{e}.\textit{g}. }
Thanks Mahdi. Just to confirm, your change is to add spaces after the periods at the end of these three new commands? And add a comma to the end of ie., ?
comma should follow e.g. too, I believe.