"M.B. Schiekel" wrote:
> 
> How to control Lyx-Code-paragraphs indentation global?

in preamble:

\newlength{\myIndent}
\setlength{\myIndent}{\leftmargin}% <--- the standard value
 \renewenvironment{lyxcode}
   {\begin{list}{}{
     \setlength{\leftmargin}{\myIndent}
     \setlength{\rightmargin}{\leftmargin}
     \raggedright
     \setlength{\itemsep}{0pt}
     \setlength{\parsep}{0pt}
     \normalfont\ttfamily}%
    \item[]}
   {\end{list}}


and anywhere in the text in tex (red) or in latex preamble

\addtolength{\myIndent}{3em}

Herbert


-- 
http://www.educat.hu-berlin.de/~voss/lyx/

Reply via email to