summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/tango/examples/handout-euler.tex
blob: 533d96b90475f93ddd11f4ccfbef63d5713dc222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
% !TEX TS-program = LuaLaTeX
\documentclass[french,ColorTheme=Tannen,FontSize=11pt,
StylisticSet={parallelslant,leqslant},Numbers=OldStyle]{tango}
\renewcommand{\arraystretch}{1.3}
\usepackage{tikz}
\usetikzlibrary{calc,through,arrows}
\tgosmartlists
\AtBeginDocument{%
\RenewCommandCopy{\setminus}{\smallsetminus}
}
\NewDocumentCommand\N{}{\ensuremath{\symbb{N}}}
\NewDocumentCommand\Z{}{\ensuremath{\symbb{Z}}}
\NewDocumentCommand\Q{}{\ensuremath{\symbb{Q}}}
\NewDocumentCommand\R{}{\ensuremath{\symbb{R}}}
\NewDocumentCommand\C{}{\ensuremath{\symbb{C}}}
\NewDocumentCommand\Pt{m}{\ensuremath{\symfrak{P}(#1)}}
\NewDocumentCommand\rond{}{\mathrel{\circ}}
\NewDocumentCommand\mesalg{m}{\overline{#1}}
\NewDocumentCommand\Vector{m}{\overrightarrow{#1}}
\DeclareMathOperator{\cl}{cl}
\DeclareMathOperator{\sgn}{sgn}
\newcounter{prop}
\newstatement{prop}{prop}{Propriété}
\newfixedcaption{\figcaption}{figure}
%%
%\tangoSmartLists
\begin{document}
\include{euler}
\end{document}