summaryrefslogtreecommitdiff
path: root/macros/luatex/latex/tango/examples/handout-polynomes-deg2.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2024-07-13 03:01:41 +0000
committerNorbert Preining <norbert@preining.info>2024-07-13 03:01:41 +0000
commit6d99d1d1b202753303b6430d12763206fb734a97 (patch)
treed9643d768369248b42869a33e099e417955853bd /macros/luatex/latex/tango/examples/handout-polynomes-deg2.tex
parent6acdb29f8e417bf7ff4e2fe6d048811f448e1269 (diff)
CTAN sync 202407130301HEADmaster
Diffstat (limited to 'macros/luatex/latex/tango/examples/handout-polynomes-deg2.tex')
-rw-r--r--macros/luatex/latex/tango/examples/handout-polynomes-deg2.tex27
1 files changed, 27 insertions, 0 deletions
diff --git a/macros/luatex/latex/tango/examples/handout-polynomes-deg2.tex b/macros/luatex/latex/tango/examples/handout-polynomes-deg2.tex
new file mode 100644
index 0000000000..3e260be4a9
--- /dev/null
+++ b/macros/luatex/latex/tango/examples/handout-polynomes-deg2.tex
@@ -0,0 +1,27 @@
+% !TEX TS-program = LuaLaTeX
+\documentclass[french,ColorTheme=BlackAndWhite,FontSize=11pt]{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}
+%%
+\begin{document}
+\input{polynome-deg2}
+\end{document} \ No newline at end of file