Skip to content
Snippets Groups Projects
Verified Commit 0505b14e authored by GARION Christophe's avatar GARION Christophe
Browse files

[my-symbols] correct overlay specification for check boxes

parent 3639eb0a
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@
\newcommand\myboxnocheck{\stackinset{c}{}{b}{}{$\Box$}{\mynocheck}}
\@ifclassloaded{beamer}{
\newcommand\mycheckquizz[2]{\onslide*<all:#1>{$\Box$} \onslide*<all:#2 |handout:0>{\myboxcheck{}}}
\newcommand\mynocheckquizz[2]{\onslide*<all:#1>{$\Box$} \onslide*<all:#2 |handout:0>{\myboxnocheck{}}}
\newcommand\mycheckquizz[2]{\only<all:#1>{$\Box$}\only<all:#2|handout:0>{\myboxcheck{}}}
\newcommand\mynocheckquizz[2]{\only<all:#1>{$\Box$}\only<all:#2|handout:0>{\myboxnocheck{}}}
}{}
\newcommand\parframe[3]{%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment