Suggestion

This commit is contained in:
Fabrice Mouhartem 2023-10-14 19:14:45 +02:00
parent 41b4bba16b
commit d9e2205553
1 changed files with 4 additions and 2 deletions

View File

@ -34,8 +34,10 @@ In this blog post we will see how to setup [Neovim](https://neovim.io/) to
manipulate LaTeX document while enabling modern features such as
[language server
protocol](https://en.wikipedia.org/wiki/Language_Server_Protocol) and what you
want from any LaTeX IDEs: [backward and forward
searches](https://tug.org/tugboat/tb29-3/tb93laurens.pdf).
want from any LaTeX IDEs: forward and backward
searches (respectively going from the source code to the resulting document and
vice-versa, thanks to
[synctex](https://tug.org/tugboat/tb29-3/tb93laurens.pdf)).
As a PDF reader, we will use [zathura](https://pwmt.org/projects/zathura/) to
show how to setup backward search (search from the document toward the source).