Werner Lemberg
Werner Lemberg
First of all, the documentation for `mlist_to_hlist` starts with the sentence 'To emulate these callbacks ...', which comes out of nowhere. What is this talking about? Without having found issue...
I suggest to make [the callback `types` table](https://github.com/latex3/latex2e/blob/develop/base/ltluatex.dtx#L1439) public – this would make accessing `luatexbase.callbacktypes` easier.
I suggest that the messages sent to stdout are limited to 80 characters per line (where possible). This increases both readability and makes bug reports easier to read if users...
If I search for some text, the found text is highlighted with a yellow background but with a white foreground, which makes it very hard to read. I see a...
While Lua itself isn't multi-threaded, it has 'coroutines', and using them it should be possible to emulate `lilypond-book` behaviour, I think: If a new lyluatex option `parallel=` (or whatever) is...
Calling `libpng-config --ldflags` unconditionally emits `-Lxxx`, which is problematic. Consider a standard Unix installation with libraries in `/usr/lib` (or `/usr/lib64`), and local packages in `/usr/local/lib` (or `/usr/local/lib64`). It is quite...
From a UNIX perspective, activating plug-ins via a resource file only is bad. The right thing IMHO is a command line option. To activate plug-ins, I can imagine an option...
[937606a0249e38db873cf0cb1bb968d4f837db76] [gcc 4.8.5, x86_64 openSuSE Leap 42.1] I tried to unpack the xcode 3.1.4 dmg file as can be downloaded from https://developer.apple.com/downloads/?name=Xcode%203.1.4 Doing ``` dmg2img -p 5 -i xcode314_2809_developerdvd.dmg -o...
With version 20220801.503, I get code formatted like the following (I use two spaces for indentation) ```lua if umatch(uchar(c1.char), "[%l%u_]") and umatch(uchar(c2.char), "[%l%u_]") and umatch(uchar(c3.char), "[_-]") and umatch(uchar(c4.char), "[%l%u]") and...
Hallo Rolf! Wenn ich `zypper install dblatex` von Leap ausführe, sehe ich folgendes: ``` Problem: dblatex-0.3.5-2.2.noarch requires tex(amssymb.sty), but this requirement cannot be provided uninstallable providers: texlive-amsfonts-2013.84.3.04svn29208-18.5.noarch[download.opensuse.org-oss] Solution 1: deinstallation...