donRaphaco

Results 16 comments of donRaphaco

Please try adding `let g:tex_flavor = "latex"` to your vimrc. (See `:h g:tex_flavor` for information) If this does not solve the problem: What is the output of `:echo &ft` when...

Ok looks like the file has the wrong filetype, as the plugin only gets loaded for `tex` filetypes. I'm not sure why `let g:tex_flavor="latex"` doesn't work though... Did you add...

You mean the main pdf file of the hole project doesn't get updated? Yes that's true, currently only the pdf for the subfile itself is updated and not the pdf...

> subfile isn't a valid latex document, as it doesn't have \begin{document} Ok.. I thought you're using the [`subfiles`](https://www.sharelatex.com/learn/Multi-file_LaTeX_projects) package, my fault

I made the [subfile](https://github.com/donRaphaco/neotex/tree/subfile) branch and pushed a prototype. There a two Problems which make the implementation a bit tricky: 1. The way neotex currently works is that after every...

Thanks @Yougmark for the feedback. > 1. The modeline option only works when it's within the first 5 lines fo the file, not the last 5. > 2. The tempfile...

I pushed a update, which hopefully works much better. Things that changed: - The "modeline" now must end with a `:` at the end of the line. - You can...

> This sounds very promising. Is it working well enough to make a pre-release? It worked quite well for me so for, so I added the option `g:neotex_subfile` and merged...

I created the branch bibtex and made a commit: ca7ab59bdbecc012b09e96ac9dd7cef7f2085041 If you set the option `let g:neotex_bibtex=1`, it will check if there is a .bib file in the same folder...

Sorry for the late answer. Unfortunately I have very few experience with bibtex, but there are two things you could do to help me debug: 1. what is the output...