moewew
moewew
Hm. I might well be missing the bigger picture, but as I see it at the moment #1403 "only" makes the field formats consider bibstrings. A user will still have...
> I would write > > > ... localization keys (see \secref{aut:lng:key}, especially \secref{aut:lng:key:lng}). If localisation keys are used, the prefix \texttt{lang} is omissible: both language=langenglish and language=english can be...
I answered on TeX. SX (https://tex.stackexchange.com/q/731857/35864) with the "official solution" at the moment, but I think we may need to revisit this, as the current situation is a little confusing...
For most people it is usually the most convenient to run Biber on the basename of your main `.tex` file. So when your document is called `myproject.tex` just run ```bash...
Thank you very much for reporting this. I haven't yet had time to look into this in more detail, but I think this has to do with the fix for...
Hmm. This doesn't look ideal. But I'm not sure if there is a quick and easy fix. --- For your question 1 in the last comment, note that the documentation...
We also have https://github.com/plk/biblatex/issues/1381. Unfortunately, I haven't had the time to look at all of this. It seems, however, pretty inconvenient to have to issue certain commands at top-level outside...
And there is https://github.com/plk/biblatex/issues/1376 which issues a lot of warnings... ```latex \begin{filecontents}{vietnamese.lbx} \ProvidesFile{vietnamese.lbx} [\abx@lbxid] \DeclareBibliographyExtras{% \protected\def\bibrangedash{% \textendash\penalty\hyphenpenalty}% breakable dash \let\finalandcomma=\empty \let\finalandsemicolon=\empty \def\mkbibordinal{\mkbibmascord}% \protected\def\mkbibmascord#1{% \stripzeros{#1}\textordmasculine}% \textordmasculine -> textcomp.sty \protected\def\mkbibfemord#1{% \stripzeros{#1}\textordfeminine}% \textordfeminine...
@Udi-Fogiel Those test come from higher-level commands that need to know if hyphenation patterns are available. Those commands can potentially be issued in different orders and at different times, so...
@Udi-Fogiel It's probably enough to search for `\blx@ifhyphenationundef` in https://github.com/plk/biblatex/blob/dev/tex/latex/biblatex/biblatex.sty to get a first idea. You might have to unpack/unravel quite some macro chains for the full picture, though. I...