Latex Suite: increase symbols size

Hi, I need to write some relational algebra equations.

I would like to increase pi, rho and sigma size to make them like the last line of this image:

I’m using LateX Suite plugin, but I can’t find a way to do that.

Any suggestion?

Thank You!

Bien sûr ! Voici une réponse claire et précise que tu peux poster sur le forum d’Obsidian :


Hi,

You can adjust the size of π (pi), ρ (rho), and σ (sigma) in LaTeX using size commands like \large, \LARGE, or \Huge.

For example, try the following:

$$
\large{\sigma} \quad \LARGE{\rho} \quad \Huge{\pi}
$$

This will render the symbols with different sizes.

If you are using the LaTeX Suite plugin, ensure that it supports these size commands. Some rendering engines might require additional packages, but in most cases, the default MathJax implementation in Obsidian should work fine.

Cordially

1 Like

So so so grateful, thank you very much!