Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

texloom

CI codecov

A simple Markdown-to-LaTeX converter and text editor. With (useful) GUI.

Current preview stack: embedded PDF preview panel powered by QPdfView (QtPdfWidgets).

Dependencies

Install all required dependencies (Linux only):

./scripts/install-deps.sh

Or 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).

Build

Compile the application with CMake:

cd app
cmake -B build
cmake --build build -j$(nproc)

Run

Launch the application:

./app/build/bin/texloom

Tests

Run the test suite:

ctest --test-dir app/build --output-on-failure

About

A simple Markdown-to-LaTeX converter and text editor. With (useful) GUI.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages