GeneralHow to indent paragraph enclosed in LTXexample ?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
yoyoimut
Posts: 120
Joined: Mon Oct 19, 2009 6:58 am

How to indent paragraph enclosed in LTXexample ?

Post by yoyoimut »

Hi all,

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}
Image

How to indent paragraph enclosed in LTXexample ?

Thank you.


regards,

yoyo

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply