https://github.com/coldfix/latex-preview
Little wxWidgets GUI Utility for fast previewing latex-formula-snippets
https://github.com/coldfix/latex-preview
Last synced: 3 months ago
JSON representation
Little wxWidgets GUI Utility for fast previewing latex-formula-snippets
- Host: GitHub
- URL: https://github.com/coldfix/latex-preview
- Owner: coldfix
- License: other
- Created: 2012-12-21T09:50:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T14:48:23.000Z (about 5 years ago)
- Last Synced: 2025-01-16T22:14:28.610Z (4 months ago)
- Language: C++
- Size: 72.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## wxLatexPreview
### Description
Little GUI Utilty that allows to preview 1-liner formula snippets.
The image file can also be exported via Drag & Drop.### Requirements
This application will properly function only if you have:
* a running LaTeX distribution
* `dvipng` utility
* lucky dayThe following libraries are used:
* [wxWidgets 2.8](http://wxwidgets.org/)
* [boost 1.50.0](http://www.boost.org/)
* [boost.process 0.5](http://www.highscore.de/boost/process0.5/)Other versions may also be compatible.