summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex/contrib/alterqcm/examples/latex/transparent-final.tex
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/latex/contrib/alterqcm/examples/latex/transparent-final.tex')
-rw-r--r--obsolete/macros/latex/contrib/alterqcm/examples/latex/transparent-final.tex40
1 files changed, 40 insertions, 0 deletions
diff --git a/obsolete/macros/latex/contrib/alterqcm/examples/latex/transparent-final.tex b/obsolete/macros/latex/contrib/alterqcm/examples/latex/transparent-final.tex
new file mode 100644
index 0000000000..a982229672
--- /dev/null
+++ b/obsolete/macros/latex/contrib/alterqcm/examples/latex/transparent-final.tex
@@ -0,0 +1,40 @@
+\documentclass[11pt]{article}
+\usepackage[utf8]{inputenc}% sauf si vous avez changé l'encodage
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage{amsmath,amssymb,stmaryrd,calc}%}% pour geqslant qui existe ds fourier
+\usepackage{xkeyval}
+\usepackage{multirow,longtable}
+\usepackage[%
+ a4paper,%
+ textwidth=16cm,
+ top=2cm,%
+ bottom=2cm,%
+ headheight=25pt,%
+ headsep=12pt,%
+ footskip=25pt]{geometry}%
+
+\usepackage{alterqcm}
+% on charge le package
+% longtable en cas de débordement du tableau
+% amsmath car les exemples sont des annales du bac en mathématiques.
+\usepackage[frenchb]{babel}
+\parindent=0pt
+\begin{document}
+
+\begin{alterqcm}[transparent,correction,corsymb=\dingchecksquare,lq=100mm]
+ \AQquestion[br=3,pq=3mm]{Parmi les propositions suivantes, quelle est celle qui permet d'affirmer que la fonction exponentielle admet pour asymptote la droite d'équation $y = 0$ ?}
+ {{$\displaystyle\lim_{x \to +\infty} \dfrac{\text{e}^x}{x} = + \infty$},
+ {$\displaystyle\lim_{x \to +\infty} \text{e}^x = + \infty$},
+ {$\displaystyle\lim_{x \to -\infty} \text{e}^x = 0$}
+ }
+
+ \AQquestion[br=2]{exp$(\ln x) = x$ pour tout $x$ appartenant à }
+ {{$\mathbf{R}$},
+ {$\big]0~;~+ \infty\big[$},
+ {$\big[0~;~+\infty\big[$}
+ }
+\end{alterqcm}
+
+
+\end{document} \ No newline at end of file