-
Greetings
SILE 0.10.15 on Ubuntu 20.04
Here is a dump subset of the `SILE.Help` keys, and the `where` field of each element.
```
discretionary: baseclass
dotfill: leaders
dots: autodoc-test.…
-
Trzeba upewnić się że (na siłę) zrobione umle są zgodne z strukturą projektu.
-
While working on #1012 I bumped into code that doesn't look right. This is a reminder to come back and look at it, maybe in conjunction with #732.
First, a type with "string or nil" shouldn't be an…
-
I'm working on a NixOS (via flakes) machine and with a separate home-manager setup (also via flakes). I have the Alegreya font installed via `nix profile install nixpkgs#alegreya`, and `sile` installe…
-
According to by experiments with drop caps (see #394) the current best way to handle them is using the `\float` command to break up the frames. It's touchy and requires some care to come out right, bu…
-
As of SILE 0.12.5, it doesn't work as expected with font sizes different than the default.
The "zw" unit used in the code doesn't seem to exist, and it it interpreted as pt. You'd likely want somet…
-
Uprasza się zwiększyć siłe skoku
-
Turkish has an interesting feature where apostrophes inside words (which are very common) are valid break points, but the correct way to break at them is to *remove them* and replace them with the hyp…
-
E.g.:
## issue925.lua
```lua
local state = require("undoredo") -- I don't exist, but I might some day!
evalstatements = {}
local eval = function(evalme)
if not evalme then
evalme = tabl…
-
```lua
local old = SILE.Commands.x
SILE.registerCommand("x", ...)
process(...)
SILE.Commands.x = old
```
This pattern is something we use a lot internally and that gets used a lot externally. …