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:
Joseph Wright <[log in to unmask]>
Reply To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Date:
Fri, 21 Aug 2009 16:47:54 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
Manuel Pégourié-Gonnard wrote:
> Joseph Wright a écrit :
>>> Personally, I liked xparse-alt's original method, but I'm happy to leave
>>> it like this until complaints start coming in :)  (Which I'm not sure
>>> will happen.)
>> I'm not too fussed either way: it was just easier to code the way it is
>> done. How do others view this? I can soon put the auto-magic back if
>> that is the consensus.
> 
> I think I'd prefer the automagic way, but it's ok for me either way.
> 
> Manuel.
> 

Okay, I'm taking it as a consensus that people would like the auto-magic
approach back.  I'll sort it out later today, and it should be in the
SVN either this evening or tomorrow.

For those not familiar, the idea is that terminal optional arguments do
not skip spaces, but others do.  So

\foo {stuff} [opt] {more stuff}

is allowed (as there is no confusion about what [opt] is for),b but

\foo{bar}[opt]    % Valid optional argument
\foo{bar}   [opt] % Not treated as an optional argument
-- 
Joseph Wright

ATOM RSS1 RSS2