Memming's Inconsistency
Nothing Personal, Yet Subjective
Blog | Guestbook
Keyword | Local | Tag
T 27 / Y 78 / Total 54293
Catergories
Calendar
«   2010/07   »
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Tag
tip, MATLAB, vim, LaTeX, mathematics, Google, Tips, 촛불집회, derivative, conference wsom, theorem, CNEL, correlogram, ocw, equation search engine, algorithm, synchrony, spike train, coupled oscillator, javascript,
Archive
Link
Search
  submit
Recent Articles
Recent Comments
Recent Trackbacks
해당되는 게시물 3건
2007/05/10 09:15
Syntax highlighted HTML of MATLAB source code
2007/05/10 09:15 2007/05/10 09:15
When you want to make a colorful HTML out of a vim syntax highlighting and color scheme, you can use the following script.

:runtime syntax/2html.vim

There is also a perl package called text-vimcolor which you can call from CGIs.

Example
ViM rules!
 (from vim.org Tip#621)
TAG : , ,
2007/01/27 15:42 2007/01/27 15:42
Not many people know there's a block comment functionality in MATLAB.

%{
These are all commented.
function call, for loop, everything.
%}

The default syntax file of vim 7 does not highlight these.
Add the following lines to $VIM/syntax/matlab.vim

syn region matlabBlockComment        start=+%{+    end=+%}+
HiLink matlabBlockComment        Comment

The syn region line has to come after the "syn match matlabComment" line.
TAG : , ,
2006/09/23 10:25 2006/09/23 10:25
In Vim 7.0, spelling module is included.
Include the following line to .vimrc (or _vimrc in Windows)
for automatic setting, and it will enable spell checking on *.tex and *.doc files.
au BufRead *.tex,*.doc setlocal spell spelllang=en_us
Use ]s and [s to search for misspelled words,
z= for suggestions zg to add to dictionary
TAG :
 Prev   1   Next 
memming’s Blog is powered by Tattertools.com / Designed by faido