Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 488 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 488 Bytes

xopp2tikz

A quick and dirty Xournal++ file (xopp) to LaTeX Tikz Picture converter.

Usage

python3 xopp2tikz.py inputfile.xopp > output.tex

Supported

  • All shapes drawn with pen and text marker
  • Pen styles: normal, dashed, dotted, dashed-dotted
  • Colors
  • Filled shapes and overlapping with opacity
  • Text
  • TeX formulas

Currently unsupported

  • Images
  • Audios
  • Multi-page xopp files

License

Entire repository is licensed under GNU GPL v3 or later. See LICENSE.