Skip to content

Commit

Permalink
Update version and README PDF for CTAN submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcserep committed Apr 10, 2023
1 parent 9ae7ed0 commit b593946
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2013-2022 Máté Cserép <mcserep@inf.elte.hu>, Bálint Bognár
Copyright (c) 2013-2023 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
of this software and associated documentation files (the "Software"), to deal
Expand Down
Binary file modified README.pdf
Binary file not shown.
Binary file modified README_hu.pdf
Binary file not shown.
6 changes: 3 additions & 3 deletions elteikthesis.cls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%% MIT License
%%
%% Version 2.3, 2022/04/30
%% Copyright (c) 2013-2022 Máté Cserép <mcserep@inf.elte.hu>, Bálint Bognár
%% Version 2.3.1, 2023/04/10
%% Copyright (c) 2013-2023 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
%% of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -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}
Expand Down
Binary file modified elteikthesis_en.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions elteikthesis_en.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
%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
%\usepackage[newfloat]{minted}

% 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}
Expand Down
Binary file modified elteikthesis_hu.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions elteikthesis_hu.tex
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
%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
%\usepackage[newfloat]{minted}

% Document's metadata
\title{Dolgozat címe} % title
\date{2022} % year of defense
\date{2023} % year of defense

% Author's metadata
\author{Hallgató Hanga}
Expand Down
2 changes: 1 addition & 1 deletion elteikthesis_minted.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass{elteikthesis}[2022/04/30]
\documentclass{elteikthesis}[2023/04/10]

\usepackage[newfloat]{minted}

Expand Down

0 comments on commit b593946

Please sign in to comment.