Multiple columns in answer sheet in Latex file

Added by Dámaso Hernández over 11 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.


Replies (2)

RE: Multiple columns in answer sheet in Latex file - Added by Alexis Bienvenüe over 11 years ago

Yes. You should include the \AMCform inside a multicols environment:

\begin{multicols}{2}
  \AMCform
\end{multicols}

RE: Multiple columns in answer sheet in Latex file - Added by Dámaso Hernández over 11 years ago

It works perfectly well.

Thank you very much!

Dámaso.

(1-2/2)