method

accept_heading

v1_8_7_72 - Show latest stable - Class: SM::ToLaTeX
accept_heading(am, fragment)
public

No documentation available.

# File lib/rdoc/markup/simple_markup/to_latex.rb, line 143
    def accept_heading(am, fragment)
      @res << convert_heading(fragment.head_level, am.flow(fragment.txt))
    end