mailing-list for TeXmacs Users

Text archives Help


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


Chronological Thread 
  • From: Alvaro Tejero Cantero <address@hidden>
  • To: TeXmacs users <address@hidden>
  • Subject: [TeXmacs] How to control styling of included external files?
  • Date: Mon, 16 Nov 2009 11:46:35 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type:content-transfer-encoding; b=fzBO4gyiaafgONedtB1aCmwrBKyNl70ER0MWgjMTSK3Qpo8bVNH/SvMifBO9LJcQCe JE+NAmXLuEG9B3kzUgSQQxRk4dc8fXP0lIzO1/vSskZ0C0WYlel6h4yZBPzg+62lyzj4 6cSqQ50v7v/LvvOi9/o92vvOZczi72ZUXC5do=

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.

Thanks for any help,

-á.



Archive powered by MHonArc 2.6.19.

Top of page