summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/alterqcm/examples/latex/alea.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/alterqcm/examples/latex/alea.tex')
-rw-r--r--macros/latex/contrib/alterqcm/examples/latex/alea.tex31
1 files changed, 31 insertions, 0 deletions
diff --git a/macros/latex/contrib/alterqcm/examples/latex/alea.tex b/macros/latex/contrib/alterqcm/examples/latex/alea.tex
new file mode 100644
index 0000000000..1a562632a4
--- /dev/null
+++ b/macros/latex/contrib/alterqcm/examples/latex/alea.tex
@@ -0,0 +1,31 @@
+\documentclass{article}
+\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{fourier}
+\usepackage{alterqcm}
+\usepackage{fullpage}
+\thispagestyle{empty}
+
+\begin{document}
+\begin{minipage}{12cm}
+ \begin{alterqcm}[lq=55mm,alea,sep]
+ \AQquestion[pq=1mm]{If the function $f$ is strictly increasing on $\mathbf{R}$ then the equation $f(x) = 0$ admits :}
+ {{At least one solution},%
+ {Only one solution},%
+ {Exactly one solution}}
+ \end{alterqcm}
+
+ \vspace{1cm}
+ \begin{alterqcm}[lq=55mm,alea,sep=false]
+ \AQquestion[pq=1mm]{If the function $f$ is strictly increasing on $\mathbf{R}$ then the equation $f(x) = 0$ admits :}
+ {{At least one solution},%
+ {Only one solution},%
+ {Exactly one solution}}
+ \end{alterqcm}
+\end{minipage}
+
+\end{document}
+
+% utf8
+% pdflatex
+% Alain Matthes \ No newline at end of file