昨日macvimをインストールしましたが、今日はvimLatexをインストールしようとしています。
私が混乱していることの1つは、トップバーのメニュー項目です。
-------------------------------------------------------------------------------
<apple icon> File Edit Tools Syntax TeX-Suite TeX-Environments TeX-Elements
-------------------------------------------------------------------------------
| Packages > |_____
| Templates > | 1: |
| Macros > | 2: |
|----------- | 3: |
| Compile | 4: |
| View |-----
| ... |
-------------
つまり、あなたが行くTeX-Suite -> Templates
と、メニュー項目を含むサブメニューがあります:1: 2: 3: 4:
。
これで、これらのテンプレートがここにあることがわかりました。
% pwd
/Users/me/.vim/ftplugin/latex-suite/templates
% ls
IEEEtran.tex article.tex report.tex report_two_column.tex
そしてそれらは正しく名付けられています。
:TTemplate
また、 vimコマンドも同じことをする必要があることを私は知っています。これを入力すると、次の結果が得られます。
Choose a template file:
(1) IEEEtran (2) article
(3) report (4) report_two_column
Enter number or name of file :
だから私はこれがMacVimのバグであるに違いないと思っています。これは合理的な仮定ですか?修正はありますか?