Skip to content
Snippets Groups Projects
  1. Feb 09, 2017
  2. Jan 29, 2017
  3. Jan 28, 2017
  4. Dec 15, 2016
  5. Dec 12, 2016
  6. Dec 08, 2016
  7. Aug 19, 2016
  8. Aug 18, 2016
  9. Jun 13, 2016
  10. Jun 05, 2016
  11. May 15, 2016
  12. Apr 13, 2016
  13. Mar 26, 2016
  14. Mar 23, 2016
  15. Mar 16, 2016
  16. Jan 13, 2016
  17. Dec 09, 2015
  18. Dec 01, 2015
  19. 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
  20. Nov 21, 2015
  21. Nov 20, 2015
  22. Nov 19, 2015
  23. Nov 17, 2015
    • Vít Novotný's avatar
      The locale macros `\thesis@<locale>@winter` and `\thesis@<locale>@summer` · f16d9d73
      Vít Novotný authored
      were renamed to `\thesis@<locale>@spring` and `\thesis@<locale>@fall`.
      
      The semantics have also changed. The `\thesis@parseDate` macro no
      longer sets `\thesis@season` to `winter` if `\thesis@month` < 7 and to
      `summer` otherwise. Instead, the `\thesis@season` macro is set to
      `spring` if 2 > `\thesis@month` < 9 and to `fall` otherwise.
      
      The `\thesis@academicYear` macro is no longer set to
      `\thesis@year`-1/`\thesis@year` if `\thesis@month` < 7 and to
      `\thesis@year`/`\thesis@year`+1 otherwise. Instead, the
      `\thesis@academicYear` macro is set to
      `\thesis@year`-1/`\thesis@year` if `\thesis@month` < 9 and to
      `\thesis@year`/`\thesis@year`+1 otherwise.
      
      These changed month ranges reflect more accurately the beginning and the
      end of the spring and fall semesters.
      f16d9d73
  24. Nov 10, 2015
  25. Jun 23, 2015
  26. Jun 17, 2015
  27. Jun 11, 2015
  28. May 30, 2015
Loading