Tell me more ×
TeX - LaTeX Stack Exchange is a question and answer site for users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.

Example: Click here

where one can see a big dot (and circle) over W. I am using \dot{W} and \mathring{W} but seems not big enough.

share|improve this question

1 Answer

up vote 8 down vote accepted
\documentclass{article}
\usepackage{accents}
\begin{document}
$\accentset{\bullet}{b}$
\end{document}
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.