Skip to content
Snippets Groups Projects
  1. Mar 22, 2021
  2. Mar 22, 2020
  3. Dec 26, 2018
  4. Feb 11, 2018
  5. Jun 02, 2017
  6. May 30, 2017
  7. Jan 28, 2017
  8. Mar 24, 2016
  9. Mar 17, 2016
  10. Mar 16, 2016
  11. Feb 24, 2016
  12. Jan 14, 2016
  13. Jan 13, 2016
  14. Nov 30, 2015
  15. Nov 20, 2015
  16. Nov 19, 2015
  17. Nov 17, 2015
  18. Jun 23, 2015
  19. May 13, 2015
    • witiko's avatar
      Removing UTF-8 demangling by the `inputenc` package for logo input. · 6fd94c6b
      witiko authored
      This is a regression, but demangling just the logo paths makes little
      sense and there is no practical way to handle this for all file
      inclusions. If you need to load resources from non-ASCII paths, you are
      advised to use a Unicode-first engine (XeTeX, LuaTeX).
      6fd94c6b
  20. May 10, 2015
  21. May 03, 2015
  22. May 02, 2015
  23. Apr 28, 2015
  24. Apr 26, 2015
  25. Apr 20, 2015
  26. Apr 16, 2015
    • witiko's avatar
      Updated the Makefile · 358618df
      witiko authored
      The new target `uninstall` removes the files of the package from
      the TeX directory structure. The `dist` and `dist-clean` structure
      creates a browsable and a TeX directory structure-compliant
      archives containing the files of the package.
      358618df
  27. Apr 14, 2015
  28. Apr 11, 2015
    • witiko's avatar
      Partial implementation of the Faculty of Science style. · 0f14d2f9
      witiko authored
      The support for injecting the thesis assignment PDF via the
      `assignment=path` option of `\thesissetup` was added.
      
      One of the larger design decisions in this commit is the fact
      that each locale string stored within a `\macro` macro needs to
      have a `\macroEn` counterpart defined. Such a solution was much
      easier to implement and document than special-casing and
      documenting each string, whose English version was needed across
      locales. The implementation comprises `base.def` files containing
      the English definitions. These definitions are then automatically
      imported by the locale file inheritance scheme.
      
      Several new macros were added to allow for multi-lingual blocks:
      
       * `\thesis@authorEn`, `\thesis@advisor` -- They gets redefined
         via the `author` and `advisor` `\thesissetup` keys like their
         locale-agnostic counterparts, but the initial values are
         `\thesis@placeholders@authorEn` and
         `\thesis@placeholders@advisorEn` rather than
         `\thesis@placeholders@author` and
         `\thesis@placeholders@advisor`.
       * `\thesis@field` -- The field of study, required by the sci style
       * `\thesis@departmentEn`, `\thesis@programmeEn`, `\thesis@fieldEn`
         `\thesis@titleEn`, `\thesis@TeXtitleEn` -- The English versions
         of their locale-agnostic counterparts
       * `\thesis@abstractEn`, `\thesis@keywordsEn` -- These no longer
         default to `\undefined`, but instead use the fresh-defined
         `\thesis@placeholders@abstractEn` and
         `\thesis@placeholders@keywordsEn` locale macros.
       * `\thesis@date`, `\thesis@year`, `\thesis@month`, `\thesis@day`,
         `\thesis@season`, `\thesis@academicYear`, `\thesis@semester` --
         These are all parsed out of a single value assigned to the
         `date` key via `\thesissetup`.
      0f14d2f9
  29. Apr 08, 2015
  30. Apr 07, 2015
  31. Mar 31, 2015
  32. Mar 25, 2015
Loading