Go to the first, previous, next, last section, table of contents.


quote_flatten

quote_flatten(q,op)
:: quote の括弧をとりさる.
return
Quote
q
Quote
op
演算子を表す文字列.
[1288] flatten_quote(quote((1+2)+(3+4*(x+3))),"+");
quote(1+2+3+4*(x+3))
[1289] flatten_quote(quote( (x*y)*(p*3)-(x*y)*z),"*");
quote(x*y*p*3-x*y*z)
[1290] quotetolist(quote(1+2+3));
[b_op,+,[b_op,+,[internal,1],[internal,2]],[internal,3]]
参照
@xref{quotetolist}, @xref{print_tex_form}(contrib)

ChangeLog


Go to the first, previous, next, last section, table of contents.