the option rframe=empty has not effect in showexpl. Here is a WME
\documentclass{article}
\usepackage{showexpl}
\begin{document}
Here is:
\begin{LTXexample}[rframe=empty]
\begin{center}
Hello world!
\end{center}
\end{LTXexample}
\begin{LTXexample}[rframe=single]
\begin{center}
Good Bye!
\end{center}
\end{LTXexample}
\end{document}
Does anybody know how to delete the frame in the formatted text?