You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe it.
I recently discovered the tool texdoc in texlive. When executing :VimtexDocPackage in neovim, this opens a web page in my browser on the https://texdoc.org website. This is quite nice ! However in the case of lacking internet connection, or because it is preferable to open local resources when possible, it would be nice to open the PDF documentation locally, as the behavior of the texdoc <package_name> command.
Describe the solution you'd like
It would be great to have an option to launch documentation request locally, instead of fetching them online.
Firing :VimtexDocPackage <package_name> in vim would open the PDF related to the package.
Apologies if this is already addressed somewhere else, or if this is already present in the program. After some research I didn't find anything in the doc, nor in the issues.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe it.
I recently discovered the tool texdoc in texlive. When executing
:VimtexDocPackage
in neovim, this opens a web page in my browser on the https://texdoc.org website. This is quite nice ! However in the case of lacking internet connection, or because it is preferable to open local resources when possible, it would be nice to open the PDF documentation locally, as the behavior of thetexdoc <package_name>
command.Describe the solution you'd like
It would be great to have an option to launch documentation request locally, instead of fetching them online.
Firing
:VimtexDocPackage <package_name>
in vim would open the PDF related to the package.Additional context
Link to the texdoc package
Apologies if this is already addressed somewhere else, or if this is already present in the program. After some research I didn't find anything in the doc, nor in the issues.
The text was updated successfully, but these errors were encountered: