summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/alterqcm/examples/latex/language.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-20 03:00:38 +0000
committerNorbert Preining <norbert@preining.info>2021-05-20 03:00:38 +0000
commit6d6c3b4ee419b9f485a213d2ece28b06e9ca2f7c (patch)
tree243789c085bcb650c397f86eeaaddbc45ca92dff /macros/latex/contrib/alterqcm/examples/latex/language.tex
parent94c996b5f40175b4a858ddd1f19e3947198b9bd0 (diff)
CTAN sync 202105200300
Diffstat (limited to 'macros/latex/contrib/alterqcm/examples/latex/language.tex')
-rw-r--r--macros/latex/contrib/alterqcm/examples/latex/language.tex90
1 files changed, 90 insertions, 0 deletions
diff --git a/macros/latex/contrib/alterqcm/examples/latex/language.tex b/macros/latex/contrib/alterqcm/examples/latex/language.tex
new file mode 100644
index 0000000000..46a21949ef
--- /dev/null
+++ b/macros/latex/contrib/alterqcm/examples/latex/language.tex
@@ -0,0 +1,90 @@
+% !TEX TS-program = xelatex
+\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[german]{alterqcm}
+\usepackage{fullpage}%
+\usepackage[french]{babel}
+\parindent=0pt
+\newlength{\oldtextwidth}
+\def\nogreekalph{}
+\begin{document}
+
+
+
+\begin{alterqcm}
+ \AQquestion{Question}{%
+ {Proposition 1},
+ {Proposition 2},
+ {Proposition 3}}
+\end{alterqcm}
+
+\begin{alterqcm}[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}
+
+
+ \begin{alterqcm}[language=english]
+ \AQquestion{Question}{%
+ {Proposition 1},
+ {Proposition 2},
+ {Proposition 3}}
+\end{alterqcm}
+
+\begin{alterqcm} [language=greek]
+ \AQquestion{Ερώτηση}{%
+ {Επιλογή 1},
+ {Επιλογή 2},
+ {Επιλογή 3}
+ }
+ \end{alterqcm}
+
+ \setlength{\oldtextwidth}{\textwidth}
+ \setlength{\textwidth}{14cm}
+ \begin{alterqcm}[language=greek,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}[language=english,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}
+ \setlength{\textwidth}{\oldtextwidth}
+
+\end{document} \ No newline at end of file