根据 5 年前的一篇文章,这个,我尝试使用 SumatraPDF 作为 vim-latex 的查看器,在我的 vimrc 文件中使用以下命令:
let g:tex_flavor='latex'
let g:Tex_DefaultTargetFormat = 'pdf'
let g:Tex_CompileRule_pdf = 'pdflatex -synctex=1 -interaction=nonstopmode $*'
let g:Tex_ViewRule_pdf = 'C:\Program Files\SumatraPDF -reuse-instance'
我尝试编译这个:
\documentclass[11pt]{article}
\usepackage[a4paper, total={6.5 in, 9.5in}]{geometry}
\begin{document}
\section{Introduction}
Some random text
\end{document}