Répondre à : Problème Latex

Accueil Forums Programmation WIMS Programmation d’exercices OEF Problème Latex Répondre à : Problème Latex

#6498
jm.evers
Participant
Up
0
Down
::

Hi,
I’m not sure what your problem is…but if unbalanced parenthesis is your issue, then use
\lpar \rpar \lbrace \rbrace \lbrack \rbrack
to avoid issues with Wims TeX processor:

\statement{
<div class="wimscenter">
\(A_{i}=\Large\lpar \) \embed{reply1,6};\embed{reply2,6} \( \Large\rpar \)
\(A_{i}=\Large\lbrace \) \embed{reply1,6};\embed{reply2,6} \( \Large\rbrace \)
</div>
}
\answer{}{3}{type=numeric}
\answer{}{3}{type=numeric}

kind regards,
joke

  • Cette réponse a été modifiée le il y a 2 années et 3 mois par jm.evers. Raison: typo