moewew

Results 416 comments of moewew

Thanks, that looks like a good start. I think our problem though is that at the moment we build everything upon `babel` (classic `babel` that is) language identifiers. At the...

`\...cite...` commands cannot be nested generally. See for example the explicit error generated by ```latex \documentclass[british]{article} \usepackage{babel} \usepackage{csquotes} \usepackage[style=authoryear, backend=bibtex]{biblatex} \bibliography{biblatex-examples} \begin{document} \autocite[\autocite{worman}]{sigfridsson} \printbibliography \end{document} ``` I don't think we...

Thanks for reporting this. Last time I looked (https://github.com/plk/biblatex/issues/1077) the whole `\uspunctuation` implementation appeared to be pretty complex. Any pointers are appreciated. We also have https://github.com/plk/biblatex/issues/499 and https://github.com/plk/biblatex/issues/266.

Thanks for the sleuthing! I guess we're missing some sort of "quotation mark reset". Maybe that would also help with some of the other issues - if we find the...

I had hoped to address this before the next release, which should happen fairly soon, but if we want to do this properly, i.e. with just a single macro (holding...

These things are pretty tricky to handle in a language-agnostic way. Already with master's thesis and PhD thesis we sometimes run into trouble (https://github.com/plk/biblatex/issues/774), because the education systems and degrees...

You can use `type`, which does accept a bibstring. There just isn't a pre-defined string for "D.Sc. thesis" with translations into all available languages. So that's what you have to...

You can always define a new entry type in a custom data model. See https://www.tug.org/TUGboat/tb35-3/tb111fischer.pdf or https://tex.stackexchange.com/q/175776/35864. The usual `biblatex` policy is to add new entry types or field to...

Thanks for bringing this up. I pushed https://github.com/plk/biblatex/commit/377bf59ad8729561fa5e5cee9816ec1844ad010a, let me know what you think. Sorry, I don't think I want to make a definite decision on #1403, but at the...