/tikz-mode

Edit TikZ/PGF figure on emacs using auctex

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

License: GPL v3

TikZ mode

TikZ mode is a derived mode of TeX-mode from auctex. The purpose of this mode is to be able to edit TikZ/PGF figure on emacs. It provides an additional command, CompilePGF, which is compiling a standalone PDF which can be vizualized. This command relies on the compilePGF.py scripts which should be in the path.

Installation

I suggest to use straight to do achieve the installation as the package is not yet available on melpa.

  (use-package tikz-mode
    :ensure straight
    :straight (tikz-mode :type git :host github :repo "seblemaguer/tikz-mode"))