lib/danica/common.rb in danica-2.6.1 vs lib/danica/common.rb in danica-2.6.2
- old
+ new
@@ -36,9 +36,11 @@
case format.to_sym
when :tex
to_tex
when :gnu
to_gnu
+ when :f
+ to_f
else
raise Exception::FormatNotFound.new
end
end