src/Pure/Thy/present.ML
changeset 67285 e67abae0e1ca
parent 67263 449a989f42cd
child 67297 86a099f896fc
equal deleted inserted replaced
67284:0094d938c53b 67285:e67abae0e1ca
    26 val tex_path = tex_ext o Path.basic;
    26 val tex_path = tex_ext o Path.basic;
    27 val html_ext = Path.ext "html";
    27 val html_ext = Path.ext "html";
    28 val html_path = html_ext o Path.basic;
    28 val html_path = html_ext o Path.basic;
    29 val index_path = Path.basic "index.html";
    29 val index_path = Path.basic "index.html";
    30 val readme_html_path = Path.basic "README.html";
    30 val readme_html_path = Path.basic "README.html";
    31 val documentN = "document";
       
    32 val document_path = Path.basic documentN;
       
    33 val doc_indexN = "session";
    31 val doc_indexN = "session";
    34 val session_graph_path = Path.basic "session_graph.pdf";
    32 val session_graph_path = Path.basic "session_graph.pdf";
    35 
    33 
    36 fun show_path path = Path.implode (Path.expand (File.full_path Path.current path));
    34 fun show_path path = Path.implode (Path.expand (File.full_path Path.current path));
    37 
    35