From 6c6fc97cf0703027db49d16943144fb580b32735 Mon Sep 17 00:00:00 2001 From: novacto3 <tomas.novacek@fit.cvut.cz> Date: Mon, 17 Jun 2024 13:07:52 +0200 Subject: [PATCH] Title page is displayed first, then assignment page --- README.md | 2 +- changelog.md | 7 +++++++ ctufit-thesis.tex | 6 +++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f5ff855..0f8ede7 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Recommended template for theses submitted at [Faculty of Information Technology] Version -------- -1.2.1 (17. 6. 2024). The whole changelog can be found in the [Changelog file](changelog.md). +1.2.2 (17. 6. 2024). The whole changelog can be found in the [Changelog file](changelog.md). Bugs and support diff --git a/changelog.md b/changelog.md index 587140f..39e591a 100644 --- a/changelog.md +++ b/changelog.md @@ -5,6 +5,13 @@ 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.2.2] - 17. 6. 2024 + +Title page is now first, the assignment is second page. + +### Changed +- Swapped Title page and assignment page. + ## [1.2.1] - 17. 6. 2024 Sync of layout for oneside and twoside versions. diff --git a/ctufit-thesis.tex b/ctufit-thesis.tex index c4f0da5..c6cf740 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.2.1. build on 17. 6. 2024. +%% This is version 1.2.2. build on 17. 6. 2024. %% %% Get the newest version from %% https://gitlab.fit.cvut.cz/theses-templates/FITthesis-LaTeX @@ -109,10 +109,10 @@ \begin{document} \frontmatter\frontmatterinit % do not remove these two commands -\includepdf[pages={1-}]{assignment-include.pdf} % replace that file with your thesis assignment provided by study office - \thispagestyle{empty}\cleardoublepage\maketitle % do not remove these three commands +\includepdf[pages={1-}]{assignment-include.pdf} % replace this file with your thesis assignment generated from ProjectsFIT + \imprintpage % do not remove this command \tableofcontents % do not remove this command -- GitLab