You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not know if this is a special case for unicode math, but it bugs me that I cannot get rid of these warnings.
\documentclass{article}
\usepackage{unicode-math}
\begin{document}
Test
\end{document}
% latexrun --latex-cmd=lualatex test.tex
test.tex: warning: extra `}' in log; file names may be wrong
test.tex: warning: extra `}' in log; file names may be wrong
test.tex: warning: extra `}' in log; file names may be wrong
The text was updated successfully, but these errors were encountered:
I presume, the same problem occurs in the handling of parenthesis.
I do not know if I will find the time to fix this issue, so this info might be helpful.
I do not know if this is a special case for unicode math, but it bugs me that I cannot get rid of these warnings.
The text was updated successfully, but these errors were encountered: