summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/alterqcm/examples/latex/example_2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/alterqcm/examples/latex/example_2.tex')
-rw-r--r--macros/latex/contrib/alterqcm/examples/latex/example_2.tex36
1 files changed, 36 insertions, 0 deletions
diff --git a/macros/latex/contrib/alterqcm/examples/latex/example_2.tex b/macros/latex/contrib/alterqcm/examples/latex/example_2.tex
new file mode 100644
index 0000000000..da5f94b482
--- /dev/null
+++ b/macros/latex/contrib/alterqcm/examples/latex/example_2.tex
@@ -0,0 +1,36 @@
+\documentclass[11pt]{article}
+\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}[lq=80mm,long]
+\AQquestion{Among the following propositions, which one allows to affirm that the exponential function admits for asymptote the equation line $y = 0$?}
+{{$\displaystyle\lim_{x \to +\infty} \text{e}^x = + \infty$},
+{$\displaystyle\lim_{x \to -\infty} \text{e}^x = 0$},
+{$\displaystyle\lim_{x \to +\infty} \dfrac{\text{e}^x}{x} = + \infty$}}
+
+\AQquestion[]{exp$(\ln x) = x$ for any $x$ belonging to }
+{{$\mathbf{R}$},
+{$\big]0~;~+ \infty\big[$},
+{$\big[0~;~+\infty\big[$}
+}\end{alterqcm}
+
+\end{document} \ No newline at end of file