On Sun, 2 Dec 2007, Michael Hoffman wrote:
I'm using Sweave, which allows me to combine R language code and TeX commands in the same file. It uses Noweb format <http://www.eecs.harvard.edu/~nr/noweb/>, which means that regions beginning with \n<<>>= and ending with \@ are processed by R rather than TeX. I would prefer not to have these spell-checked in aspell. Is there an easier way to do this than writing a new filter? I know I can act on the noweb-produced TeX code, but then corrections are not propagated back to the original file.
See the context filter. Section 4.4.1.9 of the manual. _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
