Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leveled-up/xopp2tikz
Convert Xournal++ figures to LaTeX tikz pictures
https://github.com/leveled-up/xopp2tikz
converter latex tikz tikz-figures xournalpp
Last synced: about 1 month ago
JSON representation
Convert Xournal++ figures to LaTeX tikz pictures
- Host: GitHub
- URL: https://github.com/leveled-up/xopp2tikz
- Owner: leveled-up
- License: gpl-3.0
- Created: 2024-07-18T12:50:20.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T13:41:36.000Z (6 months ago)
- Last Synced: 2024-10-20T04:41:23.512Z (3 months ago)
- Topics: converter, latex, tikz, tikz-figures, xournalpp
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`.