I would like to place a TikZ node inside normal text to get the fancy boxes. But the box is on the same baseline. I would like to get the text on the baseline. What can I do?
\documentclass{article}
\usepackage{tikz}
\begin{document}
Not all characters are at the same baseline \tikz{\node [rounded corners,draw] {X};}
\end{document}
{}button. – T. Verron Feb 19 '13 at 15:22