plk / biblatex

biblatex is a sophisticated bibliography system for LaTeX users. It has considerably more features than traditional bibtex and supports UTF-8
520 stars 118 forks source link

Introduce option to automatically use sequens, sequentes in postnote (#217) #1392

Closed jspitz closed 2 weeks ago

jspitz commented 4 weeks ago

This entails new formatting commands \mkseqrange[*] and \mkseqornormrange[*] as well as a new option pageseq=none|two+|three+|all+

The lexic of the latter is adapted from backrefstyle.

jspitz commented 3 weeks ago

An afterthought: We could also generalize the option a bit more to provide even more convenience:

I think this would be a useful interface. What do you think?

jspitz commented 3 weeks ago

I have updated my pull request to include the extensions proposed in https://github.com/plk/biblatex/pull/1392#issuecomment-2453305335

jspitz commented 3 weeks ago

BTW as far as I can see the reason for the checks failing is a biblatex/biber version mismatch in dev branch.

moewew commented 2 weeks ago

Looks nice. Thank you very much. I'd like to squash and merge to keep the history a bit nicer. Would that mess things up hugely on your end?

jspitz commented 2 weeks ago

I think I can deal with it. It's better for me to do a completely new fork after this has been merged anyway in order to start from a clean history.

moewew commented 2 weeks ago

Nice. Merged.

(I guess it is probably easier to work on feature branches in future, then you don't need to worry too much about what's going on on dev.)

For the link: #217.