Math & ScienceReally small Fractions

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
biddlesby2

Really small Fractions

Post by biddlesby2 »

Hi all,

I am trying to use the fraction 1/2 in index subscripts; for example

Code: Select all

 \[ x_{i-\tfrac{1}{2}}, x_{i+\tfrac{1}{2}} \]
(not sure how to get that code displaying as latex)

I'd normally use \tfrac for this, but it just isn't small enough! I have tried \scriptstyle and \scriptscriptstyle, but still no joy.

Any ideas? I am wondering if I have to install a new font and then use a symbol in there, although I found nothing particularly pleasant-looking in the comprehensive symbol list.

I need the solution to work in both inline and block equations.

Thanks for your help

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Frits
Posts: 169
Joined: Wed Feb 02, 2011 6:02 pm

Really small Fractions

Post by Frits »

Maybe with slanted fractions? Call the package xfrac (or siunitx) in your preamble and then:

Code: Select all

\[ x_{i-\sfrac{1}{2}}, x_{i+\sfrac{1}{2}} \]
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
Post Reply