]> git.lyx.org Git - features.git/commitdiff
Fix for lyxcode environment
authorDekel Tsur <dekelts@tau.ac.il>
Tue, 17 Sep 2002 15:41:32 +0000 (15:41 +0000)
committerDekel Tsur <dekelts@tau.ac.il>
Tue, 17 Sep 2002 15:41:32 +0000 (15:41 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5316 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/layouts/lyxmacros.inc

index ab2d788ffe69389cfc46f0d218d9b1e01a71e1e4..88edca9e5eec525377c3330eab97d73785e9e3da 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-17  Dekel Tsur  <dekelts@tau.ac.il>
+
+       * layouts/lyxmacros.inc: Patch from Gady Kozma.
+
 2002-09-15  John Levon  <levon@movementarian.org>
 
        * images/math/: add icons for delimiters
index 89da6020993916b88aa8babf96c23927c8cf3bf4..4c4357ab669c77b037bb07125f1689ea0a4a0691 100644 (file)
@@ -27,6 +27,7 @@ Style LyX-Code
   \newenvironment{lyxcode}
     {\begin{list}{}{
       \setlength{\rightmargin}{\leftmargin}
+      \setlength{\listparindent}{0pt}% needed for AMS classes
       \raggedright
       \setlength{\itemsep}{0pt}
       \setlength{\parsep}{0pt}