LaTeX format for LuaMetaTeX
Go to file
Marcel Krüger e75211162c New escaping system 2020-06-08 15:40:39 +02:00
README.md Update README 2020-06-04 00:13:05 +02:00
kpse.so Add missing files 2020-06-04 09:27:24 +02:00
ltexpl.ltx Adjust to newer LuaMetaTeX versions 2020-01-02 04:14:39 +01:00
luametalatex-back-pdf.lua New escaping system 2020-06-08 15:40:39 +02:00
luametalatex-baseregisters.tex Some backend stuff 2020-05-31 13:57:35 +02:00
luametalatex-bit32.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-dev-init.lua Adjust to newer LuaMetaTeX versions 2020-01-02 04:14:39 +01:00
luametalatex-dev.lua Adjust to newer LuaMetaTeX versions 2020-01-02 04:14:39 +01:00
luametalatex-dir-registers.lua Better luafunction handling and fixes 2020-05-28 14:38:16 +02:00
luametalatex-firstcode.lua Work on catalog and dests 2020-06-02 01:22:59 +02:00
luametalatex-font-cff-data.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-font-cff.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-font-sfnt.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-font-t1.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-font-t1tot2.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-font-t2-opt.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-font-t2.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-font-tfm.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-font-vf.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-init-config.lua Read config values from kpathsea 2019-07-20 16:39:34 +02:00
luametalatex-init.lua Some backend stuff 2020-05-31 13:57:35 +02:00
luametalatex-node-luaotfload.lua Add missing files 2020-06-04 09:27:24 +02:00
luametalatex-nodewriter.lua New escaping system 2020-06-08 15:40:39 +02:00
luametalatex-pdf-escape.lua New escaping system 2020-06-08 15:40:39 +02:00
luametalatex-pdf-font-cff.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-pdf-font-cmap1.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-pdf-font-cmap2.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-pdf-font-cmap3.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-pdf-font-enc.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-pdf-font-map.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-pdf-font-t1.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-pdf-font-ttf.lua Initial commit 2019-07-17 21:14:34 +02:00
luametalatex-pdf-font.lua Adjust to newer LuaMetaTeX versions 2020-01-02 04:14:39 +01:00
luametalatex-pdf-nametree.lua New escaping system 2020-06-08 15:40:39 +02:00
luametalatex-pdf-outline.lua Legacy PDF outline support 2020-06-07 13:10:33 +02:00
luametalatex-pdf-pagetree.lua Some fixes 2020-06-06 04:09:56 +02:00
luametalatex-pdf.lua New escaping system 2020-06-08 15:40:39 +02:00
luametalatex.ini Better luafunction handling and fixes 2020-05-28 14:38:16 +02:00
luametalatex.lua Some old-ish change 2020-05-12 02:59:32 +02:00
module.lua Adjust to newer LuaMetaTeX versions 2020-01-02 04:14:39 +01:00

README.md

(unofficial) LaTeX format for LuaMetaTeX

Warning:

This code is in early stages of development and contains more bugs than features. Do not expect it to be compatible with normal documents. Also later versions will contain many breaking changes.

Prerequisites

You need an up-to-date TeX Live installation and the latest version of LuaMetaTeX.

Additionally a special library version of LuaTeX's kpathsea Lua binding is needed which is provided as a binary for Linux x64. For other platforms you might have to compile it yourself. Drop me a line if you need any instructions.

How to install

Obtain luametatex from ConTeXt, drop the binary into the same location where your luatex binary is installed and copy (or sym-link) the file luametalatex.lua into the same directory. Additionally create a sym-link luametalatex to luametatex in the same directory. Then copy (or sym-link) this entire repo to .../texmf-local/tex/lualatex/luametalatex.

Finally add the line

luametalatex luametatex language.dat,language.dat.lua --lua="$(kpsewhich luametalatex.lua)" luametalatex.ini

to your local fmtutil.cnf. Then you should be able to run fmtutil-sys --byfmt luametalatex to generate the format.

If this worked you can built (simple) LaTeX documents using the command luametalatex.