- Timestamp:
- Jul 22, 2016, 2:05:52 PM (9 years ago)
- 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:
- ccb447e, e4957e7
- Parents:
- 956a9c77 (diff), ef3b335 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- doc
- Files:
-
- 3 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/LaTeXmacros/common.tex
r956a9c77 r31e46b8 41 41 \newcommand{\CFL}{Cforall\xspace} % set language text name 42 42 \newcommand{\CC}{\rm C\kern-.1em\hbox{+\kern-.25em+}\xspace} % CC symbolic name 43 \newcommand{\CCeleven}{\rm C\kern-.1em\hbox{+\kern-.25em+}11\xspace} % C++11 symbolic name 43 44 \def\c11{ISO/IEC C} % C11 name (cannot have numbers in latex command name) 44 45 … … 245 246 }% 246 247 248 \newcommand*{\eg}{\textit{e.g}.\@\xspace} 249 \newcommand*{\ie}{\textit{i.e}.\@\xspace} 250 251 \makeatletter 252 \newcommand*{\etc}{% 253 \@ifnextchar{.}% 254 {\textit{etc}}% 255 {\textit{etc}.\@\xspace}% 256 } 257 \makeatother 258 247 259 % Local Variables: % 248 260 % tab-width: 4 %
Note:
See TracChangeset
for help on using the changeset viewer.