From 787fa467df06f95091b7bb27d42fc7be0d9b594e Mon Sep 17 00:00:00 2001 From: vdhoeven Date: Sat, 11 Jul 2009 13:28:06 +0000 Subject: [PATCH] Improvements for Mathemagix git-svn-id: svn://svn.savannah.gnu.org/texmacs/trunk@2745 64cb5145-927a-446d-8aed-2fb7b4773692 --- src/TeXmacs/packages/documentation/tmdoc-markup.ts | 25 +++++++++++----- src/TeXmacs/packages/standard/std-fold.ts | 33 ++++++++++++++++++---- src/TeXmacs/progs/dynamic/dynamic-drd.scm | 1 + .../mathemagix/packages/session/mathemagix.ts | 2 +- 4 files changed, 47 insertions(+), 14 deletions(-) diff --git a/src/TeXmacs/packages/documentation/tmdoc-markup.ts b/src/TeXmacs/packages/documentation/tmdoc-markup.ts index 9815b925..f04fb16e 100644 --- a/src/TeXmacs/packages/documentation/tmdoc-markup.ts +++ b/src/TeXmacs/packages/documentation/tmdoc-markup.ts @@ -1,4 +1,4 @@ - + @@ -13,11 +13,10 @@ <\src-license> - This software falls under the . - It comes WITHOUT ANY WARRANTY WHATSOEVER. - You should have received a copy of the license which the software. - If not, see . + This software falls under the . It comes WITHOUT ANY + WARRANTY WHATSOEVER. You should have received a copy of the license + which the software. If not, see . > @@ -57,14 +56,22 @@ - + <\with|par-first|0fn|par-par-sep|0fn> ||> + > + ||1.5fn>|>> > + + > + + > + > + |0>|>>|>>>> >> @@ -199,6 +206,10 @@ >>>> > + + >>> + > + <\active*> <\src-comment> Tabular environments. diff --git a/src/TeXmacs/packages/standard/std-fold.ts b/src/TeXmacs/packages/standard/std-fold.ts index 4700a4f0..72871d54 100644 --- a/src/TeXmacs/packages/standard/std-fold.ts +++ b/src/TeXmacs/packages/standard/std-fold.ts @@ -1,4 +1,4 @@ - + > @@ -13,11 +13,10 @@ <\src-license> - This software falls under the . - It comes WITHOUT ANY WARRANTY WHATSOEVER. - You should have received a copy of the license which the software. - If not, see . + This software falls under the . It comes WITHOUT ANY + WARRANTY WHATSOEVER. You should have received a copy of the license + which the software. If not, see . > @@ -49,6 +48,14 @@ > + + <\surround||> + > + + + + > + <\with|old-color||color|blue> |||||||||| > + + <\render-folded-explain|||>|(mouse-unfold)|>>> + > + + > + + + <\render-folded-explain|||>|(mouse-fold)|>>> + + + > + <\render-folded-grouped|>> @@ -142,6 +161,8 @@ + + diff --git a/src/TeXmacs/progs/dynamic/dynamic-drd.scm b/src/TeXmacs/progs/dynamic/dynamic-drd.scm index 375a60bf..72cee77b 100644 --- a/src/TeXmacs/progs/dynamic/dynamic-drd.scm +++ b/src/TeXmacs/progs/dynamic/dynamic-drd.scm @@ -33,6 +33,7 @@ (define-fold folded unfolded) (define-fold folded-plain unfolded-plain) (define-fold folded-std unfolded-std) +(define-fold folded-explain unfolded-explain) (define-fold folded-env unfolded-env) (define-fold folded-grouped unfolded-grouped) diff --git a/src/plugins/mathemagix/packages/session/mathemagix.ts b/src/plugins/mathemagix/packages/session/mathemagix.ts index faa69c3d..2a6fc0a7 100644 --- a/src/plugins/mathemagix/packages/session/mathemagix.ts +++ b/src/plugins/mathemagix/packages/session/mathemagix.ts @@ -20,7 +20,7 @@ > - + <\active*> <\src-comment> -- 2.11.4.GIT