moewew
moewew
It would be useful to make the date formats a bit easier to customise. At the moment the definitions are quite full-on and fairly cryptic, which can make it tricky...
As for the "/" in the German short date format: AFAICT it is only used for month-year dates. I don't think I've ever seen short month-year dates (as in "6/2020"...
> In general, true but `\bibdatesep` is only for short date formats which are relatively easy. The whole date system is a beast in general now due to all the...
Looking at some of the changes, I'm wondering if the definitions were semantically sensible to start with. For Bulgarian for example we now set `\bibdatesep` to `\adddot`, but the name...
Yeah, I just realised scrolling down the diff that the German dates have the same definition as the Bulgarian. For German I'm pretty sure that logically the month and day...
Thank you for the nice response, I'm very impressed by the swiftness with which you implemented the suggestions. > It seems nice so far, only thing which isn't working is...
> [Re colons with spaces] Thanks, I modified this code a little bit and it works nice. It is definitely better to use features provided by punctuation tracker than some...
I'm currently doing some clean-up of the code and found ``` \DeclareNameFormat{labelname}{% \ifthenelse{\value{listcount}=1} {#1% \ifblank{#3}{}{\addcomma\space #3}} {\ifblank{#3}{}{#3\space}% #1}% \ifthenelse{\value{listcount}
See also https://github.com/michal-h21/biblatex-iso690/issues/80 and https://github.com/michal-h21/biblatex-iso690/issues/81. I don't necessarily think `howpublished` is a particularly bad choice for the online designator and I would not immediately disregard it because of one word...
I guess the crux of the matter is simply that there is no field for a medium designator in the standard data model. Semantically, `howpublished` comes pretty close, but it...