PDA

View Full Version : Doing fractional superscripts in latex


NotaPhysicist
Sep13-10, 05:09 AM
1. The problem statement, all variables and given/known data

I know this is the wrong place. I tired to post in Science materials but it wouldn't let me.

Trying to do this in latex

t_n = ar^(n-1)

t_n=ar^{n-1}


Getting weird results. I'm using Chrome on Vista. Its driving me nuts. I'm trying to post questions. Can someone sort me out?

cristo
Sep13-10, 05:14 AM
I've edited your post. Click on the equation to see the required input.

Mark44
Sep13-10, 09:07 AM
Assuming that you are interested in fractional exponents, here are a couple of ways of doing them. Click on either to see the underlying LaTeX code.

e^{x/2}
e^{\frac{x}{2}}

NotaPhysicist
Sep14-10, 05:06 AM
Thank you for doing that.

HallsofIvy
Sep14-10, 06:54 AM
In other words use { and } to group things you want all in the same superscript (or subscript or numerator or ...). If you actually want a "{" or "}" as, for example, in designating sets, use \{ and \}.

NotaPhysicist
Sep15-10, 03:42 AM
The problem had turned out to be the browser. Once I write some latex markup and click "preview", I get my first look at the result. Subsequently if I want to see revisions after clicking "preview" again, I have to refresh the page. Otherwise I see the old markup in the newly reviewed page. It will even show the markup from the last post if I don't refresh. So whatever edits I was doing to the markup, it wasn't showing up in my browser until I refreshed the page.

Using Chrome on Vista. Probably a cache problem. Does anyone else have this problem?

ehild
Sep15-10, 04:33 AM
Yes, the same problem. I use Mozilla and windows XP. Nothing helps. When I post it, the Latex code is usually correct. But it is impossible to edit. I have to remove and type in again.

ehild

diazona
Sep15-10, 04:40 AM
I think everyone has this problem. It's really the PF server's fault, since the server sends HTTP headers directing browsers to cache all images in a post preview for a week, and then it reuses the same URLs even if the LaTeX code changes. So there's no way to get around it without disabling the cache, or refreshing the page. (In Firefox, you can right click on an image, control-click "View Image" which will open it in a new tab, and then refresh that without having to refresh the whole page)