Math & Science ⇒ How can I place a dash on top of a variable?
How can I place a dash on top of a variable?
1 - I am trying to put a trace over variable to symbolize that it is constant.
2 - And I'm also trying to put a point on top of the variable to symbolize that the variable is a rate of change.
Thank you in advance for your attention.
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
- Ijon Tichy
- Posts: 640
- Joined: Mon Dec 24, 2018 10:12 am
How can I place a dash on top of a variable?
\documentclass{article}\begin{document}Usual: $\mathrm{a}$ is a constant, not a variable.Unusual: $\bar{a}$ is a constant, not a variable.Usual: $\dot{a}$\end{document}

How can I place a dash on top of a variable?
