diff --git a/LICENSE b/LICENSE index ecc6f10..94e8bc6 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2013-2022 Máté Cserép , Bálint Bognár +Copyright (c) 2013-2023 Máté Cserép , Bálint Bognár Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.pdf b/README.pdf index 04f73c0..9578eac 100644 Binary files a/README.pdf and b/README.pdf differ diff --git a/README_hu.pdf b/README_hu.pdf index 547f40d..33bdac7 100644 Binary files a/README_hu.pdf and b/README_hu.pdf differ diff --git a/elteikthesis.cls b/elteikthesis.cls index 2fd8a59..dbd181f 100644 --- a/elteikthesis.cls +++ b/elteikthesis.cls @@ -1,7 +1,7 @@ %% MIT License %% -%% Version 2.3, 2022/04/30 -%% Copyright (c) 2013-2022 Máté Cserép , Bálint Bognár +%% Version 2.3.1, 2023/04/10 +%% Copyright (c) 2013-2023 Máté Cserép , Bálint Bognár %% %% Permission is hereby granted, free of charge, to any person obtaining a copy %% of this software and associated documentation files (the "Software"), to deal @@ -29,7 +29,7 @@ %% to the original package. \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{elteikthesis}[2022/04/30 ELTE FI bachelor and master thesis template] +\ProvidesClass{elteikthesis}[2023/04/10 ELTE FI bachelor and master thesis template] % LaTeX programming tools \RequirePackage{etoolbox} diff --git a/elteikthesis_en.pdf b/elteikthesis_en.pdf index f4ec9cc..fee7fc0 100644 Binary files a/elteikthesis_en.pdf and b/elteikthesis_en.pdf differ diff --git a/elteikthesis_en.tex b/elteikthesis_en.tex index 8131af1..8a405c7 100644 --- a/elteikthesis_en.tex +++ b/elteikthesis_en.tex @@ -5,7 +5,7 @@ %twoside, % Double sided format %draft, % Quicker draft compilation without rendering images %final, % Set final to hide todos -]{elteikthesis}[2022/04/30] +]{elteikthesis}[2023/04/10] % The minted package is also supported for source highlighting % See minted-intregration.tex for example @@ -13,7 +13,7 @@ % Document's metadata \title{Title of the thesis} % title -\date{2022} % year of defense +\date{2023} % year of defense % Author's metadata \author{John Smith} diff --git a/elteikthesis_hu.pdf b/elteikthesis_hu.pdf index d8a3b18..495413b 100644 Binary files a/elteikthesis_hu.pdf and b/elteikthesis_hu.pdf differ diff --git a/elteikthesis_hu.tex b/elteikthesis_hu.tex index df37240..9dd6d9a 100644 --- a/elteikthesis_hu.tex +++ b/elteikthesis_hu.tex @@ -5,7 +5,7 @@ %twoside, % Double sided format %draft, % Quicker draft compilation without rendering images %final, % Set final to hide todos -]{elteikthesis}[2022/04/30] +]{elteikthesis}[2023/04/10] % The minted package is also supported for source highlighting % See minted-intregration.tex for example @@ -13,7 +13,7 @@ % Document's metadata \title{Dolgozat címe} % title -\date{2022} % year of defense +\date{2023} % year of defense % Author's metadata \author{Hallgató Hanga} diff --git a/elteikthesis_minted.tex b/elteikthesis_minted.tex index c830fa4..e48693a 100644 --- a/elteikthesis_minted.tex +++ b/elteikthesis_minted.tex @@ -1,4 +1,4 @@ -\documentclass{elteikthesis}[2022/04/30] +\documentclass{elteikthesis}[2023/04/10] \usepackage[newfloat]{minted}