mirror of
https://github.com/hendricius/the-sourdough-framework
synced 2025-11-22 19:11:11 -06:00
Spun the file out for inclusion basically... we want to be able to use \eg in flowcharts even when built standalone. Fixed dependencies in makefile as well
5 lines
180 B
TeX
5 lines
180 B
TeX
% Common abbreviations
|
|
\newcommand{\ie}{\emph{i.e.}\@ifnextchar.{\!\@gobble}{}}
|
|
\newcommand{\eg}{\emph{e.g.}\@ifnextchar.{\!\@gobble}{}}
|
|
\newcommand{\etc}{etc\@ifnextchar.{}{.\@}}
|