The following settings affect the completion functionality in Latex-Suite.
These three settings affect the aesthetics of the completion functionality.
Setting | Explanation | Default Value |
---|---|---|
g:Tex_ViewerCwindowHeight | The height of the cwindow which displays the list of \labels etc. | 5 |
g:Tex_ViewerPreviewHeight | The height of the preview window which shows the context of a \label etc. | 10 |
g:Tex_ExplorerHeight | The height of the explorer window which lists the files from which to choose an image file. | 10 |
g:Tex_ImageDir | The directory to scan for images | '' |
Type | string |
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.
Type | Boolean |
Default Value | 0 |
When this variable is non-zero, then Latex-Suite will try to remember results from the \cite completion as described in this section.