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:
Thu, 16 Jul 2015 20:52:28 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (25 lines)
On 16/07/2015 20:47, David Carlisle wrote:
> A simplified example, should anyone be looking at this is:
> 
> \listfiles
> \documentclass{article}
> \usepackage{xparse}
> \DeclareDocumentCommand\foo{mO{xxx}}{[#1][#2]}
> \usepackage{array}
> \begin{document}
> a $x$
> 
> \tracingmacros2
> 
> %\begin{tabular}{>{\foo{zz}[]}l}% works
> \begin{tabular}{>{\foo{zz}}l}% fails
>   text
> \end{tabular}
> \end{document}

I think I know where to look at this but not quite what is up! I guess
as this is linked to xparse it's one for me: I'll log on GitHub and
investigate.
--
Joseph Wright

ATOM RSS1 RSS2