Isabelle_DOF/document-generator
Achim D. Brucker 5eb298b389 Added isamarkupText*-environment for development purposes. 2018-08-10 14:27:30 +02:00
..
Tools Fixed base name of ontology styles. 2018-06-08 13:37:49 +01:00
converter Translate ~. 2018-06-13 16:25:03 +01:00
document-template Include preamble. 2018-06-29 10:18:20 +02:00
latex Added isamarkupText*-environment for development purposes. 2018-08-10 14:27:30 +02:00
README.md Removed installation instructions, as they are now in the main README.md. 2018-06-12 23:29:04 +01:00

README.md

Isabelle_DOF: Document Preparation Setup

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

Development Setup

Compilation using the provided build script, e.g.:

foo@bar:~$ cd converter
foo@bar:~$ ./build

This build script requires a basic Unix-environment as, e.g., provided by Isabelle as well as a running Isabelle installation.

In addition, a maven setup is maintained that, e.g., can be imported into Eclipse. This results in an Scala development environment that supports the usual features of a modern IDE, e.g., Intellisense.

Prerequisites (Eclipse Setup)

Checkout

The converter is part of the Isabelle DOF repository:

foo@bar:~$ git clone https://git.logicalhacking.com/HOL-OCL/Isabelle_DOF.git

Importing the Project into Eclipse

The project can be imported into a fresh Eclipse workspace using File -> Import -> Maven -> Existing Maven Projects. Please select the converter directory as parent directory. After the import, you might need to resolve the dependencies using the maven integration of Eclipse.

Team

Main contacts:

License

This project is licensed under a 2-clause BSD license.

SPDX-License-Identifier: BSD-2-Clause