0
votes
2answers
54 views

How change math font size in power?

How can I change the font for power such a way that the power symbol is rendered much smaller than the number 3 in the following formula? I need to sum (necessarily with \displaystyle) was much ...
2
votes
1answer
43 views

How can I fix the size of parentheses around stacked function symbols?

I apologize if this is a duplicate, I looked at a number of other questions regarding parentheses size but didn't find an answer to my problem. I'm trying to stack two function symbols within ...
8
votes
2answers
170 views

How to type a tall / symbol?

Say I want \documentclass{article} \begin{document} \[cl(V, q) =\left (\sum_{r=0}^{\infty} \bigotimes^r V\right)/\{v\otimes v = -q(v,v)\}\] \end{document} How to make the "/" symbol longer to ...
1
vote
2answers
374 views

Using \Mathsmaller in math display mode makes the character appear to the right of the symbol itstead of below it

I am trying to use \prod in math display mode but it appears large (larger than I want it to be) but when I use \mathsmaller from the relsize package the letter appears on right side of it instead of ...
6
votes
3answers
9k views

How to make math symbols bigger?

Is there a way to make math symbols bigger? Reason: I've used \sfrac{q}{m}, and those symbols appear far to small, so I would like to make them a bit bigger. edit: I just thought that \sfrac{q}{m} ...
3
votes
1answer
606 views

Changing size of greek in mathmode with Times fonts

I'm using mathptmx to write a paper for a conference that wants Times. Everything seems to be working ok, except for the size of the greek letters in mathmode. The greek letters have a larger ...
8
votes
3answers
6k views

Make equations large

I'm including some equations in my document, but want them to appear very large. I have them in display mode, as opposed to inline mode, but can't seem to find any way to make them larger. I've tried ...