LaTeX - dfrac with textstyle numerator

  • Context: LaTeX 
  • Thread starter Thread starter Whovian
  • Start date Start date
  • Tags Tags
    latex
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 3K views
Whovian
Messages
651
Reaction score
3
While typing up a LaTeX document (long story,) in an align environment, I ran into having to type up a fraction which, while it didn't force the align to go off the page, it went past the later \tag{1}, which, needless to say, is somewhat annoying. I came up with the clever idea of limiting the fraction's size by using \tfrac, though this looked pretty annoying. So I came up with the other clever idea of only making the numerator \textstyle, which my intuition says will look lovely. Unfortunately, any attempt at doing so fails. For instance,

Code:
\dfrac{\textstyle a}{a}

parses to ##\dfrac{\textstyle a}{a}##. Anyone have a solution to this, or, alternatively, another solution to my original problem?
 
Physics news on Phys.org
If I understand well, you want to make the counter smaller than the denominator. It can be done winthin an inline environment as eg.

Let us see the following equation: $\frac{a}{\displaystyle a}$