ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsdeferred_resnenumforall-pointer-decayjacob/cs343-translationjenkins-sandboxnew-astnew-ast-unique-exprno_listpersistent-indexerpthread-emulationqualifiedEnum
Last change
on this file since 48b7085e was
67982887,
checked in by Peter A. Buhr <pabuhr@…>, 6 years ago
|
specialize thesis directory-names
|
-
Property mode set to
100644
|
File size:
1.1 KB
|
Rev | Line | |
---|
[2a9d12d] | 1 | % Common macros for this thesis |
---|
| 2 | % Based on LaTeXmacros/common.tex |
---|
| 3 | |
---|
| 4 | \newcommand{\CFAIcon}{\textsf{C}\raisebox{\depth}{\rotatebox{180}{\textsf{A}}}} % Cforall symbolic name |
---|
[62e782e] | 5 | \newcommand{\CFA}{\protect\CFAIcon} % safe for section/caption |
---|
| 6 | \newcommand{\CFL}{\textrm{Cforall}} % Cforall symbolic name |
---|
| 7 | \newcommand{\CFACC}{\texttt{cfa-cc}} % Cforall compiler |
---|
| 8 | \newcommand{\Celeven}{\textrm{C11}} % C11 symbolic name |
---|
| 9 | \newcommand{\CC}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}} % C++ symbolic name |
---|
| 10 | \newcommand{\CCeleven}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}11} % C++11 symbolic name |
---|
| 11 | \newcommand{\CCfourteen}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}14} % C++14 symbolic name |
---|
| 12 | \newcommand{\CCseventeen}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}17} % C++17 symbolic name |
---|
| 13 | \newcommand{\CCtwenty}{\textrm{C}\kern-.1em\hbox{+\kern-.25em+}20} % C++20 symbolic name |
---|
[514247d] | 14 | \newcommand{\Csharp}{C\raisebox{-0.7ex}{\Large$^\sharp$}} % C# symbolic name |
---|
[2a9d12d] | 15 | |
---|
| 16 | \newcommand{\ie}{\textit{i.e.}} |
---|
| 17 | \newcommand{\eg}{\textit{e.g.}} |
---|
| 18 | \newcommand{\etc}{\textit{etc.}} |
---|
[514247d] | 19 | \newcommand{\etal}{\textit{et~al.}} |
---|
| 20 | |
---|
[0cf9ffd] | 21 | \newcommand{\TODO}[1]{\textbf{TODO:} \textit{#1}} |
---|
| 22 | \newcommand{\cit}{\textsuperscript{[citation needed]}} |
---|
Note: See
TracBrowser
for help on using the repository browser.