当前位置: 首页 > 工具软件 > VimTeX > 使用案例 >

vimtex环境配置

申屠英韶
2023-12-01

vim Latex配置

系统环境 Ubuntu18.04

配置步骤

  1. 安装vimtex

    https://github.com/lervag/vimtex

  2. 安装vim-latex-live-preview

    https://github.com/xuhdev/vim-latex-live-preview

  3. 安装适配的pdf阅读器,本人安装了Zathura

测试安装

新建一个空目录,在其中新建一个.tex文件,内容如下,在当前vim中运行:LLPStartPreview命令,如果Zathura正常弹出pdf预览,则安装成功。

\documentclass{article}
\begin{document}
Hello, world!
\end{document}

问题纪录

错误: Failed to compile bibliography
解决方法:注意不要在含有其他非latex文件的目录下使用.tex文件测试是否安装成功。
https://github.com/xuhdev/vim-latex-live-preview/issues/21

 类似资料: