About 76 results
Open links in new tab
  1. What is the difference between \dfrac and \frac? - TeX

    Sep 27, 2013 · The title says it all, both \dfrac {a} {b} and \frac {a} {b} make fractions, so what is the difference between the two?

  2. How to get a little frac - TeX - LaTeX Stack Exchange

    Oct 8, 2010 · If you want the numerator on top of the denumerator, and have it appear smaller, the way it typically does in inline math mode as opposed to displayed math style, then use \tfrac{x}{y} …

  3. Practical consequences of using \over vs. \frac? - TeX

    \[ \frac{\fam0 a}{b} \] For my purposes, should such an issue arise, it is easily resolved by using \frac and so, while this example illustrates a shortcoming of \over and the need for something more robust, it …

  4. Elegant fractions in one line - TeX - LaTeX Stack Exchange

    It is nearly always best to use the slashed form for fractions in the text:

  5. integration - integrating $ I = \int_ {0}^ {1} \sqrt {\frac {\ {1/x ...

    Feb 9, 2026 · I want to evaluate the integral. I have evaluated it using a long method of substitution. But in the book in which I found this question, it gave a hint to solve it using the integral representatio...

  6. Fractions with large elements - TeX - LaTeX Stack Exchange

    With amsmath or mathtools you can write dfrac instead of frac, but since dfrac is used for inline fractions, it won't change anything for you in math environments. My workaround is using …

  7. fractions - When to use \tfrac? - TeX - LaTeX Stack Exchange

    Dec 8, 2016 · Often it looks better to use \tfrac if you are just wanting a numeric fraction as part of an expression, when the display fraction can look a bit spacey. Conversely if the fraction is already a …

  8. Proper display of fractions - TeX - LaTeX Stack Exchange

    The \scaleleftright[maxwidth]{left-delim}{term}{right-delim} macro provides scalable (not extensible) delimiters without forcing vertical height symmetry about \frac s. The optional parameter is a width …

  9. What is the meaning behind the common fraction notation …

    Jun 23, 2023 · Then what does $\frac {3} {4}$ of the cake mean? Or is it just a shorthand way of writing (where the denominator is the number of equal parts into which something is divided and the …

  10. What is the difference between \over and \frac? - TeX

    The command \over is a so-called "primitive" command that's available in Plain TeX and in LaTeX. \frac is a LaTeX-only command that builds on the \over macro to provide something that's much less likely …