src/Pure/Thy/html.scala
changeset 72375 e48d93811ed7
parent 71601 97ccf48c2f0c
child 72376 04bce3478688
equal deleted inserted replaced
72374:4c8295f2f849 72375:e48d93811ed7
   383       fonts_css(make_url) + "\n\n" + File.read(isabelle_css))
   383       fonts_css(make_url) + "\n\n" + File.read(isabelle_css))
   384   }
   384   }
   385 
   385 
   386   def init_dir(dir: Path)
   386   def init_dir(dir: Path)
   387   {
   387   {
   388     Isabelle_System.mkdirs(dir)
   388     Isabelle_System.make_directory(dir)
   389     write_isabelle_css(dir)
   389     write_isabelle_css(dir)
   390   }
   390   }
   391 
   391 
   392   def write_document(dir: Path, name: String, head: XML.Body, body: XML.Body,
   392   def write_document(dir: Path, name: String, head: XML.Body, body: XML.Body,
   393     css: String = isabelle_css.file_name,
   393     css: String = isabelle_css.file_name,