Questions tagged [spellchecking]
The spellchecking tag has no summary.
13 questions
0 votes
0 answers
110 views
Where did the spell checker in TeXworks go? [duplicate]
I use TeXworks, which, for the longest time had an (English) spell checker built in (via spell menu). All of a sudden it is not there any longer. What happened? It may be that some proprietary issues ...
0 votes
0 answers
53 views
LanguageTool ignore list
I am not that knowledgeable about coding. I am using languagetool .jar v6.0 local host version, with TexStudio. I just want to add an ignore list of some technical words that were marked as misspelled ...
1 vote
0 answers
73 views
What Code Standardization Tools are available for LaTeX to correct misspelled commands?
Some users of LaTeX often have difficulty memorizing the language keywords or LaTeX commands. Suppose you wrote a sort of shell around LaTeX and you wanted to allow many different commands in the ...
0 votes
0 answers
22 views
LyX Install Not Recognizing Installed Spellcheck Dictionaries Ubuntu 24.04
I've read the responses to the prior question. In my case, the Hunspell dictionaries box is grayed out. I know I have hunspell installed. Any insight would be appreciated. I should point out that I ...
0 votes
0 answers
88 views
Spelling Checker in TeXworks does not work
I installed English spell checking dictionary in TeXworks according to this answer. But after I selected the installed dictionary (Edit Menu -> Spelling -> English - United States (en_US)), the ...
2 votes
0 answers
110 views
LanguageTool stopped working after TeXstudio update
(Running TeXstudio 4.8.4 on Apple M2 with macOS Sequoia 15.1) A few months ago, LanguageTool stopped working after I updated TeXstudio. I didn't bother fixing it then, but now that I am using it ...
0 votes
0 answers
284 views
texstudio spellcheck not working
I am new to texlive and texstudio. I am using texstudio 4.8.0. I find that spell check is not working. Below is the configuration info. What can I do to make spell check working? By the way, I am ...
0 votes
1 answer
1k views
How to exclude files from LTEX LanguageTool grammar/spell check
How can I exclude certain files from the grammar/spell check of LTEX in VS Code? It automatically scans all files in my project folder and finds about 100 errors in my bibliography.bib file for ...
2 votes
0 answers
603 views
Overleaf spellcheker marks all words as errors
I am writing a document using overleaf and spellcheker underlines all words with red, it looks like this: How can I fix it? By some reason it did't underline all words in other documents that I wrote....
0 votes
0 answers
24 views
Spellchecker nonfunctional in English
Spellchecker doesn't correct as I type, and when I click "Check Spelling," it always says everything is fine, even though I've deliberately included errors (e.g., "spelting" ...
1 vote
1 answer
59 views
Where to put "pwl_english.dict" file?
I have an old pwl_english.dict file (from an old LyX 2.2 installation). Where do I put it in my new LyX 2.3 folder so that spell check correctly recognizes the words in that file as correctly spelled? ...
0 votes
0 answers
119 views
Greek SpellChecking with texmaker
I want to use greek spellechecking with texMaker. They provide a resource for additional dictionaries for multiple languages, but the greek one doesn't seem to work. I downloaded and placed in the ...
1 vote
1 answer
307 views
Can I customize ispell to ignore environments
I've found a couple of answers about ignoring commands (environment variables TEXSKIP1 and TEXSKIP2 can contain commands with 1 resp 2 arguments -- how I wish there were a 3 variant!) but not about ...