summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/elteikthesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-07-24 21:52:09 +0000
committerKarl Berry <karl@freefriends.org>2020-07-24 21:52:09 +0000
commitae8866d0d54155d64c97ae942988b4ff8da5ea4c (patch)
tree6702c2f235ee6b73d8ad7fe8b3a45f2fe04d7716 /Master/texmf-dist/tex/latex/elteikthesis
parent8e96939ec6cb5404dd26d4b0982c2fa6d942d3fc (diff)
elteikthesis (24jul20)
git-svn-id: svn://tug.org/texlive/trunk@55928 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/elteikthesis')
-rw-r--r--Master/texmf-dist/tex/latex/elteikthesis/elteikthesis.cls20
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/elteikthesis/elteikthesis.cls b/Master/texmf-dist/tex/latex/elteikthesis/elteikthesis.cls
index bd2c6348373..347404ee8f6 100644
--- a/Master/texmf-dist/tex/latex/elteikthesis/elteikthesis.cls
+++ b/Master/texmf-dist/tex/latex/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}