Detail: remove vertical line in \AMCnumericChoices{\VQs}{sign=true}

Added by math user about 8 years ago

How can I remove the vertical line that appears between the plus/minus signs and the digits (\AMCnumericChoices{\VQs}{sign=true})?


Replies (2)

RE: Detail: remove vertical line in \AMCnumericChoices{\VQs}{sign=true} - Added by Alexis Bienvenüe about 8 years ago

This is not easily customizable.
You can remove the \vrule from the following part of automultiplechoice.sty:

  \vspace{1.5ex}\par{​%
    \fboxrule=\AMCncol@BorderWidth%
    \fcolorbox{\AMCncol@Border}{\AMCncol@Background}{​%
      \ifKV@AMCNumeric@sign%
        \vbox{​%
          \ifx\AMCntextSign\@empty\@empty\else%
            \hbox{\AMCntextSign}\vspace{\AMCnumeric@Vspace}\fi%
          \AMCsignV{\AMC@numeric@value}}\hspace{.5em}%
        \vrule%
        \hspace{.5em}%
      \fi%
\advance\AMC@numeric@digits\m@ne%
\advance\AMC@numeric@decd\m@ne%

(1-2/2)