diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/texnegar/texnegar.lua')
-rw-r--r-- | Master/texmf-dist/tex/latex/texnegar/texnegar.lua | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/texnegar/texnegar.lua b/Master/texmf-dist/tex/latex/texnegar/texnegar.lua new file mode 100644 index 00000000000..cd54f7d69a3 --- /dev/null +++ b/Master/texmf-dist/tex/latex/texnegar/texnegar.lua @@ -0,0 +1,37 @@ +-- +-- 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 <bitbucket.org/dma8hm1334/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'. |