Philipp Immel

Results 20 issues of Philipp Immel

I am not able to get line breaking to work with CJK languages with LuaLaTeX. Is this intended behavior? The polyglossia documentation states that it is provides a mechanism for...

Simplified and traditional Chinese characters are different in detail, even though they often share the same basic glyphs (see [Han Unification](https://en.wikipedia.org/wiki/Han_unification)). Therefore, I would like to be able to select...

FIXED IN DEV

I have implemented a version in Python using Scrapy, perhaps this is of use to some: https://github.com/pcdi/ApabiDownloader

Perhaps this is merely a documentation issue, but it appears that since https://github.com/plk/biblatex/commit/895095929bf6d760ed501ed66edff96f0f88cab8#diff-7a310f17be14555280c15848ec66a41079361c6e091089e54918f0b87dd68360R2586, `relatedtype = {translationas}` has been called `relatedtype = {translatedas}` in the documentation in two locations even _before_...

documentation
fixedindev

I cannot use `autolang=hyphen` together with `related` under `biber version: 2.20`. M(n)WE: ```latex \documentclass{article} \usepackage{polyglossia} \setdefaultlanguage{english} \setotherlanguage{german} \usepackage[autolang=hyphen]{biblatex} \begin{filecontents}{\jobname.bib} @Book{GermanOriginal, title = {German Original}, langid = {german}, related = {EnglishTranslation},...

bug

Compilation is significantly slower in a document with many language switches _and_ a table of contents. This issue is very likely connected to #593 or latex3/latex2e/issues/1078. I might be mistaken,...

FIXED IN DEV

**Describe the bug** GD crashes. **To Reproduce** I cannot reliably reproduce the error. At some point when looking terms up and switching through the dictionaries/dictionary groups, the program crashes completely...

**Describe the bug** The search pane that can be opened with Ctrl-S/Cmd-S stops updating at some point. It still shows a word that had been looked up previously and does...

When using the basic interface of text quoting together with biblatex's `\parentext`, the parentheses in the citations are not converted automatically because the basic interface uses `\mkcitation`, which is defined...

I cannot get babel/polyglossia's shorthands to work in biblatex. I found this approach claiming it was a problem with `autolang=hyphen`. Testing all the different options for `autolang` did, however, not...