Testo :: ASCIIMATHML.

Estensione Perl per analizzare il testo ASCIIMATHML in MathML
Scarica ora

Testo :: ASCIIMATHML. Classifica e riepilogo

Annuncio pubblicitario

  • Rating:
  • Licenza:
  • GPL
  • Prezzo:
  • FREE
  • Nome editore:
  • Mark Nodine
  • Sito web dell'editore:
  • http://search.cpan.org/~nodine/

Testo :: ASCIIMATHML. Tag


Testo :: ASCIIMATHML. Descrizione

Estensione perl per analizzare il testo ASCIIMATHML in MathML Testo :: ASCIIMATHML è un parser perl per il testo ASCIIMATHML che produce stringhe di markup XML mathml adatto per il rendering di qualsiasi browser compatibile mathml. Il parser utilizza i seguenti attributi che sono installabili attraverso il metodo Setattributi: Formoz specifica che i caratteri dovrebbero essere Ottimizzato per Netscape / Mozilla / Firefox. L'uscita del metodo TextTotomathml segue sempre lo schema ... Il primo argomento di TextToMathml è il testo ASCIIMATHML da analizzare in MathML. Il secondo argomento è un riferimento a una serie di coppie di attributi / value da allegare al nodo e il terzo argomento è un riferimento a una serie di paia di attributi / value per il nodo . Gli attributi comuni per il nodo sono "titolo" e "xmlns" => "". Gli attributi comuni per il nodo sono "MathColor" (per il colore del testo), "Displaystyle" => "True" per l'utilizzo dello stile di visualizzazione anziché in stile in linea, e "Fontfamily" .synopsis usa il testo :: ASCIIMATHML; $ parser = nuovo testo :: ASCIIMATHML (); $ parser-> setattributes (Formoz => 1); $ ASCIIMATHML = "INT_0 ^ 1 E ^ X DX"; $ mathml = $ parser-> texttomathml ($ asciimathml); $ Mathml = $ Parser-> TextToMathml ($ ASCIIMATHML, ); $ mathml = $ parser-> textttomathml ($ asciimathml, undef, ); $ mathmltree = $ parser-> texttomathmltree ($ asciimathml); $ Mathmltree = $ Parser-> TextToMathmltree ($ ASCIIMATHML, ); $ Mathmltree = $ parser-> texttomathmltree ($ asciimathml, undef, ); $ mathml = $ mathmltree-> testo (); $ latex = $ mathmltree-> latex (); Requisiti: · Perl.


Testo :: ASCIIMATHML. Software correlato