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.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- 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?
