[Solved] Help with subscripts

Discuss the formula editor
Post Reply
reddogg
Posts: 21
Joined: Sun Jun 22, 2008 1:41 am

[Solved] Help with subscripts

Post by reddogg »

I want a right subscript to be : t-1 but when I enter the minus sign the formula shifts up to the regular level. I can get t-1 as a right subscript only by enclosing it in parenthesis : (t-1). But that's not what I want. Any suggestions?

Thanks,

reddogg
Last edited by reddogg on Tue Jan 20, 2009 12:29 am, edited 1 time in total.
OOo 3.1.X on openSuse 11.2
User avatar
RGB
Posts: 1456
Joined: Mon Oct 08, 2007 1:34 am

Re: help with subscripts

Post by RGB »

The minus sign is a "binary operator" and needs something before and after it to work. Try this code:

Code: Select all

t_{{}-1}
There are two types of people: those who believe that there are two types of people and those who do not.

openSUSE Leap with KDE Plasma / LibreOffice
Jim Hlavka
Posts: 5
Joined: Mon Jan 19, 2009 11:29 pm

Re: Help with subscripts

Post by Jim Hlavka »

Parentheses show up on the page, but braces do not. Using braces makes any characteristic apply to a group of stuff. So to get "X sub t-1", type
X_{t-1}
OOo 3.0.X on Ms Windows XP + Linux
reddogg
Posts: 21
Joined: Sun Jun 22, 2008 1:41 am

Re: [Solved] Help with subscripts

Post by reddogg »

The enclosing braces instead of parenthesis do the trick! Thanks for the help!

reddogg
OOo 3.1.X on openSuse 11.2
Post Reply