mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] How to control styling of included external files?


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] How to control styling of included external files?
  • Date: Mon, 16 Nov 2009 16:17:00 +0100

On Mon, Nov 16, 2009 at 11:46:35AM +0100, Alvaro Tejero Cantero wrote:
> Hello all,
>
> I would like to control styling properties such as e.g. interline
> spacing when I call \include to put e.g. some code inline.
>
> I have found the definition of the include construct in
> progs/generic/generic-edit.scm to be
>
> (tm-define (make-include u)
> (insert `(include ,(url->string u))))
>
> but I have not been able to find where 'insert' is defined by grepping.

build-glue-editor.scm:41

See also the documentation on writing scheme extensions;
there are several examples of 'insert'.

--Joris



Archive powered by MHonArc 2.6.19.

Top of page