[Vim-latex-cvs] SF.net SVN: vim-latex:[1043] trunk/htdocs/faq.inc
Brought to you by:
srinathava,
tmaas
From: <tm...@us...> - 2008-08-07 13:51:11
|
Revision: 1043 http://vim-latex.svn.sourceforge.net/vim-latex/?rev=1043&view=rev Author: tmaas Date: 2008-08-07 13:51:20 +0000 (Thu, 07 Aug 2008) Log Message: ----------- fix html syntax Modified Paths: -------------- trunk/htdocs/faq.inc Modified: trunk/htdocs/faq.inc =================================================================== --- trunk/htdocs/faq.inc 2008-08-07 13:49:58 UTC (rev 1042) +++ trunk/htdocs/faq.inc 2008-08-07 13:51:20 UTC (rev 1043) @@ -296,8 +296,8 @@ </div> <blockquote> <div class=ans> -If you look at the filetype of your opened file (with <pre>:se ft</pre>, you will notice, that it is not set to 'tex', but probably to 'plaintex'. -To change this, you need to add <pre>let g:tex_flavor='latex'</pre> to your .vimrc file. +If you look at the filetype of your opened file (with <tt>:se ft</tt>), you will notice, that it is not set to 'tex', but probably to 'plaintex'. +To change this, you need to add <tt>let g:tex_flavor='latex'</tt> to your .vimrc file. </div> </blockquote> <!-- A sample Q & A This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |