" file: texvimrc.vim " tex-related macros for vim--user modifications " Last modified: Mon Mar 06, 2000 17:36:19 Eastern Standard Time " author: Benji Fisher " Make a copy of this file in your main vim directory, $VIM or in your " $HOME directory. It will be sourced from the file texmacro.vim, which " should be in a subdirectory (recommended name TeX) of $VIM. " Settings made here will affect the menus defined in texmacro.vim, so it is " recommended to use this mechanism instead of defining your own mappings "by " hand." You should NOT put TeX autocommands here, nor in your vimrc file: " they will be clobbered when texmacro.vim is sourced. Instead, put them in " the file texauto.vim. " 1. Quoting style: the default is ``English.'' " Use TeX_strictquote = "open" if you want open quotes " to be ignored unless they immediately precede an alphabetic character. " Other options are "close" and "both". " French <> " let TeX_open = "<<" " let TeX_close = ">>" " German (?) >>quotations<< " let TeX_open = ">>" " let TeX_close = "<<" " Polish ,,quotations''--use strictquote to avoid problems with ",,". " let TeX_open = ",," " let TeX_close = "''" " let TeX_strictquote = "open" " 2. Key bindings for various functions let TeX_dvioptions = '--src-specials' " for MikTeX " subject to change in later versions: %l gets replaced by line number. let TeX_dviviewer = 'yap -1 -s %l%f' " for MikTeX let TeX_PDFviewer = 'start D:\Adobe\Acroba~1.0\Reader\Acrord32' " let TeX_DVI_key = '' " let TeX_DVIview_key = '' " let TeX_PDF_key = '' " let TeX_PDFview_key = '' let TeX_ask_env_key = '' " let TeX_read_env_key = '' let TeX_determinant_key = '\d' let TeX_matrix_key = '\m' let TeX_unmatrix_key = '\M' let TeX_cases_key = '\c' let TeX_Row_reduce_key ='\r' let TeX_transpose_key ='\T' " let TeX_equation_key = '\e' let TeX_System_of_eqns_key = '\s' let TeX_exercise_list_key = '\x'