Skip to content
Snippets Groups Projects
  1. Mar 22, 2021
  2. Mar 19, 2021
  3. Mar 04, 2021
  4. Feb 26, 2021
  5. Feb 21, 2021
  6. Mar 09, 2020
  7. Dec 26, 2018
  8. Jun 15, 2018
  9. Jun 11, 2018
  10. Feb 11, 2018
  11. Jul 10, 2017
  12. Jul 09, 2017
  13. Jun 03, 2017
  14. Jun 02, 2017
  15. May 24, 2017
  16. May 22, 2017
  17. Jan 28, 2017
  18. May 15, 2016
  19. Mar 17, 2016
  20. Feb 18, 2016
  21. Jan 13, 2016
  22. Dec 08, 2015
  23. Nov 30, 2015
    • Vít Novotný's avatar
      Major locale and style interface changes. · aba7a20f
      Vít Novotný authored
      `\thesis@selectLocale` is no longer performed globally for the
      entire document during `\thesis@load` (effectively overriding the
      user's hyphenation settings, if Babel's or Polyglossia's
      `\languagename` differs from `\thesis@locale`). Instead,
      `\thesis@preamble` and `\thesis@postamble` now locally switch the
      locale and expand `\thesis@blocks@preamble` and
      `\thesis@blocks@postamble`, which are the new redefinables. Since
      this breaks the behaviour of `\thesis@blocks@mainMatter`, whose
      effects would also be local, `\thesis@blocks@mainMatter` is now
      executed directly by `\thesis@preamble` after closing the group and
      becomes a new part of the interface between the class and the style
      files.
      
      As a preparation for the future inclusion of bibliography support,
      the /csquotes/ package is loaded, `\thesis@<locale>@csquotesStyle`
      is a new part of the locale interface that sets the /csquotes/
      style of a locale, and `\thesis@selectLocale` now switches the
      /csquotes/ style.
      aba7a20f
  24. Nov 19, 2015
  25. Oct 09, 2015
  26. Jun 27, 2015
  27. Jun 26, 2015
    • witiko's avatar
      Added the `\thesis@selectLocale{...}`, which acts as a replacement for · 1a167b1d
      witiko authored
      `\def\thesis@locale{...}`, which also switches hyphenation patterns. The
      macro definitions inside locale files are now global to account for the
      fact that it now makes sense to include locale files on-site (and
      therefore possibly inside a group) using the `\thesis@selectLocale`.
      1a167b1d
Loading