moewew
moewew
Cf. https://github.com/MiKTeX/miktex-packaging/issues/87 The [`tufte-latex.tds.zip`](http://mirrors.ctan.org/install/macros/latex/contrib/tufte-latex.tds.zip) available at https://ctan.org/pkg/tufte-latex contains the bibliography style file `tufte.bst` in `tex/latex/tufte-latex`. But a `.bst` file will not be found by BibTeX when it is placed in...
## Brief outline of the enhancement It would be great if there were a feature to test if a certain font configuration is available. My use case is essentially the...
Just so it doesn't get lost, here is Ulrike's example from #715 again (extended with some other cases) ```latex \documentclass[ngerman]{article} \usepackage{babel} \usepackage{expl3} \ExplSyntaxOn \newcommand*{\test}{\text_titlecase:n} \ExplSyntaxOff \begin{document} \test{"`lorem"'} \test{\glqq lorem\grqq} \test{lorem}...
To me it seems that `\field{year}` in `\DeclareLabeldate` does more harm than good. The fact that `labeldatesource` can have the value `year` and does thus not always follow the scheme...
In absence of a better notification system, this issue is reserved for **change and release announcements as well as requests for comments on larger changes with potential impact on contributed...
Context https://github.com/plk/biblatex-apa/issues/126#issuecomment-687829069. I think it may be useful to be able to append to the current unit punctuation (saved in `\blx@unitpunct`) instead of only being able to overwrite it with...
From https://tex.stackexchange.com/q/547427/35864 Consider the following example ```latex \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[style=authoryear-ibid]{biblatex} \begin{filecontents}{\jobname.bib} @book{Author_2020_1, title = {Title B}, author = {Some Author}, year = {2020}, location = {Someplace} } @book{Author_2020_2, title =...
For some reason the `authoryear-comp` styles test for the `cite:extradate` situation (Knuth 1986a,b) with ```latex \ifthenelse{\iffieldequals{labelyear}{\cbx@lastyear}\AND \(\value{multicitecount}=0\OR\iffieldundef{postnote}\)} ``` https://github.com/plk/biblatex/blob/23f6a15eef21789da19068f62be85dffa494e623/tex/latex/biblatex/cbx/authoryear-comp.cbx#L34-L40 In particular the `\value{multicitecount}=0` seems odd. Compare the output of the...
Via https://tex.stackexchange.com/q/506161/35864 Most citation tracking is disabled in floats, but backref is still enabled. This leads to undesirable output such as in the following example ```latex \documentclass{report} \usepackage[english]{babel} \usepackage[backref=true,backend=biber,citecounter=true]{biblatex} \addbibresource{biblatex-examples.bib}...
See #937. Related to #938. For some uses it would be extremely useful to add language options to the `.lbx` files. Currently the official way to do this is via...