Inserting images into java code editor -


i'm using eclipse write math related programs.

i want make code more understandable, math code, using images representing math code in example latex formulas.

i know how translate math code mathml , picture, main problem inserting images.

hope answers.

you can't insert images (except ascii-art! ;) in java source code.

you can write javadoc includes images providing <img /> tag.

btw, should know java allows unicode in it's source code, it's legal write ∫, ∑, Π, α, Δ, δ, π, ε, Θ, θ etc directly in source code (even though i'm not sure recommend it.)


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -