LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Monospaced Font
Show HTML Part by Default
Condense Mail Headers

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

Print Reply
Content-Transfer-Encoding:
7bit
Sender:
Mailing list for the LaTeX3 project <[log in to unmask]>
Subject:
From:
Joseph Wright <[log in to unmask]>
Date:
Sun, 7 Sep 2008 09:20:17 +0100
Content-Type:
text/plain; charset=ISO-8859-1
MIME-Version:
1.0
Reply-To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Parts/Attachments:
text/plain (22 lines)
Hello all,

Consider the following:

\documentclass{article}
\usepackage{expl3}
\begin{document}
\CodeStart
\def\temp{a~b~c}
\err_info:nn{\temp~stuff}{}
\err_info:nn{\temp\ stuff}{}
\err_info:nn{\temp\~stuff}{}
\err_info:nn{\temp\c_space_token stuff}{}
\err_info:nn{\temp\space stuff}{}
\CodeStop
\end{document}

Only the last one works as intended (by me).  Is there a LaTeX3 way to
do this?
-- 
Joseph Wright

ATOM RSS1 RSS2