# File lib/maruku/ext/math/to_html.rb, line 71 def pixels_per_ex if not $pixels_per_ex x = render_png(:inline, "x") $pixels_per_ex = x.height # + x.depth end $pixels_per_ex end