Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiraHakuta committed Aug 2, 2018
1 parent e7e8925 commit 8454135
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ pip install cx_Freeze

## Usage
```
> python.exe antlr4_html2latex.py sample1.html
> python.exe antlr4_html2latex.py example\sample1.html
This is antlr4_html2latex version 0.5.
antlr4_html2latex creates 'sample1.tex'.
```
```
> python.exe antlr4_html2latex.py sample2.html -m MOD
> python.exe antlr4_html2latex.py example\sample2.html -m MOD
This is antlr4_html2latex version 0.5.
Expand Down Expand Up @@ -119,8 +119,8 @@ If you want to antlr4_tex2sym.py to .exe files,
#### Usage

```
> antlr4_tex2sym.exe sample1.html
> antlr4_tex2sym.exe sample2.html -m MOD
> antlr4_tex2sym.exe example\sample1.html
> antlr4_tex2sym.exe example\sample2.html -m MOD
```

------
Expand All @@ -146,7 +146,7 @@ The Definitive ANTLR 4 Reference (by Terence Parr) 12.4 Parsing and Lexing X
2. 分かった時点で、closing tag を単純に削除
3. error message を表示し、該当する paired tag をすべて削除
```
> python.exe antlr4_html2latex.py sample2.html -m MOD
> python.exe antlr4_html2latex.py example\sample2.html -m MOD
```
で確認してください。
pdflatex.exe で pdf が作れないこともあります。
Expand Down

0 comments on commit 8454135

Please sign in to comment.