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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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