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
Sender:
Mailing list for the LaTeX3 project <[log in to unmask]>
Date:
Sat, 13 Sep 2008 07:27:57 +0100
Reply-To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Subject:
MIME-Version:
1.0
Content-Transfer-Encoding:
7bit
In-Reply-To:
Content-Type:
text/plain; charset=ISO-8859-1
From:
Joseph Wright <[log in to unmask]>
Parts/Attachments:
text/plain (21 lines)
Will Robertson wrote:
> 
> Also, is it redundant to have checks for eTeX since we're requiring it,
> anyway?
> I'm also guessing we can drop the aleph conditional these days?

The current expl3 bundle doesn't actually complain if one does

\let\eTeXversion\undefined

before loading expl3. So the test is still valid until that changes:

\documentclass{article}
\let\eTeXversion\undefined % Or use plain TeX, of course
\usepackage{expl3}
\begin{document}
\csname engine_if_etex:F\endcsname {NO ETEX!!!}
\end{document}
-- 
Joseph Wright

ATOM RSS1 RSS2