update docs
This commit is contained in:
parent
dfd1982d13
commit
fe5d856f98
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
||||||
top=20mm
|
top=20mm
|
||||||
}
|
}
|
||||||
|
|
||||||
% définition de la liste de choses à faire/faites (https://tex.stackexchange.com/q/247681/)
|
% Définition de la liste de choses à faire/faites (https://tex.stackexchange.com/q/247681/)
|
||||||
\newlist{todolist}{itemize}{3}
|
\newlist{todolist}{itemize}{3}
|
||||||
\setlist[todolist]{label=$\square$}
|
\setlist[todolist]{label=$\square$}
|
||||||
\newcommand{\fait}{\rlap{\raisebox{0.3ex}{\hspace{0.4ex}\tiny \ding{52}}}$\square$}
|
\newcommand{\fait}{\rlap{\raisebox{0.3ex}{\hspace{0.4ex}\tiny \ding{52}}}$\square$}
|
||||||
|
@ -31,8 +31,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
% Python definition (c) 1998 Michael Weber
|
% Python definition (c) 1998 Michael Weber
|
||||||
% Additional definitions (2013) Alexis Dimitriadis
|
% Définitions supplémentaires (2013) Alexis Dimitriadis
|
||||||
% modified by https://tex.stackexchange.com/questions/235783/listings-recognize-numbers-and-1e-3
|
% Modifié par https://tex.stackexchange.com/q/235783 et par moi-même
|
||||||
\definecolor{maroon}{cmyk}{0, 0.87, 0.68, 0.32}
|
\definecolor{maroon}{cmyk}{0, 0.87, 0.68, 0.32}
|
||||||
\definecolor{halfgray}{gray}{0.55}
|
\definecolor{halfgray}{gray}{0.55}
|
||||||
\definecolor{ipython_frame}{RGB}{207, 207, 207}
|
\definecolor{ipython_frame}{RGB}{207, 207, 207}
|
||||||
|
|
Reference in a new issue