170 171 172
# File 'lib/annlat/LaRuby.rb', line 170 def latex '\frac{' + @numer.latex + '}{' + @denom.latex + '}' end