Skip to content

Math operator missing space #129

@aeyobd

Description

@aeyobd

Hello!

I believe latex inserts thin spaces after operators like \log and \sin (when a parenthesis does not follow). MathTeXEngine seems to omit this space.

For example, this code renders as:

using CairoMakie
text(L"\log x")

Image

But in latex, the same string looks like:

Image

Image from latex code:

\documentclass{article}

\begin{document}
$\log x$\\
\end{document}

I am using Makie v0.22.2 on MacOS with julia 1.11.4.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions