Changeset fd603d8


Ignore:
Timestamp:
Jul 21, 2016, 10:44:45 AM (8 years ago)
Author:
Aaron Moss <a3moss@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, ctor, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, memory, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
0318c7a
Parents:
5553a7b
Message:

Added properly-formatted i.e., e.g., etc. macros to common.tex

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/LaTeXmacros/common.tex

    r5553a7b rfd603d8  
    245245}%
    246246
     247\newcommand*{\eg}{\textit{e.g}.\@\xspace}
     248\newcommand*{\ie}{\textit{i.e}.\@\xspace}
     249
     250\makeatletter
     251\newcommand*{\etc}{%
     252    \@ifnextchar{.}%
     253        {\textit{etc}}%
     254        {\textit{etc}.\@\xspace}%
     255}
     256\makeatother
     257
    247258% Local Variables: %
    248259% tab-width: 4 %
Note: See TracChangeset for help on using the changeset viewer.