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:
Sat, 13 Sep 2008 07:27:57 +0100
Content-Type:
text/plain
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