Saturday, November 2, 2013

Spellchecker doesn't work in all latex files

I'm using latex and I have the problem that spellcheck works for main.tex,
but doesn't work for section1.tex, which is included by main.tex.

I'm not sure but I think the problem is that the spellchecker only works
between \begin{document} and \end{document}.

This wouldn't be problematic if I have a single latex file,
but for big latex projects it is common practice to split them
across files.

Personally I think it would be best if spell checking was enabled everywhere,
except inside a command. So \ref{ref} and \cite{citation},
begin{things} should be ignored
and everything else should be spellchecked.

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment