Skip to content

Commit cd9e9d1

Browse files
fixed doc formatting
1 parent d5d5027 commit cd9e9d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,14 @@ Usage
7979
*Using directly*:
8080

8181
* create PDF from your latex file -> mypaper.pdf
82+
8283
* For example, run "pdflatex mypaper.tex"
84+
8385
* use detex to create pure text file -> mypaper.txt
86+
8487
* For example, run "detex mypaper.tex > mypaper.txt". You need detex installed.
8588
* This does not capture figure captions. The detex.sh script can help you include those texts, "bash detex.sh mypaper.tex". You still need detex installed
89+
8690
* run $ python languagecheck.py mydir/mypaper.txt mydir/mypaper.pdf
8791
* open with a web browser mypaper_index.html to see all reports
8892

0 commit comments

Comments
 (0)