Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
themerius committed Jul 28, 2014
1 parent 10fdd28 commit 6fd006e
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,17 @@ With the `home` flag you can specify, where your document resides.

## Changelog

* v0.6.0-SNAPSHOT
* v0.6.0: 2014-07-28

* This version gets a DOI (digital object identifier),
therefore added bower dependencies for preservation purposes.

* Added new documentelements: Code, Math, Quotation, Reference, Footnote,
ArabicList, RomanList, List and Spray

* Added LaTeX-Code projection under http://localhost:8000/latex

* Various Bugfixes

* Switch between 'send actor state updates every time' and
'send updates only on state change'. Do a HTTP GET on http://localhost:8000/switch.
Expand Down Expand Up @@ -145,6 +155,13 @@ which put out to be unsuitable or may useful (promising) for future work.

### Used

#### Bibtex

The References documentelement uses the scala bibtex parser from bibimbap.io.
I've resected it, so that only the bibtex parser is left.
This bibtex parser is in `src-bibtex` and is compiled together with scaltex.
Note: It needs as dependency Apache commons-lang3.

#### JSON on Scala side

* https://github.com/pathikrit/dijon
Expand Down

0 comments on commit 6fd006e

Please sign in to comment.