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?
15 septembre 2015 à 20:32
#3081
jm.evers
Participant
::
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 8 années et 12 mois par jm.evers.