Link to home
Start Free TrialLog in
Avatar of keith77777
keith77777

asked on

How can I create a full indent in Latex?

In Latex, within a Remark command - as distinct from a default setting, the following forces an indent of 12pt for the first line of the content of an item description.

\newcounter{myenum}
\newenvironment{myenumerate}{\setcounter{myenum}{1}\def\item{\par\hspace{12pt}{(%\sf %
      \roman{myenum})\;}\stepcounter{myenum}}}{\newline}

But I want a proper indent of 12pt for all lines of the item description.
ASKER CERTIFIED SOLUTION
Avatar of Bordeaux0113
Bordeaux0113
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial