When I use the option [frame=single] for LTXexample, the frame around the LaTeX code gets poor vertical alignment with respect to the formatted output, especially for one-line coding.
How can we get the two frames to align vertically?
Thanks!
\documentclass{article}
\usepackage{showexpl}
\begin{document}
\begin{LTXexample}[frame=single,numbers=none]
\TeX
\end{LTXexample}
\end{document}

