Lines Matching refs:title
128 <title> {title} </title>
139 def build_html_page(classified_text, title='python',
144 title = html_module.escape(title)
145 return html.format(title=title, css=css_str, body=result)
169 \center{\LARGE{%(title)s}}
181 def latex_highlight(classified_text, title = 'python',
193 return default_latex_document % dict(title=title, macros=macros, body=''.join(result))
251 encoded = build_html_page(classified_text, title=sourcefile)
255 encoded = latex_highlight(classified_text, title=sourcefile)