Florian Matter

Results 8 issues of Florian Matter

Don't know about the details, but the example setup with `bibtex.py` does not work with Python 3.8: ``` Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/citeproc/source/bibtex/latex/__init__.py", line 98, in dispatch yield...

bug

Why is the `school`/`institution` field not supported? It's even included in the example BibTeX file, but then the school is not printed.

bug

Cited sources disagree. From [saphon](http://linguistics.berkeley.edu/~saphon/en/inv/Xavante.html): > [Oliveira](https://glottolog.org/resource/reference/id/49563) posits /h/ where [Quintino](https://glottolog.org/resource/reference/id/74414) posits /ɣ/ Both [Machado Estevam 2011](https://glottolog.org/resource/reference/id/310179) and [Pickering 2010](https://glottolog.org/resource/reference/id/42874) agree with [Oliveira 2007](https://glottolog.org/resource/reference/id/49563) in that there is a phoneme...

Since chapter numbers are added to `h1` titles it seems logical to me that you would want enumeration in the site navigation, too (which is distinct from the TOC). See...

I implemented a textCite argument to allow citations like "Name (year)" instead of only "(Name, year)". It can also be called with a trailing dash (parallel to the suppression of...

Looking through the CLDF ontology, the closest thing to a morpheme is [Form](https://cldf.clld.org/v1.0/terms.html#form), defined as a "lexical unit", "any collection of word forms corresponding to a certain meaning". So a...

data modeling

The description for [motivationStructure](https://cldf.clld.org/v1.0/terms.html#motivationStructure) says > As an example, consider Chinese *shùpí* "bark (of a tree)" which is a compound consisting of *shù* "tree" and *pí* "skin", and whose motivation...

Thank you for the feedback and the detective work (moved from [PR 145](https://github.com/citeproc-py/citeproc-py/pull/145).) Looking at `to_ordinal()` again, it does not only fail for ordinals `> 3` in English, the entire...