diff --git a/README.md b/README.md index c58a5a8..dee5e9f 100644 --- a/README.md +++ b/README.md @@ -81,14 +81,22 @@ INFO:Translating... py_asciimath: a simple ASCIIMath/MathML/LaTeX converter Usage: - py_asciimath.py from to [options] - py_asciimath.py (-i | --input=ILANG) - (-o | --output=OLANG) + py_asciimath.py from to [options] - py_asciimath.py from-file from to [options] - py_asciimath.py from-file (-i | --input=ILANG) - (-o | --output=OLANG) - [options] + py_asciimath.py from (-o | --output=OLANG) + [options] + py_asciimath.py (-i | --input=ILANG) to + [options] + py_asciimath.py (-i | --input=ILANG) (-o | --output=OLANG) + [options] + py_asciimath.py from-file from to + [options] + py_asciimath.py from-file from (-o | --output=OLANG) + [options] + py_asciimath.py from-file (-i | --input=ILANG) to + [options] + py_asciimath.py from-file (-i | --input=ILANG) (-o | --output=OLANG) + [options] py_asciimath.py (-h | --help) py_asciimath.py --version