summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/elteikthesis/elteikthesis.cls
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/elteikthesis/elteikthesis.cls')
-rw-r--r--macros/latex/contrib/elteikthesis/elteikthesis.cls20
1 files changed, 10 insertions, 10 deletions
diff --git a/macros/latex/contrib/elteikthesis/elteikthesis.cls b/macros/latex/contrib/elteikthesis/elteikthesis.cls
index bd2c634837..347404ee8f 100644
--- a/macros/latex/contrib/elteikthesis/elteikthesis.cls
+++ b/macros/latex/contrib/elteikthesis/elteikthesis.cls
@@ -1,6 +1,6 @@
%% MIT License
%%
-%% Version 2.0, 2020/02/26
+%% Version 2.1, 2020/05/15
%% Copyright (c) 2013-2020 Máté Cserép <mcserep@inf.elte.hu>, Bálint Bognár
%%
%% Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -29,7 +29,7 @@
%% to the original package.
\NeedsTeXFormat{LaTeX2e}
-\ProvidesClass{elteikthesis}[2020/02/26 ELTE FI bachelor and master thesis template]
+\ProvidesClass{elteikthesis}[2020/05/15 ELTE FI bachelor and master thesis template]
% LaTeX programozói eszközök
\RequirePackage{etoolbox}
@@ -59,6 +59,14 @@
% ------------------------------
% ------------------------------
+% Karakterkódolás, nyelv
+\RequirePackage[utf8]{inputenc}
+\RequirePackage[T1]{fontenc}
+\RequirePackage[english,magyar]{babel}
+\RequirePackage{indentfirst}
+% ------------------------------
+
+% ------------------------------
% Metaadatok
\DeclareDocumentCommand{\author}{m}{\newcommand{\authorname}{#1}\renewcommand{\@author}{#1}}
\NewDocumentCommand{\degree}{m}{\newcommand{\degreename}{#1}}
@@ -187,14 +195,6 @@
% ------------------------------
% ------------------------------
-% Karakterkódolás, nyelv
-\RequirePackage[utf8]{inputenc}
-\RequirePackage[T1]{fontenc}
-\RequirePackage[english,magyar]{babel}
-\RequirePackage{indentfirst}
-% ------------------------------
-
-% ------------------------------
% Grafika
\RequirePackage{graphicx}
\RequirePackage{float}