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
I use wordy to improve my scientific writing --- typically, I use the TeX for typesetting mathematical paper, which includes TeX code for mathematical formulas, e.g.
Suppose $a$, $b$ and $c$ are the length of the three sides of a triangle, then
$$a+b>c.$$
where $a$ and so on are called inline formulas, and code with the double dollars are called display formulas, you can find the sample example on the above wiki page.
The problem is that, it seems wordy can't recognize the TeX code as mathematical formula. I learnt from languagetools that we can replace these formula with a single letter X, then the grammar checking works. I hope there will be some ability to process TeX file.
UPDATE
I checked the source code of vim-wordy, it seems has nothing to do with the mathematical formulas, the tex code in my example will mark are and then as weak words, which is defined in the weak.dic, so maybe I should change my problem to a new issue, how to add new rules of dictionary?
The text was updated successfully, but these errors were encountered:
I use wordy to improve my scientific writing --- typically, I use the TeX for typesetting mathematical paper, which includes TeX code for mathematical formulas, e.g.
where$a$ and so on are called inline formulas, and code with the double dollars are called display formulas, you can find the sample example on the above wiki page.
The problem is that, it seems wordy can't recognize the TeX code as mathematical formula. I learnt from languagetools that we can replace these formula with a single letter
X
, then the grammar checking works. I hope there will be some ability to process TeX file.UPDATE
I checked the source code of
vim-wordy
, it seems has nothing to do with the mathematical formulas, the tex code in my example will markare
andthen
asweak
words, which is defined in theweak.dic
, so maybe I should change my problem to a new issue, how to add new rules of dictionary?The text was updated successfully, but these errors were encountered: