Last change
on this file since b766c9b7 was f1240b0, checked in by Aaron Moss <a3moss@…>, 6 years ago |
thesis: strip CFA-DCA results, add speedup graph
|
-
Property mode
set to
100644
|
File size:
1.3 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
|
---|
[6cb935d] | 14 | \newcommand{\CCV}{\rm C\kern-.1em\hbox{+\kern-.25em+}obj} % C++ virtual symbolic name
|
---|
[514247d] | 15 | \newcommand{\Csharp}{C\raisebox{-0.7ex}{\Large$^\sharp$}} % C# symbolic name
|
---|
[2a9d12d] | 16 |
|
---|
[1836081] | 17 | \newcommand{\ie}{\textit{i.e.}\@}
|
---|
| 18 | \newcommand{\eg}{\textit{e.g.}\@}
|
---|
| 19 | \newcommand{\etc}{\textit{etc.}\@}
|
---|
| 20 | \newcommand{\etal}{\textit{et~al.}\@}
|
---|
[f1240b0] | 21 | \newcommand{\vs}{\textit{vs.}\@}
|
---|
[514247d] | 22 |
|
---|
[7b61ce8] | 23 | \newcommand{\myset}[1]{\left\{#1\right\}}
|
---|
| 24 |
|
---|
[0cf9ffd] | 25 | \newcommand{\TODO}[1]{\textbf{TODO:} \textit{#1}}
|
---|
| 26 | \newcommand{\cit}{\textsuperscript{[citation needed]}}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.