summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/alterqcm/examples/latex/test_language.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/alterqcm/examples/latex/test_language.tex')
-rw-r--r--macros/latex/contrib/alterqcm/examples/latex/test_language.tex51
1 files changed, 51 insertions, 0 deletions
diff --git a/macros/latex/contrib/alterqcm/examples/latex/test_language.tex b/macros/latex/contrib/alterqcm/examples/latex/test_language.tex
new file mode 100644
index 0000000000..f6debc0a57
--- /dev/null
+++ b/macros/latex/contrib/alterqcm/examples/latex/test_language.tex
@@ -0,0 +1,51 @@
+% !TEX TS-program = lualatex
+\documentclass[12pt]{article}
+\usepackage{mathtools}
+\usepackage{unicode-math}
+\usepackage{fourier-otf}
+\setmainfont[Mapping=tex-text,Ligatures=Common]{Minion Pro} \setmathfont[Scale=MatchUppercase]{Asana Math}
+\usepackage{alterqcm}
+\usepackage{fullpage}%
+\usepackage[german]{babel}
+\parindent=0pt
+\newlength{\oldtextwidth}
+\def\nogreekalph{}
+\begin{document}
+
+
+
+\begin{alterqcm}[language=german,pre]
+ \AQquestion{Question}{%
+ {Proposition 1},
+ {Proposition 2},
+ {Proposition 3}}
+\end{alterqcm}
+
+\begin{alterqcm}[language=english,pre]
+ \AQquestion{Question}{%
+ {Proposition 1},
+ {Proposition 2},
+ {Proposition 3}}
+\end{alterqcm}
+
+ \begin{alterqcm}[VF,
+ correction,
+ lq = 100mm,
+ symb = \dingsquare,
+ corsymb = \dingchecksquare]
+ \AQquestion[br={1}]{For all $x \in ]-3~;~2],~f'(x) \geqslant 0$.}
+ \AQquestion[br={2}]{The $F$ function has a maximum in $2$}
+ \AQquestion[br={2}]{$\displaystyle\int_{0}^2 f'(x)\:\text{d}x = - 2$}
+ \end{alterqcm}
+
+ \begin{alterqcm}[VF,pre,
+ correction,
+ lq = 100mm,
+ symb = \dingsquare,
+ corsymb = \dingchecksquare]
+ \AQquestion[br={1}]{For all $x \in ]-3~;~2],~f'(x) \geqslant 0$.}
+ \AQquestion[br={2}]{The $F$ function has a maximum in $2$}
+ \AQquestion[br={2}]{$\displaystyle\int_{0}^2 f'(x)\:\text{d}x = - 2$}
+ \end{alterqcm}
+
+\end{document} \ No newline at end of file