When I try to compile the code for this question or its answers, I have an error. A year ago, I didn't have that mistake.
Package xkeyval Error:
language' undefined in familiesglobal'.
\documentclass[12pt]{article}
%\usepackage[utf8]{inputenc}
%\usepackage[upright]{fourier}
\usepackage{alterqcm}
\parindent0pt
\begin{document}
\begin{alterqcm}[lq=8cm,language=english]
\AQquestion{Question}{%
{Proposition 1},
{Proposition 2},
{Proposition 3}}
\end{alterqcm}
\end{document}
What's the problem now?
\usepackage[english]{alterqcm}or\usepackage[french{alterqcm}separately you also need to define\squareand\nogreekalph(to anything) then it runs and gives what I think is the intended result. – David Carlisle Sep 29 '19 at 20:24\usepackage[language=english]{alterqcm}I get this error:LaTeX Error: Unknown option "language=english" for package "alterqcm".For\squareand\nogreekalph, I didn't understand what to do. – AndréC Sep 30 '19 at 03:06\squareyou can define by loadingamssymbif you are not using Greek you can define\nogreekalphto be anything\def\nogreekalph{}I think, You should raise both issues (and the incompatible language syntax), with the package maintainers. the new syntax is\usepackage[english]{alterqcm}not\usepackage[language=english]{alterqcm}– David Carlisle Sep 30 '19 at 06:49alterqcmbeing written by a Frenchman, I don't need the language option. As for the rest, with the code you gave in the chat, it works. I don't know why, but the main thing is there, it works. – AndréC Sep 30 '19 at 17:10