Generate the LaTeX document wrapper

The header includes:

  • document class
  • package importation
  • begin and end document directives

Property definitions

markdown2 $ LatexRenderer :: wrap_document=
	# Generate the LaTeX document wrapper
	#
	# The header includes:
	#  * document class
	#  * package importation
	#  * begin and end document directives
	var wrap_document = false is optional, writable
lib/markdown2/markdown_latex_rendering.nit:26,2--32,48