6.14.9.18. Paragraphs

Start python section to interscript/weavers/lout.py[31 /34 ] Next Prev First Last
   451: #line 894 "lout_weaver.ipk"
   452:     def prose(self):            # Start paragraph
   453:         self._write("\n@LP ")
   454: 
   455:     def par(self):                      # Paragraph separator.
   456:         self._write("\n@LP ")
   457: 
   458:     def eop(self):                      # End of paragraph
   459:         self._write("\n")
   460: 
   461:     def write_comment(self, v):
   462:         #RESOLVE
   463:         self.write_tagged('small', v)
End python section to interscript/weavers/lout.py[31]