Multiple columns in answer sheet in Latex file
Replies (2)
(1-2/2)
Forums » Using AMC (english) »
Added by Dámaso Hernández almost 12 years ago
I don't know latex, but I have an amc project in a Latex file nearly working.
I want two columns in my separate answer sheet. I found in the documentation how to do this in AMC-TXT file using
AnswerSheetColumns:
Is there a way to do this in Latex file?
Thanks.
Yes. You should include the \AMCform
inside a multicols
environment:
\begin{multicols}{2} \AMCform \end{multicols}
It works perfectly well.
Thank you very much!
Dámaso.
(1-2/2)