README.md in rsyntaxtree-0.7.7 vs README.md in rsyntaxtree-0.8.0
- old
+ new
@@ -2,11 +2,11 @@
**RSyntaxTree** is a graphical syntax tree generator written in the Ruby programming language inspired by [phpSyntaxTree](http://ironcreek.net/phpsyntaxtree/).
### Web Interface
-Working web interface of is available at <https://yohasebe.com/rsyntaxtree>.
+See updates and a working web interface available at <https://yohasebe.com/rsyntaxtree>.
### Installation
`# gem install rsyntaxtree`
@@ -23,10 +23,10 @@
rsyntaxtree [options] "[VP [VP [V set] [NP bracket notation]] [ADV here]]"
where [options] are:
-o, --outdir=<s> Output directory (default: ./)
-f, --format=<s> Output format: png, pdf, or svg (default: png)
-l, --leafstyle=<s> visual style of tree leaves: auto, triangle, bar, or nothing (default: auto)
- -n, --fontstyle=<s> Font style: sans, serif, cjk (default: sans)
+ -n, --fontstyle=<s> Font style: sans, serif, cjk, math (default: sans)
-t, --font=<s> Path to a ttf font used to generate tree (optional)
-s, --fontsize=<i> Size: 8-26 (default: 16)
-c, --color=<s> Color text and bars: on or off (default: on)
-y, --symmetrize=<s> Generate symmetrical, balanced tree: on or off (default: on)
-a, --autosub=<s> Put subscript numbers to nodes: on or off (default: off)