6.14.7.14. Paragraphs

Start python section to interscript/weavers/latex.py[17 /19 ] Next Prev First Last
   375: #line 404 "latex_weaver.ipk"
   376:   def prose(self): # start of paragraph
   377:     self._write('\\noindent ')
   378: 
   379:   def par(self): # paragraph separator
   380:     self._write('\\par\n\\noindent ')
   381: 
   382:   def eop(self): # end of paragraph
   383:     self._write('\\par\n')
   384: 
   385:   def write_comment(self,v):
   386:     self.write_tagged('small',v)
   387: 
End python section to interscript/weavers/latex.py[17]