Skip to content
Snippets Groups Projects
  1. Feb 09, 2025
  2. Feb 08, 2025
    • John MacFarlane's avatar
      LaTeX writer/template: Improve babel support. · 9be09633
      John MacFarlane authored
      Previously we used the `.ini` files for every language, but
      for European languages these tend to provide inferior results
      to the `.ldf` files used by classic Babel. Currently Babel
      documentation recommends using the classic system for European
      languages written in Latin and Cyrillic scripts and Vietnamese.
      So the LaTeX writer and template now follow this guidance.
      
      Main languages in the list of languages with good "classic" support
      are added to global documentclass options and will be automatically
      handled by Babel using the `.ldf` files.
      
      If the main language is not in this list, the `babeloptions` variable
      will be set to `provide=*`, which will cause support to be loaded from
      the `.ini` file rather than an `.ldf`. So, for example, setting
      `-V babeloptions=''` with a polytonic Greek document will cause the
      `.ldf` support to be used instead of the `.ini`.
      
      The default setting of this variable can be overwritten, but in most
      cases the default should give good results.
      
      Closes #8283.
      9be09633
    • Charles Tapley Hoyt's avatar
      Add testing on ghc v9.12 (#10598) · 1a3ea44f
      Charles Tapley Hoyt authored
      Use `--allow-newer` since dependencies are not yet updated
      for latest base version.
      Unverified
      1a3ea44f
  3. Feb 07, 2025
  4. Feb 06, 2025
  5. Feb 05, 2025
  6. Feb 04, 2025
  7. Feb 03, 2025
  8. Feb 02, 2025
  9. Feb 01, 2025
  10. Jan 31, 2025
  11. Jan 30, 2025
  12. Jan 29, 2025
Loading