Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

Is there a way to configure vim so that it only checks spelling in the text regions of tex files?

share|improve this question

2 Answers

up vote 8 down vote accepted

With the vim-latexsuite spell-checking works fine. Since it makes typing latex files a lot easier and faster I can only recommend it to every LaTeX-writing vim user.

share|improve this answer

Use the project specific dictionary for latex given at http://www.vim.org/scripts/script.php?script_id=499. It will remove all the keywords from being marked by vim's spellchecker.

share|improve this answer
Could you provide a more specific pointer? This seems to be to an old spell checking package (not the built-in one), and I can't locate anything very TeX-specific in the files. – András Salamon Aug 10 '10 at 17:27

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.