Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for TeX/LaTeX files #29

Open
vanabel opened this issue Sep 10, 2018 · 0 comments
Open

Support for TeX/LaTeX files #29

vanabel opened this issue Sep 10, 2018 · 0 comments

Comments

@vanabel
Copy link

vanabel commented Sep 10, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant