Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

version check #382

@davidcarlisle

Description

@davidcarlisle

luatex 1.0 gives

    FATAL ERROR
    Luaotfload requires a Luatex version >= 0.95.0.
    Please update your TeX distribution!

with luaotfload

as

local major = tex.luatexversion / 100

is 100/100=1

but it's compared against the first entry in

luaotfload.min_luatex_version = { 0, 95, 0 } --- i. e. 0.95.0

not the second

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions