Document Classes ⇒ beamer \dot{X}
-
- Posts: 47
- Joined: Wed Nov 11, 2009 9:30 pm
beamer \dot{X}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 90
- Joined: Fri Nov 06, 2009 7:29 am
beamer \dot{X}
regards
david
-
- Posts: 47
- Joined: Wed Nov 11, 2009 9:30 pm
beamer \dot{X}
Code: Select all
\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}
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