-
Notifications
You must be signed in to change notification settings - Fork 407
Installation problems on Ubuntu via Termux #2148
Copy link
Copy link
Closed
Labels
Description
Description
I get the following error when trying to install vimtex on a Samsung S6 Lite Tablet using Ubuntu under Termux. I get the same error under vim using vim-plug or the native vim package system, and also in neovim. Any help would be much appreciated.
Error detected while processing function vimtex#init[7]..<SNR>26_init_state[1]..
vimtex#state#init[9]..vimtex#state#class#new[32]..vimtex#compiler#init_state[3].
.<SNR>41_init_compiler[5]..vimtex#compiler#latexmk#init[1]..1[5]..20:
line 9:
E121: Undefined variable: l:cmd
E116: Invalid arguments for function vimtex#log#warning
Error detected while processing function vimtex#init[7]..<SNR>26_init_state[1]..
vimtex#state#init[9]..vimtex#state#class#new:
line 32:
E170: Missing :endfor
Error detected while processing function vimtex#init[7]..<SNR>26_init_state[1]..
vimtex#state#init:
line 9:
E171: Missing :endif
Steps to reproduce
vim or nvim. Any .tex file. I used:
\documentclass{article}
\begin{document}
This is a test.
\end{document}Expected behavior
vim or nvim to open normally
Actual behavior
I get the error described above when opening a .tex file. Also, the \ll and \lv commands don't work.
Do you use a latexmkrc file?
No
VimtexInfo
I get the error: "E492: Not an editor command: VimtexInfo"Reactions are currently unavailable