ADT
aaron-thesis
arm-eh
ast-experimental
cleanup-dtors
deferred_resn
enum
forall-pointer-decay
jacob/cs343-translation
jenkins-sandbox
new-ast
new-ast-unique-expr
no_list
persistent-indexer
pthread-emulation
qualifiedEnum
Last change
on this file since ba80f99 was 514247d, checked in by Aaron Moss <a3moss@…>, 7 years ago |
Add motivation of C to thesis introduction
|
-
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 |
|
---|
| 21 | \newcommand{\TODO}[1]{\textbf{TODO:} \textit{#1}}
|
---|
Note:
See
TracBrowser
for help on using the repository browser.