You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4
Original file line number
Diff line number
Diff line change
@@ -79,10 +79,14 @@ Usage
79
79
*Using directly*:
80
80
81
81
* create PDF from your latex file -> mypaper.pdf
82
+
82
83
* For example, run "pdflatex mypaper.tex"
84
+
83
85
* use detex to create pure text file -> mypaper.txt
86
+
84
87
* For example, run "detex mypaper.tex > mypaper.txt". You need detex installed.
85
88
* 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
+
86
90
* run $ python languagecheck.py mydir/mypaper.txt mydir/mypaper.pdf
87
91
* open with a web browser mypaper_index.html to see all reports
0 commit comments