Consider the following code:
\begin{tikzpicture}
\node[align=left,font={\small\bfseries}] at (-30 pt, 30pt) {99.99\% $500 \mu s$};
\node[align=left,font={\small\bfseries}] at (-30 pt, 10pt) {Median Latency $5 \mu s$};
\end{tikzpicture}
How can I make the 500 us align with the 5 us in the rendered image?
More specifically, I want it to align almost exactly like I have it in the plain text in the code above, with the left edge of 99 aligning with the left edge of Median, as well as having the numbers line up.
I tried using & as I would when trying to align two equations, but it just causes an error.



tabular? – egreg Jun 04 '14 at 20:51