samcarter
samcarter
It would certainly be useful to change the default `\labelnumberwidth` if `biblatex` is used in combination with beamer (also setting `\setbeamertemplate{bibliography item}[text]` for numerical styles would be great!) Instead of...
> Can we branch on whether \setbeamertemplate{bibliography item}[text] is in force or not before doing that? This is something I was wondering myself yesterday, but stopped looking for a solution...
@moewew Do you know if there is a good way to check if the selected bibliography style is numeric? The best thing I could find was `\blx@bbxfile`, but then one...
@moewew Thanks for your reply! For my personal use checking for `\blx@bbxfile` seems to work good enough. In the bigger picture, this problematic might be easier to solve if it...
In case anyone is interested: A suggestion how to repair alignment/labels for some often used biblatex styles can be found at https://github.com/samcarter/beamer/commit/c5fe3d76e7b995c0a023791f1a7464c5e8fe9fa0 I still think it would be better to...
Related Q&As - https://tex.stackexchange.com/questions/481724/unexpected-indention-in-bibliography-items-beamer - https://tex.stackexchange.com/questions/463624/beamer-theme-madrid-with-biblatex-style-authoryear-leads-to-bibliography-positio - https://tex.stackexchange.com/questions/229423/biblatex-does-not-number-references - https://tex.stackexchange.com/questions/203737/beamer-bibliography-item-not-shown-with-madrid-theme - https://tex.stackexchange.com/questions/46266/beamer-margins-in-bibliographies
Fixed in https://github.com/josephwright/beamer/commit/2a81ef0c0172a4ba7ee11676a177c7f6fd21cf3d
> Thanks for bringing this up. I am not able to replicate your image. Mine looks ok with the title broken where expected. The break point is fine, but as...
Thanks for the report!
Thanks for the idea! While in theory this would make a lot of sense, I'm afraid this would get quite complicate with different viewports. One would need to take into...