I am wondering how to make a fraction in LaTeX small enough to fit on a line, or at least just a little larger. I could have sworn I had seen this before but I just cannot find it.
In particular, I would like to use it in an equation environment, and have it maintain this size.
I am sure there is a simple solution, but I cannot find it.

tfracseems to be similar to classicalfracin "inline" math mode. – zetyty May 15 '23 at 10:16sfracis quite "easy" to customize:\sfrac[⟨instance⟩]{⟨num⟩}[⟨sep⟩]{⟨denom⟩}(see documentation on CTAN). – zetyty May 15 '23 at 10:22