Tagged Questions
3
votes
0answers
79 views
Two fractions with the same size
Can anyone tell me how I can make $A=\frac{1}{a} \frac{1}{1+\frac{a}{b}}$ look the same?
So I want $a$ to be on the same height as the other denominator.
MWE
\documentclass[11pt]{article}
...
6
votes
4answers
1k views
Proper display of fractions
Have a look at the following code:
\documentclass[letterpaper]{article}
\usepackage{amsmath,amssymb}
\begin{document}
$2-\frac{2}{1-\left(\frac{2}{2-\frac{2}{x^2}}\right)}$\quad
...
9
votes
2answers
3k views
Smaller fractions in displayed formulae?
How do you make script-sized fractions in display mode?
In certain cases, I find that \frac-based fractions are too large for my tastes in displayed formulae. For example, I feel that the fractions ...