Jürgen Spitzmüller
Jürgen Spitzmüller
> The Test > > https://github.com/reutenauer/polyglossia/blob/55de651eeba716611736fa6cc2c17607c93772b6/tex/polyglossia.sty#L819 > > is always false, since the comparison is of the strings themselves, not their value. But why in the first place should we...
> I think it still can be improved. Consider the following > > ``` > \documentclass{article} > \usepackage{polyglossia} > \setmainlanguage{arabic} > \setotherlanguage{hebrew} > \setmainfont{Amiri} > \begin{document} > Test > >...
Please try again after c72e957283b030 The error message now reads: ``` ! Package polyglossia Error: The current main roman font, Amiri, does not conta in the "Hebrew" script! (polyglossia) Please...
The latest attempt didn't report correctly for non-rm fonts. Fixed at ba3b2fdf2fdbe
The regex is only used if this particular error occurs, so I think this is bearable (but feel free to improve of course)
I think the information that is missing here is that the `clearlang` option (which is `true` here with the effect that English, being the main language, is omitted from the...
BTW the `clearlang` documentation needs some polishing as well. Currently it states that > If this option is enabled, biblatex will automatically clear the language field > of all entries...
I could do a pull request as soon as #1403 has been decided on.
> Sorry, I don't think I want to make a definite decision on [#1403](https://github.com/plk/biblatex/pull/1403), but at the moment I'm leaning towards a no. As discussed in [#1390](https://github.com/plk/biblatex/issues/1390) I think this...
Yes, that's true, it only makes the field formats consider bibstrings. IMHO this is a significant improvement which is completely backwards compatible.