- May 09, 2015
-
-
witiko authored
-
- May 08, 2015
-
- May 07, 2015
- May 06, 2015
- May 05, 2015
- May 04, 2015
-
-
witiko authored
-
- May 03, 2015
-
- May 02, 2015
- May 01, 2015
- Apr 28, 2015
- Apr 27, 2015
- Apr 26, 2015
-
-
witiko authored
-
witiko authored
-
witiko authored
are configurable via `\ifthesis@blocks@*@header@{department,field}`
-
witiko authored
-
witiko authored
Added `\thesis@head`, `tail`, `author@head` and `author@tail`. The `\thesis@authorEn` and `\thesis@advisorEn` macros are unnecessary and can be emulated via `{\def\thesis@lang{english}\thesis@author` or `\thesis@placeholder}` for an arbitrary language.
-
witiko authored
-
witiko authored
-
- Apr 20, 2015
- Apr 19, 2015
-
-
witiko authored
Instead of defining `\thesis@[name]` within the `[locale].def` files and `\thesis@[name]En` within the `base.def` files, each [locale] now defines macros in form `\thesis@[locale]@[name]` within their `[locale].def` files meaning that English is no longer special-cased and multiple locales can be loaded at the same time. This enables the model, where style files conditionally load additional locale files (like `czech` and `english` in case of the style file of the Faculty of Science, which was the original motivation for the change). The string manipulation macros `\thesis@`, `\thesis@@`, `\thesis@@upper`, `\thesis@@lower` and `\thesis@requireLocale` macros were also added to alleviate the complexity added by this model. More specifically, the style files need to be able to require new locales (this functionality is provided by the `\thesis@requireLocale` macros) and strings of the current locale can no longer be accessed directly through a command sequence, but a command sequence must be composed from letter tokens and from the expansion of the `\thesis@locale` macro (this functionality is provided by the `\thesis@@*` macros). The `\thesis@season` macro now returns a string rather than a macro to allow for easy command sequence composition using the `\thesis@` macro. The `\thesis@requireWithOptions` was renamed to `\thesis@requireStyle` as it resembles the semantics of the `\thesis@requireLocale` macro. The Faculty of Science style file now correctly typesets the front matter in Czech and English regardless of the main locale. The implicit options of the `mu/base` style file are now `nolof` and `nolot` instead of `lof` and `lot`, respectively.
-
- Apr 16, 2015
-
-
witiko authored
`\thesis@blocks@titlePage` definition.
-
witiko authored
-
witiko authored
-
witiko authored
-
witiko authored
`hyperref` is now loaded with the `unicode` option.
-
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.
-
- Apr 14, 2015