Skip to Content.
Sympa Menu

texmacs-users - Re: [TeXmacs] varsession

Subject: mailing-list for TeXmacs Users

List archive

Re: [TeXmacs] varsession


Chronological Thread 
  • From: Joris van der Hoeven <address@hidden>
  • To: Robert Jerrard <address@hidden>
  • Cc: <address@hidden>
  • Subject: Re: [TeXmacs] varsession
  • Date: Tue, 26 Apr 2005 11:12:01 +0200 (CEST)


On Tue, 12 Apr 2005, Robert Jerrard wrote:
> Hello all, I am unable to find anything in the documentation as to the
> appropriate line to put in the my-init-texmacs.scm file so that a
> TeXmacs session starts with varsession enabled. I know that:
>
> "Subsessions have a nice rendering on the screen when using the
> <tmpackage|varsession> package in <menu|Document|Use package|Program>."
>
> but what would I put in the my-init-texmacs.scm file to start with this?

You rather have to put the following lines into your my-init-buffer.scm file:

(exec-file "$TEXMACS_PATH/progs" "init-buffer.scm")
(if (no-name?) (init-add-package "varsession"))

If you omit the (no-name?) test, then you will also add the varsession
package to already existing documents when you load them, which is
usually inappropriate.

Best wishes, Joris




Archive powered by MHonArc 2.6.19.

Top of Page