You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the title already mentions: I just installed latex-box and did not manage to enable it for .tex-files. Autocompletion using Crtl-X Crtl-O works file for files named .latex but not for files ending with .tex. Also commands like :Latexmk do not work in .tex-files.
The text was updated successfully, but these errors were encountered:
If your 'filetype' is plaintex instead of tex, you should set g:tex_flavor to latex in your .vimrc. This variable holds the default tex flavor vim assumes for tex-files it cannot identify (e.g. for new/empty files).
As the title already mentions: I just installed latex-box and did not manage to enable it for .tex-files. Autocompletion using Crtl-X Crtl-O works file for files named .latex but not for files ending with .tex. Also commands like :Latexmk do not work in .tex-files.
The text was updated successfully, but these errors were encountered: