README.md in rsyntaxtree-1.3.0 vs README.md in rsyntaxtree-1.3.1
- old
+ new
@@ -72,10 +72,11 @@
Usage:
1) rsyntaxtree [options] "[VP [VP [V set] [NP bracket notation]] [ADV here]]"
2) rsyntaxtree [options] "/path/to/text/file"
where [options] are:
-o, --outdir=<s> Output directory (default: ./)
+ -u, --outfilename=<s> Output file base name (default: syntree)
-f, --format=<s> Output format: png, gif, jpg, 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 (available when ttf font is specified): sans, serif, cjk, mono (default: sans)
-t, --font=<s> Path to a ttf font used to generate tree (optional)
-s, --fontsize=<i> Size: 8-26 (default: 16)
@@ -95,14 +96,14 @@
## References
Please use the following BibTeX entry when referring to RSyntaxTree.
```
-@misc{rsyntaxtree_2023,
+@misc{rsyntaxtree_2024,
author = {Yoichiro Hasebe},
title = {RSyntaxTree: A graphical syntax tree image generator}
url = {https://yohasebe.com/rsyntaxtree},
- year = {2023}
+ year = {2024}
}
```
## Development