mailing-list for TeXmacs Users

Text archives Help


Re: presentation


Chronological Thread 
  • From: Luca <address@hidden>
  • To: address@hidden
  • Subject: Re: presentation
  • Date: Thu, 3 Apr 2003 20:07:43 +0200

Sorry David I'm a novice where should I put these lines?
THx
On Thursday, April 3, 2003, at 11:55 AM, address@hidden wrote:

On Wed, Apr 02, 2003 at 07:03:08PM +0200, Luca wrote:
In a real time presentation what is the keys combination to unfold
the switch?

Currently, none. You can define your own using (for example)

(kbd-wildcards pre
("folded" "cmd f"))

(kbd-map in-fold?
("folded" "" "Fold command (f: fold, u: unfold)")
("folded f" (fold))
("folded u" (unfold)))


Is there any other possibilities apart from bulletts?

Currently no, but you can always customize the 'fold' and 'unfold'
enviroments. Check std-markup.ts for the builtin definitions.


-- DDAA





Archive powered by MHonArc 2.6.19.

Top of page