I currently use MathJax as a teacher, and I love it! The issue I am having using MathJax when creating lessons is that the font size tends to be rather small. I need something that makes the text larger for all my students to read it (especially those who need large text for visual reasons).
Note I did ask a similar question before about font size here. The issue with the answer doing it this way is that you have to wrap \text{ } and use html headers <p> </p>
around everything you want to make text larger. This makes it really hard on me as a teacher wrapping all my text this way that I want larger. I know in LaTeX there was a way to make the math equations and normal text all be large by simply writing \{LARGE}
. I am looking for something that does this.
Is there a way to make everything be large without using headers, using a text functions, etc.? It makes it really difficult to use MathJax when you have to type
<h1> Let $f(x)=x^2$ </h1>
versus being able to typeLet $f(x)=x^2$
where all the text is large without having to do anything extra every single time you need that text to be larger.
I have used chtml: {scale: 2}, svg: {scale: 2},
but it doesn't change the normal text. I feel like I am missing one thing! Below is an example of making $\textbf{ }$ and the math portion to get large. The normal text is still small.