L04DB4L4NC3R / texgroff.vim

A plugin to open groff output pdf in preview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

texgroff.vim

A plugin to open groff/latex/markdown live pdf preview


Requirements

  • groff with the groff_ms macro
  • pandoc for markdown and latex
  • zathura pdf viewer

Installation

  • Without vim package management system: Copy the main.vim file to your .vim/autoload

  • Pathogen:

git clone https://github.com/L04DB4L4NC3R/texgroff.vim ~/.vim/bundle/texgroff.vim

Keybindings

Leader Key Action
/ p Open live PDF Preview
/ q Compile groff(.ms)/latex(.tex)/markdown(.md)

Demonstration

View the demo on Youtube

Made with ❤️ by Angad Sharma

About

A plugin to open groff output pdf in preview

License:GNU General Public License v3.0


Languages

Language:Vim Script 100.0%