Just noticed how every time I use \lorem I got:
! Setting document.language to 'la', but support for 'la' has not been loaded!
Consider invoking \language[main=la] which loads language support before
setting it or manually calling SILE.languageSupport.loadLanguage("la").
Why doesn't the hook of document.language just call SILE.languageSupport.loadLanguage()?
Is it about not being opinionated?
Just noticed how every time I use
\loremI got:Why doesn't the hook of
document.languagejust callSILE.languageSupport.loadLanguage()?Is it about not being opinionated?