1 function tmp=struct2bullet(n,c)
4 tmp='(itemize-arrow (document ';
6 tmp='(itemize (document ';
10 for i=1:length(FIELDS)
13 switch (typeinfo(val))
15 tmp1=['(concat (item) (with "color" "', 'black', '" "', key, ' = ") ', struct2bullet(val,c+1),')'];
17 tmp1=['(concat (item) (with "color" "', 'black', '" "', key, ' = ") ', obj2scm(val),')'];