Document Classes ⇒ beamer \dot{X}
-
- Posts: 47
- Joined: Wed Nov 11, 2009 9:30 pm
beamer \dot{X}
\dot{X} with beamer ends up as an egyptian symbol of sorts. Is there a way to correct this without resorting to different fonts that pervade the entire document? In other words I'd like to keep the entire presentation the same except for the \dot{X}.
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 90
- Joined: Fri Nov 06, 2009 7:29 am
beamer \dot{X}
A minimal working example would be very useful for anyone trying to help you with this problem
regards
david
regards
david
-
- Posts: 47
- Joined: Wed Nov 11, 2009 9:30 pm
beamer \dot{X}
Sorry, I guess this is dependent on usepackage{fourier} for whatever reason, which is required by something else I'm using.
Code: Select all
Code, edit and compile here:
\documentclass{beamer}\usepackage{amsmath,amssymb,amsfonts}\usepackage[upright]{fourier}\begin{document}\frame{\frametitle{The Equation}\begin{eqnarray*}\dot{X} &=& BLAH\end{eqnarray*}}\end{document}
-
- Posts: 90
- Joined: Fri Nov 06, 2009 7:29 am
Re: beamer \dot{X}
That's better
It's actually giving an A with an omega on it, but I still don't know how or why, I'm sure someone else will help you out
It's actually giving an A with an omega on it, but I still don't know how or why, I'm sure someone else will help you out
Re: beamer \dot{X}
I don't know why it doesn't work either, but I guess you could try something like \overset{.}{X} as a temporary workaround.