# File lib/maruku/output/to_latex.rb, line 317
        def to_latex_li;        
                "\\item #{children_to_latex}\n"  
        end