Skip to content
Snippets Groups Projects
  1. Dec 08, 2016
  2. Aug 19, 2016
  3. Aug 18, 2016
  4. Jun 13, 2016
  5. Jun 05, 2016
  6. May 15, 2016
  7. Apr 13, 2016
  8. Mar 26, 2016
  9. Mar 23, 2016
  10. Mar 16, 2016
  11. Jan 13, 2016
  12. Dec 09, 2015
  13. Dec 01, 2015
  14. 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
  15. Nov 21, 2015
  16. Nov 20, 2015
  17. Nov 19, 2015
  18. 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
  19. Nov 10, 2015
  20. Jun 23, 2015
  21. Jun 17, 2015
  22. Jun 11, 2015
  23. May 30, 2015
  24. May 14, 2015
  25. May 13, 2015
  26. May 12, 2015
  27. May 11, 2015
Loading