texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] [PATCH] reordering the preamble of the latex conversion


From: PUYDT Julien
Subject: [Texmacs-dev] [PATCH] reordering the preamble of the latex conversion
Date: 06 Jan 2003 10:54:52 +0100

Hi,

I said I would try to help fixing my export problems; here is a simple
patch, which makes sure the accentuated letters are enabled in the .tex
_before_ they are used to define new theorems...

This is a minimalist patch; I didn't want to modify the source too much.
But I wonder why \usepackage[latin1]{inputenc} isn't used (when using
iso-latin, of course)...

Snark on #texmacs

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)






reply via email to

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