6.4.7.14. Paragraphs

Start python section to interscript/weavers/latex.py[17 /19 ] Next Prev Last
   352: #line 381 "latex_weaver.ipk"
   353:   def prose(self): # start of paragraph
   354:     self._write('\\noindent ')
   355: 
   356:   def par(self): # paragraph separator
   357:     self._write('\\par\n\\noindent ')
   358: 
   359:   def eop(self): # end of paragraph
   360:     self._write('\\par\n')
   361: 
   362:   def write_comment(self,v):
   363:     self.write_tagged('small',v)
   364: 
End python section to interscript/weavers/latex.py[17]