Latex dans un dessin

Étiqueté : ,

Vous lisez 3 fils de discussion
  • Auteur
    Messages
    • #4356
      Avatar photoChristophe Barnier
      Participant
      Up
      0
      Down
      ::

      Bonjour,
      Est-il possible d’afficher un expression en latex dans un dessin?
      Christophe Barnier

    • #4357
      jm.evers
      Participant
      Up
      0
      Down
      ::

      Hi,
      I’m not sure for bitmap images (flydraw), but using html5 canvas this will work out-of-the-box, like
      (using createxo)

      \text{M=wims(mathmlmath \left( \frac{1}{2 \pi}\right)^{\log(2)})}
      \text{N=wims(mathmlmath \left[ \begin{array}{ccc} 1 & 2 & 3 \\ 4 & 5 & 6 \\ \alpha & \beta & \gamma \end{array} \right] )}
      \statement{ 
      \canvasdraw{400,400}{
      xrange -10,10
      yrange -10,10
      mathml 0,0,0,0,\M
      strokecolor blue
      mathml -5,5,0,0,\N
      opacity 255,30
      fcircle 0,0,130,green
      frect 0,0,5,-5,orange
      }

      kind regards,
      joke

    • #4358
      bernadette
      Maître des clés
      Up
      0
      Down
      ::

      Il y avait un « hack » dans flydraw avant canvasdraw, mais il vaut mieux
      utiliser canvasdraw !

      La syntaxe est la même que flydraw pour la partie commune, mais permet beaucoup
      plus de choses (une différence peut être line c’est pour cela que je conseille dans flydraw d’utiliser segment pour … un segment).

      Benradette

    • #4477
      Avatar photoChristophe Barnier
      Participant
      Up
      1
      Down
      ::

      Merci beaucoup pour votre réponse, Christophe Barnier

Vous lisez 3 fils de discussion
  • Vous devez être connecté pour répondre à ce sujet.