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:
Sun, 7 Sep 2008 09:20:17 +0100
Content-Type:
text/plain
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