79802797

Date: 2025-10-28 12:35:11
Score: 1.5
Natty:
Report link

This is a known compatibility issue between newer LibreOffice versions and TextMaths. The problem typically stems from LibreOffice's changing Python environment and path handling.
Here are several solutions to try:

Solution 1: Manual Path Configuration

  1. Find your LaTeX installation path:

    bash

    which latex
    which pdflatex
    which xelatex
    
  2. In TextMaths configuration, manually set these paths:

    • Go to Tools > Add-ons > TextMaths > Configuration

    • Instead of relying on auto-detection, manually specify the full paths to:

      • latex

      • pdflatex

      • dvisvgm

      • dvipng

Or maybe use Python approach ?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: nseaprotector