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
Show All Mail Headers

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

Print Reply
Bruno Le Floch <[log in to unmask]>
Tue, 15 Feb 2011 17:47:19 -0500
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