diff options
Diffstat (limited to 'textproc/hs-lhs2tex/files/patch-MathPoly.lhs')
-rw-r--r-- | textproc/hs-lhs2tex/files/patch-MathPoly.lhs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/hs-lhs2tex/files/patch-MathPoly.lhs b/textproc/hs-lhs2tex/files/patch-MathPoly.lhs new file mode 100644 index 000000000000..7c4ca99a1acd --- /dev/null +++ b/textproc/hs-lhs2tex/files/patch-MathPoly.lhs @@ -0,0 +1,11 @@ +--- ./MathPoly.lhs.orig 2010-07-22 12:13:20.000000000 +0200 ++++ ./MathPoly.lhs 2011-03-27 01:52:26.469094252 +0100 +@@ -358,7 +358,7 @@ + > (rn,rc) = findrel (n,c) rstack + > -- Schritt 3: Zeile auf Stack legen + > fstack = (c,l) : rstack +-> in mkFromTo fstack rn n rc [fromToken $ TeX False (indent (rn,rc) (n,c))] p ls ++> in mkFromTo fstack rn n rc [fromToken $ (TeX False (indent (rn,rc) (n,c))) :: Token] p ls + > + > + > | c `elem` z -> mkFromTo stack n (n ++ "E") c ts rs ls |