Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coldfix/latex-preview
Little wxWidgets GUI Utility for fast previewing latex-formula-snippets
https://github.com/coldfix/latex-preview
Last synced: 25 days 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T14:48:23.000Z (over 4 years ago)
- Last Synced: 2023-03-24T13:30:20.023Z (over 1 year ago)
- Language: C++
- Size: 72.3 KB
- Stars: 1
- Watchers: 2
- 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.