- Notifications
You must be signed in to change notification settings - Fork8
latex live preview - plugin for neovim and vim 8
License
donRaphaco/neotex
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This plugin compileslatex filesasynchronously while edditing.
The PDF output gives alive preview of your document as you type.
You have the option tohighlight changes from the previous save using latexdiff.
Install using the plugin manager you like.
For examplevim-plug:
Plug'donRaphaco/neotex', {'for':'tex' }
For live previewing your latex file open the created PDF using a PDF viewer which supports auto reloading (I recommend zathura or evince).The PDF is created in the same folder where your latex file is stored.
| Option | Default | Description |
|---|---|---|
g:neotex_enabled | 1 | 0 = always disabled, 1 = default off, 2 = default on |
g:neotex_delay | 1000 | Update intervall in milliseconds |
g:neotex_latexdiff | 0 | enable latexdiff |
g:neotex_latexdiff_options | - | additional options for latexdiff |
g:neotex_pdflatex_add_options | - | additional options for pdflatex (-jobname=<filname> and-interaction=nonstopmode is always set) |
g:neotex_pdflatex_alternative | - | alternative for pdflatex (e.g.xelatex orlualatex) |
g:neotex_subfile | 0 | experimental support for subfiles (#8) (latexdiff won't work if enabled!) |
I also recommend settinglet g:tex_flavor = 'latex', which can prevent some issues. (see:h g:tex_flavor for information)
| Command | Description |
|---|---|
:NeoTex | Compile current buffer (asynchronously and without writing the file) |
:NeoTexOn | Turn live compilation on (for current buffer) |
:NeoTexOff | Turn live compilation off (for current bufffer) |
For better performance use aprecompiled preamble.
About
latex live preview - plugin for neovim and vim 8
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Contributors2
Uh oh!
There was an error while loading.Please reload this page.

