-- -- This is file `texnegar.lua', -- generated with the docstrip utility. -- -- The original source files were: -- -- texnegar.dtx (with options: `texnegar-lua') -- -- Copyright (C) 2020 Hossein Movahhedian -- -- It may be distributed and/or modified under the LaTeX Project Public License, -- version 1.3c or higher (your choice). The latest version of -- this license is at: http://www.latex-project.org/lppl.txt -- -- texnegar = texnegar or {} -- local texnegar = texnegar -- texnegar.module = { -- name = "texnegar", -- version = "0.1b", -- date = "2020-08-30", -- description = "Full implementation of kashida feature in XeLaTex and LuaLaTeX", -- author = "Hossein Movahhedian", -- copyright = "Hossein Movahhedian", -- license = "LPPL v1.3c" -- } -- -- -- ^^A%% texnegar-lua.dtx -- part of TEXNEGAR -- local err, warn, info, log = luatexbase.provides_module(texnegar.module) -- texnegar.log = log or (function (s) luatexbase.module_info("texnegar", s) end) -- texnegar.warning = warn or (function (s) luatexbase.module_warning("texnegar", s) end) -- texnegar.error = err or (function (s) luatexbase.module_error("texnegar", s) end) tex.enableprimitives('',tex.extraprimitives ()) dofile(kpse.find_file("texnegar-ini.lua")) -- -- -- End of file `texnegar.lua'.