Lino Website

Documentation · Modules · gendoc (Generate arbitrary documents) · Examples for gendoc

gendoc3.py

from lino.gendoc.maker import DocMaker

def body(doc):
    doc.h1("Third Example")
    doc.memo("""
    
This example is going to explain three important things about lists:

  • The individual list items are not renderd with a bullet.
  • It is probably just a question of style. I mean that I must define the right parameters in the stylesheet.
  • But the question arises of whether I should implement cascading stylesheets or not.
Ordered lists have similar problems:
  1. The individual list items are not numbered.
  2. Yes, it is a pity.
And to be short: lists in general aren't yet well implemented. """) DocMaker().main(body)

Output: pdf html

Copyright 2001-2007 Luc Saffre.
http://lino.saffre-rumma.ee
Generated 2007-06-07 16:24:07