WriteTeX

授权协议 GPL-3.0 License
开发语言 Python
所属分类 企业应用、 LaTeX排版系统
软件类型 开源软件
地区 不详
投 递 者 赵禄
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

WriteTeX

Due to incompatible change of Inkscape extension API, this extension has to split into two versions. For Inkscape version lower than 1.0, users should use the files in 0.9.x folder, the other users should use files in 1.0.x folder.

You may also want to check WriteTeX2.

Logo

An Inkscape extension: Latex/Tex editor for Inkscape, inspired by textext.

This extension uses Inkscape build-in extension system, does not require TK or PyGtk as textext. Live preview feature is supported. You can obtain original TeX source from View Original TeX tab.

Installation

Just drop writetex.py and writetex.inx to Inkscape extension folder, which is normally at $inkscapeFolder$/share/extensions.

Make sure one LaTeX command and one PDFtoSVG converter are in your path.

Notes on PDFTOSVG

PDFTOSVG must be installed and added to your search path, otherwise you will get error like "IOError: Error reading file somesvg.svg". One supported PDFTOSVG is pdf2svg, which can be downloaded following locations:

  • For Windows user, pdf2svg can be downloaded from here or here.
  • For Mac user, pdf2svg can be installed by homebrew, or download from here.

More info

Can be found in the website.