No matter whether I use
title = "Example Trajectory", #L"Example Trajectory for $\tau=0$",
titlefont = texfont(),
or
title =#L"Example Trajectory for $\tau=0$",
in Makie, I never manage to get the title to become bold (especially not with \texbf which does not work with LatexStrings). Does anyone have pointers for me?