A simple Markdown-to-LaTeX converter and text editor. With (useful) GUI.
Current preview stack: embedded PDF preview panel powered by QPdfView (QtPdfWidgets).
Install all required dependencies (Linux only):
./scripts/install-deps.shOr see docs/dependencies.md for manual installation.
For manual Linux installs, make sure Qt PDF development packages are present
(qt6-pdf-dev on Debian/Ubuntu).
Compile the application with CMake:
cd app
cmake -B build
cmake --build build -j$(nproc)Launch the application:
./app/build/bin/texloomRun the test suite:
ctest --test-dir app/build --output-on-failure