[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(mgp-users 00118) mgp bug or feature?



Hello,

Something that I consider a little bit like a bug, but which is maybe a
feature: 'cont' is not taken into account in mgp "macros" (%tab xxx +
&xxx).

The following example illustrate my point. 

Have a nice day,

Fabien.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%include "default.mgp"
%tab green cont,fore"green"
%tab red cont,fore"red"
%tab yellow cont,fore"yellow"
%page

Changing colors...


I would expect both lines to look the same:


%cont,fore"red"
red part 
%cont,fore"green"
green 
%cont,fore"yellow"
and yellow

&red
red part
&green
green
&yellow
and yellow