diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2009-06-09 13:57:12 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2009-06-09 13:57:12 +0000 |
commit | c0dcc7b29b14bca53c553f73b9371548c05511dd (patch) | |
tree | c379e15307470469c76614e3db7d7aaff3317907 /Build/source/texk/web2c/luatexdir/luatex.web | |
parent | b0484d455ff7348d1e9f11ae658496a2e855315a (diff) |
the source code for luatex 0.40.4
git-svn-id: svn://tug.org/texlive/trunk@13681 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luatex.web')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luatex.web | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luatex.web b/Build/source/texk/web2c/luatexdir/luatex.web index b7e8e0f8949..7b6a85c3374 100644 --- a/Build/source/texk/web2c/luatexdir/luatex.web +++ b/Build/source/texk/web2c/luatexdir/luatex.web @@ -250,8 +250,8 @@ known as `\eTeX'. @d pdftex_version_string=='-2.00.0' {current \pdfTeX\ version} @# @d luatex_version==40 { \.{\\luatexversion} } -@d luatex_revision=="3" { \.{\\luatexrevision} } -@d luatex_version_string=='beta-0.40.3' {current \LuaTeX\ version} +@d luatex_revision=="4" { \.{\\luatexrevision} } +@d luatex_version_string=='beta-0.40.4' {current \LuaTeX\ version} @d luatex_date_info==-extra_version_info { the compile date is negated } @d luatex_svnversion=='$Id$' {for long --version information, as proposed by Peter M\"unster} @@ -9247,7 +9247,7 @@ else begin back_input; scan_font_ident; @ @<Fetch a math font identifier@>= begin scan_char_num; cur_val1:=fam_fnt(cur_val,m); - scanned_result(cur_val1)(int_val); + scanned_result(font_id_base+cur_val1)(ident_val); end @ @<Fetch a math param@>= |