I've got four macros now for typesetting fractions in text mode. TheĀ first writes them horizontally (shilling style, with a hyphen), the second writes them diagonally, the third writes them vertically, and the fourth chooses the style automatically based on the number of digits in the numerator and denominator.
What would you name each of the four macros?
For now, I'm calling them \texthfrac, \textdfrac, \textvfrac, and \textfrac, respectively. Each takes 2 or 3 arguments (2 if given just a fraction; 3 if given an integer followed by a fraction). Special care in kerning is needed for the 3-arguement case.
The reason I'm asking is because what's going through my head now is wondering how much work would be involved in releasing these as a LaTeX package. I'm really happy with how these all turned out.