From 71b8c87db5164f6f8c84cb67f4ec6f7eb94da90b Mon Sep 17 00:00:00 2001
From: "David A. Madore" <david+git@madore.org>
Date: Wed, 13 Apr 2016 14:04:34 +0200
Subject: Synchronize preamble.

---
 notes-accq205.tex | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/notes-accq205.tex b/notes-accq205.tex
index 044bedf..4642f13 100644
--- a/notes-accq205.tex
+++ b/notes-accq205.tex
@@ -22,13 +22,15 @@
 \usepackage{graphics}
 \usepackage[usenames,dvipsnames]{xcolor}
 \usepackage{tikz}
-\usetikzlibrary{matrix}
+\usetikzlibrary{matrix,calc}
 \usepackage[hyperindex=false]{hyperref}
 %
 \theoremstyle{definition}
 \newtheorem{comcnt}{Tout}[subsection]
 \newcommand\thingy{%
 \refstepcounter{comcnt}\smallbreak\noindent\textbf{\thecomcnt.} }
+\newcommand\exercice{%
+\refstepcounter{comcnt}\bigbreak\noindent\textbf{Exercice~\thecomcnt.}}
 \newtheorem{defn}[comcnt]{DĂ©finition}
 \newtheorem{prop}[comcnt]{Proposition}
 \newtheorem{lem}[comcnt]{Lemme}
@@ -64,6 +66,15 @@
 \newcommand{\danger}{\noindent\hangindent\parindent\hangafter=-2%
   \hbox to0pt{\hskip-\hangindent\dbend\hfill}}
 %
+\newcommand{\spaceout}{\hskip1emplus2emminus.5em}
+\newif\ifcorrige
+\corrigetrue
+\newenvironment{corrige}%
+{\ifcorrige\relax\else\setbox0=\vbox\bgroup\fi%
+\smallbreak\noindent{\underbar{\textit{Corrigé.}}\quad}}
+{{\hbox{}\nobreak\hfill\checkmark}%
+\ifcorrige\relax\else\egroup\fi\par}
+%
 \newcommand{\defin}[2][]{\def\latexsucks{#1}\ifx\latexsucks\empty\index{#2}\else\index{\latexsucks}\fi\textbf{#2}}
 %
 %
-- 
cgit v1.2.3