6.4.7.16. Citations

6.4.7.16. Citations

Start python section to interscript/weavers/latex.py[19]
   408: #line 439 "latex_weaver.ipk"
   409:   def cite_url(self,url):
   410:     self._write('{\\bfseries ')
   411:     self.write(url)
   412:     self._write('}')
   413: 
End python section to interscript/weavers/latex.py[19]