I want to increase the live-preview font size for latex/mathjax. I can increase it using css when I exit a $ $ block, but not inside it. It currently looks like:
you can see the $x+1$ is much smaller than the normal text size. But when rendered (I move the cursour out of it) I see:
as expdcted. I can use css to increase the rendered size, but i cant seem to grab the un-rendered size.
Things I have tried
various css snippets Ive found, including:
.MathJax {font-size: 1.3em;}
etc.
this increases the size of the rendered math, which I dont really need.
I tried using the dev tools + inspector, but I cant seem to grab the unrendered block - it automatically converts to the rendered one when I select the item selector tool.
I used the inspector tool to find the class (.cm-match) then looked in app.css to see how that class is styled when it’s the active line.
Often the inspector tool is enough, but this time I couldn’t (or maybe can but just don’t know how to) keep the line active while navigating to it in the elements pane.
If none of this makes sense to you (yet!), just check out that link for how to get started.