doc-src/IsarRef/Thy/ROOT.ML
author wenzelm
Sun, 07 Nov 2010 22:51:16 +0100
changeset 40402 b646316f8b3c
parent 38767 d8da44a8dd25
child 42651 e3fdb7c96be5
permissions -rw-r--r--
basic setup for literal replacement text in PDF, to support copy/paste of Isabelle symbols;

quick_and_dirty := true;
Thy_Output.source_default := true;
use "../../antiquote_setup.ML";

use_thys [
  "Introduction",
  "Framework",
  "First_Order_Logic",
  "Outer_Syntax",
  "Document_Preparation",
  "Spec",
  "Proof",
  "Inner_Syntax",
  "Misc",
  "Generic",
  "HOL_Specific",
  "Quick_Reference",
  "Symbols",
  "ML_Tactic"
];