I am using showexpl package. The problem is the paragraph enclosed by LTXexample will never be indented.
Please see my code and screen shot below.
Code: Select all
\documentclass{article}
\usepackage{showexpl}
\begin{document}
\begin{LTXexample}[pos=b,frame=single,numbers=none]
Line1\\Line2 %This paragraph is not indented.
\par Line3\\Line4 %I use \par but it is still not indented .
\end{LTXexample}
\end{document}

How to indent paragraph enclosed in LTXexample ?
Thank you.
regards,
yoyo