All Projects → wanglongqi → Writetex

wanglongqi / Writetex

Licence: gpl-3.0
An Inkscape extension: Latex/Tex editor for Inkscape

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Writetex

Dvisvgm
A fast DVI, EPS, and PDF to SVG converter
Stars: ✭ 134 (-14.65%)
Mutual labels:  latex
Nuaathesis
LaTeX document class for NUAA, supporting bachelor/master/PH.D thesis in Chinese/English/Japanese. 南航本科、硕士、博士学位论文 LaTeX 模板
Stars: ✭ 142 (-9.55%)
Mutual labels:  latex
Org Fragtog
Automatically toggle Org mode LaTeX fragment previews as the cursor enters and exits them
Stars: ✭ 149 (-5.1%)
Mutual labels:  latex
Dapper Invoice
A billable-time invoice featuring style over substance
Stars: ✭ 135 (-14.01%)
Mutual labels:  latex
Texme
Self-rendering Markdown + LaTeX documents
Stars: ✭ 1,970 (+1154.78%)
Mutual labels:  latex
Latex Utilities
An add-on to LaTeX Workshop that provides some features that go beyond the bare essentials
Stars: ✭ 142 (-9.55%)
Mutual labels:  latex
Bithesis
📖 Unofficial LaTeX templates for your bachelor graduation thesis (and more) here at BIT.
Stars: ✭ 132 (-15.92%)
Mutual labels:  latex
Learningapachespark
LearningApacheSpark
Stars: ✭ 155 (-1.27%)
Mutual labels:  latex
Docker Alpine Texlive Ja
Minimal TeX Live image for Japanese based on alpine
Stars: ✭ 140 (-10.83%)
Mutual labels:  latex
Latex2exp
Use LaTeX in R. More LaTeX, less plotmath!
Stars: ✭ 148 (-5.73%)
Mutual labels:  latex
Magic Latex Buffer
Magical syntax highlighting for LaTeX-mode buffers
Stars: ✭ 135 (-14.01%)
Mutual labels:  latex
Latex Cheatsheet
Template for a compact LaTeX Cheatsheet I made some years ago.
Stars: ✭ 136 (-13.38%)
Mutual labels:  latex
Sciblog
A blog made with django designed like a scientific paper written in Latex.
Stars: ✭ 145 (-7.64%)
Mutual labels:  latex
Pandoc Markdown Template
Markdown templates for Pandoc
Stars: ✭ 135 (-14.01%)
Mutual labels:  latex
Latex Koma Template
Generic template for midsize and larger documents based on KOMA script classes.
Stars: ✭ 151 (-3.82%)
Mutual labels:  latex
Hedgehog Lab
Run, compile and execute JavaScript for Scientific Computing and Data Visualization TOTALLY TOTALLY TOTALLY in your BROWSER! An open source scientific computing environment for JavaScript TOTALLY in your browser, matrix operations with GPU acceleration, TeX support, data visualization and symbolic computation.
Stars: ✭ 1,797 (+1044.59%)
Mutual labels:  latex
Ipynb Tex
Include Jupyter notebook cells in TeX documents
Stars: ✭ 143 (-8.92%)
Mutual labels:  latex
Texsoup
fault-tolerant Python3 package for searching, navigating, and modifying LaTeX documents
Stars: ✭ 157 (+0%)
Mutual labels:  latex
Nasa Latex Docs
An easy and convenient package to create technical LaTeX documents.
Stars: ✭ 153 (-2.55%)
Mutual labels:  latex
Whatsbook
Create books from WhatsApp group chats with Python and LaTeX
Stars: ✭ 147 (-6.37%)
Mutual labels:  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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].