Michal Vlasák

Results 4 issues of Michal Vlasák

See #29 and #30 for more details. This is a "recommit" of the original change proposed by David Carlisle and pull requested by @scottkosty. I needed this change to test...

type: enhancement

Currently OpTeX uses the `luaotfload` package for extending LuaTeX font mechanism through Lua code. `luaotfload` is a wrapper that allows use of ConTeXt code in LaTeX and plain, but as...

Commit message: > There are currently two calls of `luaotfload.log.set_loglevel`: > > - The early one in `luaotfload-init.lua` that respects the free > `default_log_level` variable. > - The configuration one...

In OpTeX colors are defined like this: ``` \_def\Blue {\_setcmykcolor{1 1 0 0}} \_def\White {\_setgreycolor{1}} ``` Macros like `\_setcmykcolor` or `\_setgreycolor` expand to uses of the `\_setcolor` macro with the...