method

accept_paragraph

v1_8_7_330 - Show latest stable - Class: SM::ToLaTeX
accept_paragraph(am, fragment)
public

No documentation available.

# File lib/rdoc/markup/simple_markup/to_latex.rb, line 101
    def accept_paragraph(am, fragment)
      @res << wrap(convert_flow(am.flow(fragment.txt)))
      @res << "\n"
    end