texmacs-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Texmacs-dev] [PATCH] reordering the preamble of the latex conversio


From: Joris van der Hoeven
Subject: Re: [Texmacs-dev] [PATCH] reordering the preamble of the latex conversion
Date: Sun, 12 Jan 2003 19:31:29 +0100 (MET)

> diff -u tmtex-preamble.scm.old tmtex-preamble.scm.new gives:
> 
> --- tmtex-preamble.scm.old      2002-11-09 13:08:40.000000000 +0100
> +++ tmtex-preamble.scm.new      2003-01-06 10:51:35.000000000 +0100
> @@ -388,5 +388,5 @@
>                        tmtex-preamble-cyrillic
>                        tmtex-preamble-iso-latin)))
>         (set! tmtex-preamble-result
> -             (string-append tmtex-preamble-result extra))))
> +             (string-append extra tmtex-preamble-result))))
>    tmtex-preamble-result)

Thanks; this patch has been applied.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]