According to the documentation, the autostyle=once option controls multilingual support by only adapting the style once so that it matches the main language of the document.
This does work if the main language is just the last listed one, as shown by the following MCE:
According to the documentation, the
autostyle=once
option controls multilingual support by only adapting the style once so that it matches the main language of the document.This does work if the main language is just the last listed one, as shown by the following MCE:
But this doesn't work if the main language is stipulated through the
babel
'smain=⟨language⟩
option, as shown by the following MCE:Interestingly, thebabel
'smain=⟨language⟩
option is honored by theautostyle=true
option