Répondre à : Ajout légende sur schéma électrique impossible?

Accueil Forums Programmation WIMS Programmation d’exercices OEF Ajout légende sur schéma électrique impossible? Répondre à : Ajout légende sur schéma électrique impossible?

#3081
jm.evers
Participant
Up
0
Down
::

Hi,
I’m no good at OEF, but it is possible to set the electric scheme as background of a div…something like


\text{C=slib(circuits/draw 4/T,15,,iarrow,iarrowR,,iarrow)}
\text{img=draw(200,200\
transparent white
\C
)
}

and in the statement, something like,


<div style="background-image: url(\img);width:200px;height:200px;background-repeat:no-repeat;">
\draw{200,200}{
transparent white
text black,100,100,Huge,HELLO
}
</div>

But I guess, there are more formal ways of doing this 🙂

kind regards,
joke

  • Cette réponse a été modifiée le il y a 9 années et 4 mois par jm.evers.