New line inserted

Added by Nhu Le almost 11 years ago

When I am writing the question, if I don't have newline between the choices then it prints out correctly. However, if I have an empty line (after choice c2), the it will also have a newline in the final document. Is this expected? I am new to latex so I still assume that I have to do "\\" to get a new line in the final document.

\element{amc}{
  \begin{questionmult}{id}\bareme{haut=3}\QuestionIndicative
Question
    \begin{reponseshoriz}
          \correctchoice{c1}
          \correctchoice{c2}

          \correctchoice{c3}
    \end{reponseshoriz}
  \end{questionmult}
}


Replies (1)

RE: New line inserted - Added by Alexis Bienvenüe almost 11 years ago

A blank line in a LaTeX source file marks out paragraphs (equivalent to the \par command).

(1-1/1)