change check icon
This commit is contained in:
parent
b69764f032
commit
71f8d37f9d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
% définition de la liste de choses à faire/faites (https://tex.stackexchange.com/q/247681/)
|
||||
\newlist{todolist}{itemize}{3}
|
||||
\setlist[todolist]{label=$\square$}
|
||||
\newcommand{\fait}{\rlap{\raisebox{0.3ex}{\hspace{0.4ex}\scriptsize \ding{56}}}$\square$}
|
||||
\newcommand{\fait}{\rlap{\raisebox{0.3ex}{\hspace{0.4ex}\tiny \ding{52}}}$\square$}
|
||||
|
||||
% définition blocs de codes
|
||||
\lstset{
|
||||
|
|
Reference in a new issue