About 79 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

    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

  3. 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 …

  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. Practical consequences of using \over vs. \frac? - TeX

    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 does not …

  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. Fraction within another fraction - TeX - LaTeX Stack Exchange

    Feb 24, 2019 · Im using the code as shown below to write a step by step for a question but when i have a fraction in another fraction it becomes small and hard to read. i wish to make the faction inside the …

  9. 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 …

  10. Converting text math to TeX math (e.g. automatically filling in \left ...

    Converting text math to TeX math (e.g. automatically filling in \left (, \right), \frac, etc) Ask Question Asked 14 years, 6 months ago Modified 14 years, 6 months ago