Vim-laTeX

「Vim-laTeX」の編集履歴(バックアップ)一覧はこちら

Vim-laTeX」(2008/08/20 (水) 19:47:31) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

// Vim-laTeX [[Vi関連]]に戻る ---- #contents() ---- *インストールと初期設定 **ダウンロード まずは公式サイト[[http://vim-latex.sourceforge.net/]] へ。 左上のロゴの下にある&bold(){Download}からダウンロードページへ行けるので、ファイルを落としてくる。 // **ファイル展開 WindowsとUnix系でファイルを置く場所が違う。 -Windowsの場合 ~/vimfiles -Unix系の場合 ~/.vim に展開する。 // **初期設定 ~/.vimrcに " REQUIRED. This makes vim invoke latex-suite when you open a tex file. filetype plugin on " IMPORTANT: win32 users will need to have 'shellslash' set so that latex " can be called correctly. set shellslash " IMPORTANT: grep will sometimes skip displaying the file name if you " search in a singe file. This will confuse latex-suite. Set your grep " program to alway generate a file-name. set grepprg=grep\ -nH\ $* " OPTIONAL: This enables automatic indentation as you type. filetype indent on と追加。 ---- #comment(,vsize=5)
// Vim-laTeX [[Vi関連]]に戻る ---- #contents() ---- *インストールと初期設定 **ダウンロード まずは公式サイト[[http://vim-latex.sourceforge.net/]] へ。 左上のロゴの下にある&bold(){Download}からダウンロードページへ行けるので、ファイルを落としてくる。 // **ファイル展開 WindowsとUnix系でファイルを置く場所が違う。 -Windowsの場合 ~/vimfiles -Unix系の場合 ~/.vim に展開する。 ディレクトリが存在しないのならば作成する。 // **初期設定 ~/.vimrcに " REQUIRED. This makes vim invoke latex-suite when you open a tex file. filetype plugin on " IMPORTANT: win32 users will need to have 'shellslash' set so that latex " can be called correctly. set shellslash " IMPORTANT: grep will sometimes skip displaying the file name if you " search in a singe file. This will confuse latex-suite. Set your grep " program to alway generate a file-name. set grepprg=grep\ -nH\ $* " OPTIONAL: This enables automatic indentation as you type. filetype indent on と追加。 ---- #comment(,vsize=5)

表示オプション

横に並べて表示:
変化行の前後のみ表示:
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。