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
Post a Comment