Re: string parsing/preparation for latex
Em Seg, 2005-11-07 às 14:53 +0100, David Pirotte escreveu: > does anyone understands why this does not return the expected result > > (define *texu/reserved-characters* > ;; % \ { } ~ $ & # ^ _ > '( > #\% ;; comments > #\\ ;; command(follow
Re: string parsing/preparation for latex
Em Ter, 2005-11-08 às 15:52 +0100, David Pirotte escreveu: > On Mon, 07 Nov 2005 13:49:01 -0200 > "Jose Roberto B. de A. Monteiro" <[EMAIL PROTECTED]> wrote: > > > Em Seg, 2005-11-07 às 14:53 +0100, David Pirotte escreveu: > > > does anyone understands why