Felix Kopecky

Results 14 issues of Felix Kopecky

**Describe the bug** In SerifSemibold and SerifSemibold-Italic, some combining characters are assigned to the wrong Unicode slots. For example, `U+0361`, Combining Double Inverted Breve, is assigned to a normal combining...

This is a continuation of #426. The goal of this PR is to make mark-to-mark anchors available for some combining diacritics, and also to add anchors for some Latin glyphs...

This PR adds missing glyphs for Latin letter e with stroke (U-0247, [Wikipedia](https://en.wikipedia.org/wiki/E_with_stroke)) and Latin lowercase r with stroke (U-024D, [Wikipedia](https://en.wikipedia.org/wiki/R_with_stroke)). Currently, these letters are only available in Serif-Regular and...

There is a general strategy of skipping sub-trees in topdown traversal with Lua filters. For example, the following skips `Cite` objects: ```lua traverse = 'topdown' function Cite (n) return n,...

bug

Dear Sašo, I came across a bug in the `edges` library where the edge is not drawn correctly from the first parent to its children if `grow=west` is chosen. Everything...

In ToC, \part produces an overful hbox. It is presently unclear whether this was intended by the authors of `scrbook`. This bug was reported by the editor of Marianne Mithun's...

When `langsci-textipa.sty` is loaded in a minimal `langscibook` document, these commands are reported as undefined: ```latex l.48 \renewcommand{\textepsilon} {ɛ} l.55 \renewcommand{\textgamma} {ɣ} l.115 \renewcommand{\textrho} {ρ} l.155 \renewcommand{\textsigma} {} ``` This...

bug

`\attop`, when used in `\ea .. \z`, inserts an un-intended new line.

bug

As we are beginning to support more and more languages, we will also need more and more hyphen informations. It would be good to combine them in one package `langsci-hyphens`....

enhancement

Currently, we have the usual `\cite` commands, but also additional `\citetv` commands that output "[this volume]". It would be desirable to have only one type of commands that automatically detects...

enhancement