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
Condense Mail Headers

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

Print Reply
Content-Type:
text/plain; charset=iso-8859-15
Date:
Wed, 7 Jun 2017 12:14:28 +0200
Content-Disposition:
inline
Reply-To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Subject:
From:
Alexander Grahn <[log in to unmask]>
Message-ID:
MIME-Version:
1.0
Sender:
Mailing list for the LaTeX3 project <[log in to unmask]>
Parts/Attachments:
text/plain (29 lines)
Good afternoon,

the recent version change of expl3 from [2017/04/01] (last TL-16 state) to
[2017/05/13] (initial TL-17 state) changed the behaviour of \hbox_s:Nn, which
made a hot-fix necessary for one of my packages (ocgx2) on CTAN.

The problem boils down to the following code, which used to work with expl3 as
of v. 2017/04/01, but fails now with `! Missing } inserted.' error.

  \documentclass{article}
  \usepackage{hyperref}
  
  \usepackage{expl3}
  \ExplSyntaxOn
  
  \begin{document}
  
  \href{https://www.ctan.org}{\dots
    \hbox_set:Nn0\bgroup CTAN    % broken since expl3 [2017/05/13]
  %  \setbox0=\hbox\bgroup CTAN  % hot-fix
    \egroup\box_use:N0
  \dots}
  
  \end{document}

I would like to return to using \hbox_set:Nn instead of \setbox.

Alexander

ATOM RSS1 RSS2