10.4 Latex Completion Customization

10.4.1 Window size settings
10.4.2 g:Tex_BIBINPUTS
10.4.3 g:Tex_RememberCiteSearch

The following settings affect the completion functionality in Latex-Suite.

10.4.1 Window size settings

These three settings affect the aesthetics of the completion functionality.

SettingExplanationDefault Value
g:Tex_ViewerCwindowHeightThe height of the cwindow which displays the list of \labels etc.5
g:Tex_ViewerPreviewHeightThe height of the preview window which shows the context of a \label etc.10
g:Tex_ExplorerHeightThe height of the explorer window which lists the files from which to choose an image file.10
g:Tex_ImageDirThe directory to scan for images''

10.4.2 g:Tex_BIBINPUTS

Typestring
Default Value''

This string describes the directories which are scanned while trying to search for .bib and .bbl files. See the cite completion section for more details.

This string should be set in the syntax accepted by Vim's native 'path' setting. Do not include the present directory '.'. While searching for bibliography files, the present directory will be prepended to this variable.

10.4.3 g:Tex_RememberCiteSearch

TypeBoolean
Default Value0

When this variable is non-zero, then Latex-Suite will try to remember results from the \cite completion as described in this section.