Skip to content
Snippets Groups Projects
Commit 2b689cfc authored by Tomáš Nováček's avatar Tomáš Nováček
Browse files

Merge branch 'novacto3/gitignore' into 'master'

[v1.3.5] Making the .gitignore less strict

See merge request !31
parents 77ca4384 89bba4aa
No related branches found
No related tags found
1 merge request!31[v1.3.5] Making the .gitignore less strict
Pipeline #451132 passed
......@@ -11,8 +11,9 @@
*.lot
_minted-ctufit-thesis/
*.out
*.pdf
*.ps
*.run.xml
*.synctex.gz
*.toc
example-asssignment-include.pdf
ctufit-thesis.pdf
......@@ -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
......
......@@ -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.
......
%% 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
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment