Hi Jan:

Thanks for your help. I had figured out the part about %\ by the time I read 
your email. You are correct. Vim was trying to alert me to the comment aspect 
of %. I fixed that problem with the backlash, both for vim highlighting and for 
Latex.

I'll try your suggestion about the apostrophes.

Best regards,

Pedro


>The % character starts a comment in LaTeX, and vim will therefore use
>the syntax highlight for comments. It sounds to as if that's the case
>here. If you want to insert a literal '%' in LaTeX, you have to use
'>\%'.


>That means that the part between the "'"s is treated as a string, and
>you also will have to escape that character in some way.


--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to