First part of TD
This commit is contained in:
parent
522bdb0218
commit
f295671946
3 changed files with 27 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
|||
\usepackage[utf8x]{inputenc}
|
||||
\usepackage{lmodern}
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[french]{babel}
|
||||
\usepackage{amsmath, amsthm, amsfonts, amssymb}
|
||||
|
@ -10,7 +11,7 @@
|
|||
|
||||
\lstdefinestyle{clang}{
|
||||
language=[ANSI]C,
|
||||
basicstyle=\ttfamily,
|
||||
basicstyle=\ttfamily\scriptsize,
|
||||
keywordstyle=\color{blue},
|
||||
stringstyle=\color{brown},
|
||||
commentstyle=\bfseries\color{red},
|
||||
|
@ -64,4 +65,4 @@
|
|||
\newcommand{\old}{\mathrm{old}}
|
||||
\newcommand{\atp}{\mathrm{at}}
|
||||
|
||||
\newcommand{\triplet}[3]{\{#2\}#1\{#3\}}
|
||||
\newcommand{\triplet}[3]{\{#2\}#1\{#3\}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue