# File app/models/certif_format_line.rb, line 55
  def human_max_width
    '%.2f' % points_to_human(max_width) unless max_width.nil?
  end