diff --git a/.gitignore b/.gitignore index 7429f45c6479e2f23716b0a5025303b1da45cd9d..7ab9394e037c3b38f0da757631ecde640575a21b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,8 +11,9 @@ *.lot _minted-ctufit-thesis/ *.out -*.pdf *.ps *.run.xml *.synctex.gz *.toc +example-asssignment-include.pdf +ctufit-thesis.pdf diff --git a/README.md b/README.md index dacaa1792c1d87167818b959d4a31647d617e6db..f66113d3352445c56fbd3f4b4e7746c1611622d6 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Recommended template for theses submitted at [Faculty of Information Technology] Version -------- -1.3.4, built 25. 6. 2024. The whole changelog can be found in the [Changelog file](changelog.md). +1.3.5, built 25. 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 c12c86835a22d0793bb71eb617856b30b7c1e073..06dce9b3795618a05b6daf4ecc3b10bec1278c1f 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.3.5] - 25. 6. 2024 + +Making .gitignore less strict when handling PDF files. + +### Changed +- The .gitignore was made less strict, so it does not ignore every .pdf file, but just the example/output ones. + + # [1.3.4] - 25. 6. 2024 Added support for paragraphs as the deepest level of headings via documentclass option. diff --git a/ctufit-thesis.tex b/ctufit-thesis.tex index b07eecb9c57cf3ae1cc8f0a9c20d97a0fd2c7573..67506a5caaf328d779c6dcf9db97d40abab7f9bd 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.3.4, built 25. 6. 2024. +%% This is version 1.3.5, built 25. 6. 2024. %% %% Get the newest version from %% https://gitlab.fit.cvut.cz/theses-templates/FITthesis-LaTeX @@ -111,7 +111,7 @@ \thispagestyle{empty}\maketitle\thispagestyle{empty}\cleardoublepage % do not remove these four commands -\includepdf[pages={1-}]{assignment-include.pdf} % replace this file with your thesis assignment generated from ProjectsFIT +\includepdf[pages={1-}]{example-assignment-include.pdf} % replace this file with your thesis assignment generated from ProjectsFIT \imprintpage % do not remove this command \stopTOCentries diff --git a/assignment-include.pdf b/example-assignment-include.pdf similarity index 100% rename from assignment-include.pdf rename to example-assignment-include.pdf