Menu

#213 Error: can't find file ${PATH}/.config/libreoffice/4/user/TexMaths/tmp/tmpfile.bsl

v1.0_(example)
open
nobody
None
5
2 days ago
2026-09-13
No

I just opened a new file on Writer and typed something on the tool and clicked 'LuaLaTeX' to render then I got the error and some LuaLaTeX preamble stuff on the document.

Version: 26.2.6.3 (X86_64)
Build ID: 620(Build:3)
CPU threads: 4; OS: Linux 6.18; UI render: default; VCL: gtk3
Locale: en-US (en_US.utf8); UI: en-US
26.2.6-1
Calc: threaded

TexMaths v0.52.6

1 Attachments

Discussion

  • Roland Baudin

    Roland Baudin - 2026-09-14

    Could you post an example of equation where the error occurs (with your TexMaths preamble)?

     
  • Benjamim Sousa

    Benjamim Sousa - 5 days ago

    Preamble:

    \usepackage{amsmath}
    \usepackage{amssymb}
    \usepackage[usenames]{color}
    \usepackage{ifxetex}
    \usepackage{ifluatex}
    
    % XeLaTeX compiler
    \ifxetex
    
        \usepackage{fontspec}
        \usepackage{unicode-math}
    
        % Uncomment these lines for alternative fonts
        %\setmainfont{FreeSerif}
        %\setmathfont{FreeSerif}
    
    % LuaLaTeX compiler
    \else\ifluatex
    
        \usepackage{fontspec}
        \usepackage{lualatex-math}
    
    % LaTeX compiler
    \else
    
        % Uncomment this line for sans-serif maths font
        %\everymath{\mathsf{\xdef\mysf{\mathgroup\the\mathgroup\relax}}\mysf}
    
    \fi\fi
    
    % Uncomment this line for custom color
    %\definecolor{mycolor}{RGB}{0, 130, 180}
    

    Code:

    \sigma = \sum{\frac{(x_1 - \overline{x})^2}{n}}
    
     
  • Benjamim Sousa

    Benjamim Sousa - 2 days ago

    If it adds, I'm running Tex Live installed separately on my Manjaro following the instructions on the Quickstart.

    Here's some output I think it might be useful:

    $ lualatex -v
    This is LuaHBTeX, Version 1.24.0 (TeX Live 2026)
    Development id: 7724
    
    Execute  'luahbtex --credits'  for credits and version details.
    
    There is NO warranty. Redistribution of this software is covered by
    the terms of the GNU General Public License, version 2 or (at your option)
    any later version. For more information about these matters, see the file
    named COPYING and the LuaTeX source.
    
    LuaTeX is Copyright 2025 Taco Hoekwater and the LuaTeX Team.
    
    $ tlmgr --version
    tlmgr revision 79639 (2026-07-10 18:45:34 +0200)
    tlmgr using installation: /usr/local/texlive/2026
    TeX Live (https://tug.org/texlive) version 2026
    
     

    Last edit: Benjamim Sousa 2 days ago
  • Benjamim Sousa

    Benjamim Sousa - 2 days ago

    Errata

    • On the tittle I said "[...] ${PATH}/.config/libreoffice/4/user/TexMaths/tmp/tmpfile.bsl"
      The right path is ${HOME}/.config/libreoffice/4/user/TexMaths/tmp/tmpfile.bsl
      The attached image fix this but I wanted to change the tittle, but as I can't, I think it's better pointing it here
     

Log in to post a comment.