Isabelle_DOF/document-generator
Achim D. Brucker b1d39bd9ec Added: simple test setup. 2018-03-06 09:44:07 +00:00
..
Tools Bug fig: include build in document files. 2018-03-05 22:19:16 +00:00
converter Fixed typo. 2018-03-06 08:23:06 +00:00
document-template Exit on first error. 2018-03-05 23:32:56 +00:00
example Added: simple test setup. 2018-03-06 09:44:07 +00:00
latex Initial commit: LaTeX style file setup. 2018-03-05 10:14:49 +00:00
README.md Initial commit. 2018-03-06 06:43:16 +00:00
install Initial commit: installation script. 2018-03-05 22:22:06 +00:00

README.md

Isabelle_DOF: Document Preparation Setup

This directory contains the DOF-plugin for Isabelle's document generation system.

Installation

In most case, the DOF-plugin can be installed as follows:

foo@bar:~$ ./install

If a specific Isabelle version should be used (i.e., not the default one), the full path to the isabelle command needs to be passed as argument to the install script:

foo@bar:~$ ./install /usr/local/Isabelle2016-1/bin/isabelle

The DOF-plugin will be installed in the Isabelle user directory (the exact location depends on the Isabelle version).

Usage

The DOF-plugin provides an alternative to Isabelle's mkroot command. Isabelle projects that use DOF need to be created using

isabelle DOF_mkroot -d 

The DOF_mkroot command takes the same parameter as the standard mkroot command of Isabelle. Thereafter, the normal Isabelle command for building documents can be used.