How to mix insidebox option with outsidebox

Added by Robert Borowiec almost 10 years ago

Hi,
I used AMCcode on the separatepagesheet for automatic reading students ID.
I tied to have letters inside boxes in student code boxes and outside boxes in the answers part.
Is it possible to mix both styles in the document ?
Best Regards
Robert


Replies (1)

RE: How to mix insidebox option with outsidebox - Added by Alexis Bienvenüe over 8 years ago

You can define a macro to set outsidebox feature:

\makeatletter
\def\setoutsidebox{\AMC@outside@boxtrue}
\makeatother

Then use this macro locally (enclosed in braces) as in
{\setoutsidebox\AMCform}

(1-1/1)