LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

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

Print Reply
Subject:
From:
Frank Mittelbach <[log in to unmask]>
Reply To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Date:
Tue, 11 Nov 2008 09:06:38 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (26 lines)
Will Robertson writes:
 > On 11/11/2008, at 4:53 PM, Joseph Wright wrote:
 > 
 > > I see that \tlist_reverse:n has no \tlp... version.  Is this  
 > > deliberate:
 > > one might be handy!
 > 
 > Seems like a good function to have, to me.
 > I'll add it to the list :)
 > 
 > On first blush, it doesn't seem quite as "easy" as \tlist_reverse:n.  
 > Any suggestions?

depends on how efficient you want to make it ...


\def_new:Npn \tlp_reverse:N #1 {
  \tlp_set:Nx #1
    {\tlist_reverse:o{#1}}
}

\def_new:Npn \tlist_reverse:o { \exp_args:No \tlist_reverse:n }

cheers
frank

ATOM RSS1 RSS2