Répondre à : Problème d'affichage

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

#3913
jm.evers
Participant
Up
0
Down
::

Hi,

Well you could say the first one is a feature, the second one is certainly no bug…
Just try this in normal latex, and you will see that the first one (missing the * operator) is really some service to lazy teachers.
Use texmath on the equations and all your « bugs » are gone
\text{f1 = texmath(-8*x^2+112*x-392)}
Another thing: use the separator « & » when using multicol array

\begin{array}{lclr}
c1 & c2 & c3 & c4 \\
c11 & c22 & c33 & c44 \\
c111 & c222 & c333 & c444 
\end{array}

Joke

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