diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-16 12:17:59 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-16 12:17:59 +0200 |
commit | 16c1318272c3fd2451cf7a3f5f93af1973131270 (patch) | |
tree | 72aa2d21171805dc45a0881d64746785a0a06134 | |
parent | 5e54c556e848afd081f6d47cb45bc5d7e192c30d (diff) | |
download | luatexbase-16c1318272c3fd2451cf7a3f5f93af1973131270.tar.gz |
Fixing a bug with plain tex
-rw-r--r-- | luatexbase-modutils.dtx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/luatexbase-modutils.dtx b/luatexbase-modutils.dtx index 57ffb1d..ae228b4 100644 --- a/luatexbase-modutils.dtx +++ b/luatexbase-modutils.dtx @@ -378,7 +378,7 @@ See the aforementioned source file(s) for copyright and licensing information. % supporting Lua module and make sure |luaescapestring| is available. % % \begin{macrocode} -\ifdefined\RequirePackage +\ifx\csname\RequirePackage \RequirePackage{luatexbase-loader} \else \input luatexbase-loader.sty |