summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/texnegar/texnegar.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-08-30 21:12:39 +0000
committerKarl Berry <karl@freefriends.org>2020-08-30 21:12:39 +0000
commit5474b1b43c3b0b1c86af620a938589c42e9cd01e (patch)
tree39b0ee71d1b1d6891b5cd7c58adab853ac565f18 /Master/texmf-dist/tex/latex/texnegar/texnegar.lua
parent9fbec9a9d124a7b55050150eb52e1e3239597579 (diff)
texnegar (30aug20)
git-svn-id: svn://tug.org/texlive/trunk@56215 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/texnegar/texnegar.lua')
-rw-r--r--Master/texmf-dist/tex/latex/texnegar/texnegar.lua37
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'.