From d8bb3f3f401241e274c4edd2ce56f76ea3552f83 Mon Sep 17 00:00:00 2001 From: novacto3 <tomas.novacek@fit.cvut.cz> Date: Wed, 19 Mar 2025 12:39:13 +0100 Subject: [PATCH] Removed unicode option --- README.md | 2 +- changelog.md | 9 +++++++++ ctufit-thesis.cls | 1 - ctufit-thesis.tex | 4 ++-- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 88b4f67..2cb5d90 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Recommended template for theses submitted at [Faculty of Information Technology] Version -------- -1.4.0, built 19. 3. 2025. The whole changelog can be found in the [Changelog file](changelog.md). +1.4.1, built 19. 3. 2025. The whole changelog can be found in the [Changelog file](changelog.md). Bugs and support diff --git a/changelog.md b/changelog.md index 12f86be..8894a86 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.4.1] - 19. 3. 2025 + +Removed obsolete option Unicode. + +### Changed +- Removed Unicode option from the CTU FIT thesis class, since it was not used anymore. + + ## [1.4.0] - 19. 3. 2025 PDF metadata. @@ -16,6 +24,7 @@ PDF metadata. ### Changed - Updated hyperref package. + ## [1.3.10] - 27. 2. 2025 Darkmode image example improved. diff --git a/ctufit-thesis.cls b/ctufit-thesis.cls index 075c9c0..adf7516 100644 --- a/ctufit-thesis.cls +++ b/ctufit-thesis.cls @@ -84,7 +84,6 @@ \PassOptionsToPackage{svgnames}{xcolor} \PassOptionsToPackage{newfloat}{minted} \DeclareOption*{\PassOptionsToClass{\CurrentOption}{book}} -\ExecuteOptions{unicode} \ExecuteOptions{subsubsection} \ProcessOptions\relax diff --git a/ctufit-thesis.tex b/ctufit-thesis.tex index 083bc07..3e36b72 100644 --- a/ctufit-thesis.tex +++ b/ctufit-thesis.tex @@ -1,7 +1,7 @@ %% This is the ctufit-thesis example file. It is used to produce theses %% for submission to Czech Technical University, Faculty of Information Technology. %% -%% This is version 1.4.0, built 19. 3. 2025. +%% This is version 1.4.1, built 19. 3. 2025. %% %% Get the newest version from %% https://gitlab.fit.cvut.cz/theses-templates/FITthesis-LaTeX @@ -39,7 +39,7 @@ % electronic (oneside) or printed (twoside), twoside is default % paragraph - if passed, this optional argument sets paragraphs as the deepest level of headers, styles it, numbers it and adds it to Table of Content. Use with care! Normally, it is considered unwise to use it, since its too deep. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\documentclass[czech,bachelor,unicode,oneside]{ctufit-thesis} +\documentclass[czech,bachelor,oneside]{ctufit-thesis} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % FILL IN THIS INFORMATION -- GitLab