Hi, everyone
When create a new tex file, the "}" will be highlight. This is
really annoying. I must type another "nohl". I tried to detect where
this happen but it is too difficult for me.
Anyone has run into this problem?
Regards,
Zhou Yichao
We should make use of "`o", since it isn't maped to any Greece character.
I think a good solution is let `&->\wedge `w -> omiga and `o ->
omicron. Anyway let `& and `w both map to \wedge is a huge waste.
> `. also doesn´t produce \cdot as it should either..
Yes. This is in the document. So it is
ch contains a list of the options.
let j = 1
while Tex_Strntok(@a, ',', j) != ''
- let g:Tex_{Tex_Strntok(@a, ',', j)}_options = options
+ let g:Tex_{Tex_StrTurnHyphen(Tex_Strntok(@a, ',',
j))}
"`o" doesn't produce \omiga. But I think it should.
--
Create and publish websites with WebMatrix
Use the most popular FREE web apps or write code yourself;
WebMatrix provides all the features you need to develop and
publ
Hi, everyone
It seems that it is package.vim line 389 cause the problem. When
\usepackage{unicode-math}, it will do "let g:Tex_unicode-math_options =
.". But vim doesn't allow "-" in it variable name. So the error occurs.
I'm not familiar with what is the role of g:Tex_unicode-math_options so