texmacs-dev
[Top][All Lists]
Advanced

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

[Texmacs-dev] Nix' patches for the TeXmacs->LaTeX converter


From: Joris van der Hoeven
Subject: [Texmacs-dev] Nix' patches for the TeXmacs->LaTeX converter
Date: Mon, 23 Jun 2003 16:38:24 +0200 (CEST)

I applied virtually all patches by Nix for the TeXmacs->LaTeX converter.
Only patch nr. 1139 needs some significant changes, since the way
conversions are dealt with has changed. I think that you and David
should first modify

        convert.hh
        to_generic.cc
        totex.cc
        tohtml.cc

so that the document conversion routines become:

        string tree_to_tex_document (tree doc);
        string tree_to_latex_document (tree doc);
        string tree_to_html_document (tree doc);

Here "doc" also carries all necessary meta information,
which should be analyzed in the scheme part instead of
the C++ part. After that, you should be able to do
everything you want.

I also have another request for Nix: in order to avoid redundancy,
would it be possible for you to move the

        (drd-group latex-symbol%
          ...
          )

part from latex-drd.scm to latex-symbol-drd.scm and to
logically infer all symbols which are already defined in
this latter file?

In any case, many thanks for your very useful patches;
their quality has greatly improved in the past six month :^)))





reply via email to

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