moewew

Results 416 comments of moewew

I've had a look at this again, but I didn't have any good ideas to solve this properly. Just a few notes on the general problem and what I tried...

The German in your example document is no problem. Don't worry about translating it. The example I posted was German because I copied it from the linked mrunix post you...

Thanks for the extensive reply. I can't promise I'll be able to go through it before the weekend (and maybe not even then: it's [TUG 2020](https://www.tug.org/tug2020/)), so the low-hanging fruit...

There is `\mancite` defined as https://github.com/plk/biblatex/blob/089ce33f1e3cbde9433fda6e8ab4c82e96018b80/tex/latex/biblatex/biblatex.sty#L10619-L10624 it resets 'ibid', 'idem', 'opcit' and 'loccit' in the current context. Quoth the manual > [`\mancite`] Use this command to mark manually inserted citations...

A first attempt at stricter 'idem' tracking can be seen in https://gist.github.com/moewew/457a1d42fb3d779e08dd8b1e29d07302. Unfortunately the changes I had to apply grew a bit larger than what we discussed here before, so...

To address some points that I didn't address before. > ### Clarification of strict-constrict-difference > > So if I understand correctly, the only difference between strict and constrict is whether...

Thanks for the feedback. > > Anyhow, the attempt needs thorough testing, so it would be appreciated if you could give it a spin. > > My test document shows...

Ah, sorry about the confusion with 'primary name'. That's the phrase the manual sometimes uses to describe `labelname` or just the name list that comes first in the bibliography entry...

Thank you for this interesting feature suggestion. I think the general infrastructure to be able to identify works by particular authors would be nice to have for a variety of...

Thank your for that suggestion. Unfortunately, I have no idea how to safely execute code at every paragraph (there is `\everypar`, but that seems to be a bit dangerous). Will...