LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Classic View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Topic: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Sender: Mailing list for the LaTeX3 project <[log in to unmask]>
Date: Tue, 15 Feb 2011 17:47:19 -0500
Reply-To: Mailing list for the LaTeX3 project <[log in to unmask]>
Message-ID: <[log in to unmask]>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
In-Reply-To: <[log in to unmask]>
Content-Type: text/plain; charset=ISO-8859-1
From: Bruno Le Floch <[log in to unmask]>
Parts/Attachments: text/plain (28 lines)
For your information, using the code I mentionned for \Uppercase, I
have now two more things.

- (Expandable) version of \tl_reverse:n that preserves spaces, and
goes into brace groups, namely after two steps,

\UL_reverse:n{\a{ b \) cd\(e}f}  ->  f{e\(dc \) b }\a


- Expandable full-expansion code (which takes care of course of
\unexpanded and \noexpand, and \protected commands).
         \fullyexpand:n{<some tl>}
is then equivalent to
         \edef\tmpa{<some tl>} \tmpa


I'm not too sure where I should go next.


> I know of Uwe Lück's fifinddo.sty code, as part of the nicetext bundle:
>   <http://ctan.unsw.edu.au/macros/latex/contrib/nicetext/>

Interesting. I will take a look.

-- 
Regards,
Bruno

ATOM RSS1 RSS2