Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "scigen", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Create scientific papers on the fly: SciGen brought to the browser and to Node.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -62,4 +62,5 @@ ![# SciGen.js](logo.png) | ||
- Rendering diagrams and figures requires _Ghostscript_ in the [original SciGen project](https://github.com/strib/scigen). _Ghostscript_ is not available for the browser. A workaround would probably involve rewriting the original EPS rules in some format which is supported by _TexLive.js_ (maybe SVG or TIKZ). As this module is aimed at the browser, the diagram and figure code production is not yet implemented in the JavaScript code. For locally producing TEX and PDF files with figures and diagrams, use the [original SciGen project](https://github.com/strib/scigen) with [this unmerged fix](https://github.com/strib/scigen/pull/5). | ||
- Works in Firefox but not in Chromium. | ||
### Motivation | ||
The server-side code at the [original SciGen website](https://pdos.csail.mit.edu/archive/scigen/) appears to be broken. The aim of this project is therefore to provide a more server-independent implementation. |
307963
65