Skip to content

Commit

Permalink
fix #12 by documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Ring committed Jun 16, 2016
1 parent 3ccbc31 commit 0912ff8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sudo dnf install cobra

### Ubuntu / Debian

There is a PPA available for Debian / Ubuntu
There is a PPA available for Debian / Ubuntu

```sh
echo "deb https://dl.bintray.com/flatmap/deb {distribution} {components}" | sudo tee -a /etc/apt/sources.list
Expand Down Expand Up @@ -66,7 +66,9 @@ The simplest option is to include inline code snippets:

This will produce a code snippet, which will be semantically treated by the scala compiler. It is possible to edit the code in the presentation, just as in an IDE. It is also possible to select parts of the code (e.g. identifiers) to display semantic information about the code.

To include Isabelle or haskell simply replace `scala` class with `isabelle` or `haskell`
To include Isabelle or Haskell simply replace `scala` class with `isabelle` or `haskell`

> Note: When including Isabelle inline you will want to set the `id` of the `code` tag to the name of your theory, because otherwise a name for your theory is generated and will most definitely clash with what you define in your header. (see #12)
####Configuring Inline Messages

Expand Down

0 comments on commit 0912ff8

Please sign in to comment.