Tagged Questions
6
votes
1answer
163 views
About shorthand \frac
It is possible to write \frac 2 4 or \frac \pi 4 to get 2/4 and \pi/4, respectively.
However, it is not possible to write \frac \sqrt{2} 2 to get \sqrt{2}/2.
Are there consistent rules on how to ...
15
votes
3answers
468 views
How would you name these fraction macros?
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 ...
5
votes
3answers
261 views
Define my own xfrac command?
Is it possible to create my own xfrac command - without using that package (it is giving me too much trouble)? I know you can do superscript, subscript to make a fraction look.
Can I do something ...
7
votes
2answers
727 views
Please critique this “intermediate size” fraction macro.
I often write a lot of mathematics where I multiply various quantities/operators/etc. by fractions. The fractions are important for bookkeeping, but usually not the most important thing in the ...