moewew
moewew
With two separate bibliographies the numbering could be fixed with `defernumbers` (as the warning suggests). But yeah, at the moment that does not give the (I guess) expected ouptut either,...
'We' (that is the `biblatex` standard styles) use `\forcezerosy` and friends only for printing, so it doesn't have to be expandable. But I see the appeal of having the command...
Yeah, the fix helps in the MWE, but I think the issue goes deeper. Try ```latex \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[style=authoryear-ibid]{biblatex} \begin{filecontents}{\jobname.bib} @book{Author_2020_1, title = {Title B}, shorthand = {A}, author =...
I know that this would require a *very* different approach. But I think it could be useful. When I cite a work in a document and have it appear in...
For 'simulation' purposes, here is a workaround that lets entries in a biblist take their entry data from the default context for each entry, so that only the sorting is...
Oh yeah. My 'scheme' will definitely not be the right thing for all uses. I happen to think it would be useful (or at least not detrimental) for a lot...
Idea courtesy of Ulrike Fischer at https://golatex.de/viewtopic,p,108275.html#108275 ```latex \documentclass{article} \usepackage[ngerman]{babel} \usepackage{csquotes} \usepackage[style=authortitle, backend=biber]{biblatex} \DeclareFieldFormat{postnote}{\mkpageprefix[pagination][\mkcomprange]{#1}} \makeatletter \def\blx@comprange@end{% \numdef\blx@tempb\blx@tempb \ifnum\blx@tempe>\c@maxcomprange\relax \numdef\blx@tempc\blx@tempc \else \numdef\blx@tempc\blx@tempd \fi \begingroup \edef\blx@tempb{\endgroup \blx@range@out@value{% \expandonce\blx@range@out@item@process{\blx@tempb}% \psq%\noexpand\bibrangedash %\expandonce\blx@range@out@item@process{\blx@tempc} }}% \blx@tempb...
> 1. Is the filename which I have chosen correct? Dot modifiers are tricky. See also #937, #938, #935 As far as `polyglossia` is concerned the file name currently works...
With release versions of all packages involved the following slightly modified MWE when compiled with LuaLaTeX, Biber, LuaLaTeX, LuaLaTeX ```latex \listfiles \begin{filecontents}[force]{\jobname.bib} @mvbook{LH, title = {Liturgia horarum iuxta ritum Romanum},...
> However, using babel and its dot modifiers, biblatex requests a file `latin.lbx` in all cases. So we have no full compatibility. > Is it possible to create a `latin.lbx`...