@@ -58,26 +58,26 @@ Introduction
58
58
59
59
PyDetex is a Python application that transforms LaTeX code into plain text. It has multiple
60
60
language support (15+), detects repeated words, offers a dictionary (synonyms, antonyms,
61
- definitions), and many things more to come!
61
+ definitions), and many more things to come!
62
62
63
63
Comprehensive documentation for the latest version (if you plan to use the API)
64
64
is available at https://pydetex.readthedocs.io
65
65
66
66
Install Instructions
67
67
--------------------
68
68
69
- PyDetex can be installed via pip, for both MacOS, Windows & Linux. Simply run:
69
+ PyDetex can be installed via pip for MacOS, Windows & Linux. Simply run:
70
70
71
71
.. code-block :: bash
72
72
73
73
$> python3 pip install pydetex -U
74
74
75
- Also, there're compiled binaries for Windows (x64) and macOS available through GitHub releases.
75
+ Also, compiled binaries for Windows (x64) and macOS are available through GitHub releases.
76
76
77
- Launch the GUI, or use the library
77
+ Launch the GUI or use the library.
78
78
----------------------------------
79
79
80
- Simply run this command anywhere to execute the application.
80
+ Run this command anywhere to execute the application.
81
81
82
82
.. code-block :: bash
83
83
@@ -102,7 +102,7 @@ Simply run this command anywhere to execute the application.
102
102
103
103
Multiple options to configure: Check repeated words, highlight undetected code, or use different pipelines.
104
104
105
- You can also import the library, and use the parsers (methods that take latex code
105
+ You can also import the library and use the parsers (methods that take latex code
106
106
and perform a single task) or the pipelines (a combination of parsers). For more
107
107
information, please visit the `documentation <https://pydetex.readthedocs.io >`_.
108
108
0 commit comments