Marcel Fabian Krüger 94ba4a2557 Better errors and new whatsit handling
The whatsit handling is actually much more similar to the old whatsit
handling then the previous new one, so that part could be seen as a
partial revert of the new whatsit handling... Anyway, whatsits work
different than in the previous commit now.
2020-07-01 19:47:25 +02:00
2020-06-15 03:52:16 +02:00
2020-06-04 09:27:24 +02:00
2019-07-17 21:14:34 +02:00
2019-07-17 21:14:34 +02:00
2019-07-17 21:14:34 +02:00
2020-06-16 21:17:43 +02:00
2020-06-19 23:49:23 +02:00
2019-07-17 21:14:34 +02:00
2019-07-17 21:14:34 +02:00
2019-07-17 21:14:34 +02:00
2019-07-17 21:14:34 +02:00
2020-06-18 01:13:00 +02:00
2020-06-28 12:12:41 +02:00
2020-06-16 21:17:43 +02:00
2019-07-17 21:14:34 +02:00
2019-07-17 21:14:34 +02:00
2019-07-17 21:14:34 +02:00
2020-06-16 21:17:43 +02:00
2020-06-16 21:17:43 +02:00
2020-06-13 14:34:53 +02:00
2020-06-14 16:15:08 +02:00
2020-06-28 12:12:41 +02:00
2020-01-02 04:14:39 +01:00
2020-06-04 00:13:05 +02:00

(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.

Description
LaTeX format for LuaMetaTeX
Readme 4 MiB
Languages
Lua 98%
TeX 1.3%
Shell 0.7%