2707: Add markup notes to html output

Part 2: enable css, clean up code.
      TODO: better output, support in default css files, test


svn: r12644
This commit is contained in:
Benny Malengier
2009-06-08 23:19:37 +00:00
parent 10c8599867
commit a177da80b0
20 changed files with 382 additions and 259 deletions

View File

@ -584,7 +584,7 @@ class LaTeXDoc(BaseDoc, TextDoc):
if self.curcol < self.numcols:
self._backend.write('& ')
def add_media_object(self, name,pos,x,y):
def add_media_object(self, name, pos, x, y, alt=''):
"""Add photo to report"""
return
@ -622,9 +622,6 @@ class LaTeXDoc(BaseDoc, TextDoc):
styledtext : assumed a StyledText object to write
format : = 0 : Flowed, = 1 : Preformatted
style_name : name of the style to use for default presentation
@note: text=normal text, p_text=text with pango markup, s_tags=styled
text tags, p
"""
text = str(styledtext)