Method: MaRuKu::Out::Latex#to_latex_ul

Defined in:
lib/maruku/output/to_latex.rb

#to_latex_ulObject



307
308
309
310
311
312
313
# File 'lib/maruku/output/to_latex.rb', line 307

def to_latex_ul;       
	if self.attributes[:toc]
		@doc.toc.to_latex
	else
		wrap_as_environment('itemize')
	end
end