multicolumn in seprate answer sheet (Feature #73)
Description
i hope you put the answers in multicolumn (separate answer sheet model) .
now, the answers in one column (30 answers), then the model opening new answers page.
regards
History
Updated by Pieter Van den Hombergh almost 13 years ago
red sea wrote:
i hope you put the answers in multicolumn (separate answer sheet model) .
now, the answers in one column (30 answers), then the model opening new answers page.regards
The following works for me
inside the product environment
\begin{examcopy}[2] \coverpage \shufflegroup{general} \insertgroup{general} \AMClabel{lastpage} \AMCcleardoublepage \AMCformBegin \answerFormHead \begin{multicols}{2} \AMCform \end{multicols} \AMCcleardoublepage \end{examcopy}
in particular the \begin{multicolumns}{2} does the trick.
See attachment for the result (of the answer page only).
Updated by Pieter Van den Hombergh almost 13 years ago
- File twocolumn.pdf added
Updated by red sea almost 13 years ago
thanks, but i cant't do it.
please see the attachment file.
- File docrorah2.tar.gz added
Updated by Alexis Bienvenüe almost 13 years ago
The trick from Pieter Van den Hombergh seems to work for your separate.tex
: add
\usepackage{multicol}
before
\usepackage{arabxetex}
, and replace \AMCform
by\begin{multicols}{2} \AMCform \end{multicols}
Updated by Alexis Bienvenüe almost 13 years ago
This works for the first source file you posted, so the problem is in the second one: you used there the \element
command inside a longtable
environment, which is not a right way to write things. The \element
command don't write anything, but inserts some commands into a list. If you call it inside an environment, its action will be local, so that the \insertgroup
called outside this environment won't be aware of all you did inside it with \element
...
Updated by Alexis Bienvenüe over 12 years ago
- % Done changed from 0 to 100
- Status changed from New to Closed