Tagged Questions
10
votes
2answers
579 views
aspell - how to ignore references inside \citep{} and \citet{} references
I'm using aspell --version
International Ispell Version 3.1.20 (but really Aspell 0.60.6)
to verify my tex files with the command:
aspell -d pt_PT --dont-tex-check-comments -c file0.tex
The ...
48
votes
8answers
11k views
Grammar-checking tool for use with LaTeX?
I am looking for a grammar-checking tool, i.e., something that checks for mistakes such as "two dog" or "a books". It has to work on Linux (Ubuntu). Also, since that I use macros to generate some of ...