On Thu, Nov 07, 2002 at 01:08:56PM +0100, tomek wrote:
> Hi,
> I think I've found a bug in vim-latex.
> When I choose package from menu TeX-Packages (for example hyperref) then
> \usepackage[]Ťť{hyperref}Ťť} is iserted.
> ^^ ^^
> Problem concern TeX-Environments too - for example itemize, after
> \end{itemize} the same strange chars are inserted.
This is not a bug. This is a feature :)
In latin1 Ťť are chars of big beauty <<>>. Unfortunately in latin2 (aka
iso-8859-2 and probably also in cp1250) in this place are Chech
diacritics. This pair is called placeholders (read :help placeholders).
You can use it to easy move through templates and environments.
Solution is common for all latin2 users:
In texrc is possibility of changing this characters. Eg. for '<>' Edit
your personal texr. Find section /Place Holder Options and change value
of proper variables.
Mikolaj
--
LaTeX + Vim = http://vim-latex.sourceforge.net/
Learn Touch Typing with Vim:
http://vim.sourceforge.net/script.php?script_id=461
|