mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] Re: subtracting lines from a include


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] Re: subtracting lines from a include
  • Date: Wed, 10 Aug 2005 11:41:11 +0200

On Tue, Aug 09, 2005 at 05:49:11PM -0500, Corey Sweeney wrote:
> (converter html-with-header html
> (:shell "trim-header" from ">" to ))

By looking at the examples in init-images.scm, you will notice that
you should rather define

(converter html-with-header-file html-file
(:shell "trim-header" from ">" to ))

Each data format comes in several blends: files, snippets and
parsed scheme trees (if necessary). This allows differentiation
between file loading and copy and paste (for instance).

Best wishes, Joris



Archive powered by MHonArc 2.6.19.

Top of page