Ming Yang
Ming Yang
It could be that search paths are not provided. Use `let g:nv_search_paths = ['~/note']` or any path where you want to store note files. The error message needs to be...
``let g:tex_flavor="latex"`` does not solve the problem. ``:echo &ft`` outputs ``plaintex`` in a non-main tex file, even after I did the above command. If I just open a non-main file,...
Okay, I added ``let g:tex_flavor="latex"`` to neovim configuration file. ``NeoTex`` command in non-main tex file doesn't report errors, but the pdf file is not re-compiled, i.e., not changed when I...
Okay, will be expecting the feature! No, subfile isn't a valid latex document, as it doesn't have \begin{document} and so on. I'll live without live preview for now. Thanks!
It works quite well. Thanks!! A few comments: 1. The ``modeline`` option only works when it's within the first 5 lines fo the file, not the last 5. 2. The...
Very cool. I think everything works well. It's updated automatically even without saving the file. So you fixed the compilation with cache files. Great!! Thanks!