Smaller typo fixes, versioning release 2.0 to be synchronized with CTAN versions.

This commit is contained in:
Máté Cserép 2020-02-27 16:46:41 +01:00
parent 36993f0276
commit 140edb94e4
7 changed files with 26 additions and 16 deletions

View File

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2013-2019 Máté Cserép, Bálint Bognár 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -30,20 +30,24 @@ A fordításhoz tetszőleges fejlesztő környezet is használható (pl. [TexStu
## Fontosabb függőségi csomagok ## Fontosabb függőségi csomagok
**Képkezelés:** **Képkezelés:**
* Minimális és maximális méret: [adjustbox](https://ctan.org/pkg/adjustbox) * Minimális és maximális méret: [adjustbox](https://ctan.org/pkg/adjustbox)
* Alábrák: [subfigure](https://ctan.org/pkg/subfigure) * Alábrák: [subfigure](https://ctan.org/pkg/subfigure)
* Forgatás: [rotating](https://ctan.org/pkg/rotating) * Forgatás: [rotating](https://ctan.org/pkg/rotating)
**Táblázatkezelés:** **Táblázatkezelés:**
* Oszlopok és sorok egyesítése: [multirow](https://ctan.org/pkg/multirow) * Oszlopok és sorok egyesítése: [multirow](https://ctan.org/pkg/multirow)
* Tördelhető táblázat: [longtable](https://ctan.org/pkg/longtable) * Tördelhető táblázat: [longtable](https://ctan.org/pkg/longtable)
* Cellatartalom vertikális igazítása: [array](https://ctan.org/pkg/array) * Cellatartalom vertikális igazítása: [array](https://ctan.org/pkg/array)
* Többsoros cellák (sortörés): [makecell](https://ctan.org/pkg/makecell) * Többsoros cellák (sortörés): [makecell](https://ctan.org/pkg/makecell)
**Felsorolások:** **Felsorolások:**
* Szoros térközű felsorolások: [paralist](https://ctan.org/pkg/paralist) * Szoros térközű felsorolások: [paralist](https://ctan.org/pkg/paralist)
**Matematika és algoritmusok:** **Matematika és algoritmusok:**
* Matematikai formulák: [amsmath](https://ctan.org/pkg/amsmath) * Matematikai formulák: [amsmath](https://ctan.org/pkg/amsmath)
* Matematikai definíciók: [amsthm](https://ctan.org/pkg/amsthm) * Matematikai definíciók: [amsthm](https://ctan.org/pkg/amsthm)
* Matematikai szimbólumok: [amsfonts](https://ctan.org/pkg/amsfonts) * Matematikai szimbólumok: [amsfonts](https://ctan.org/pkg/amsfonts)
@ -51,6 +55,7 @@ A fordításhoz tetszőleges fejlesztő környezet is használható (pl. [TexStu
* Kódblokkok: [listingsutf8](https://ctan.org/pkg/listingsutf8) * Kódblokkok: [listingsutf8](https://ctan.org/pkg/listingsutf8)
**Egyebek:** **Egyebek:**
* Teendők: [todonotes](https://ctan.org/pkg/todonotes) * Teendők: [todonotes](https://ctan.org/pkg/todonotes)
## Előre definiált tételszerű bekezdések ## Előre definiált tételszerű bekezdések

View File

@ -28,20 +28,24 @@ Compilation might be carried out through a preferred IDE (e.g. [TexStudio](https
## Required packages (without completeness) ## Required packages (without completeness)
**Image handling:** **Image handling:**
* Minimal and maximal size: [adjustbox](https://ctan.org/pkg/adjustbox) * Minimal and maximal size: [adjustbox](https://ctan.org/pkg/adjustbox)
* Subfigures: [subfigure](https://ctan.org/pkg/subfigure) * Subfigures: [subfigure](https://ctan.org/pkg/subfigure)
* Rotation: [rotating](https://ctan.org/pkg/rotating) * Rotation: [rotating](https://ctan.org/pkg/rotating)
**Table management:** **Table management:**
* Multirow and multicolumn support: [multirow](https://ctan.org/pkg/multirow) * Multirow and multicolumn support: [multirow](https://ctan.org/pkg/multirow)
* Breakable tables: [longtable](https://ctan.org/pkg/longtable) * Breakable tables: [longtable](https://ctan.org/pkg/longtable)
* Vertical positioning of cells: [array](https://ctan.org/pkg/array) * Vertical positioning of cells: [array](https://ctan.org/pkg/array)
* Multiline cells (line breaks): [makecell](https://ctan.org/pkg/makecell) * Multiline cells (line breaks): [makecell](https://ctan.org/pkg/makecell)
**Lists:** **Lists:**
* Lists with narrow spacing: [paralist](https://ctan.org/pkg/paralist) * Lists with narrow spacing: [paralist](https://ctan.org/pkg/paralist)
**Mathematical formulas and algorithms:** **Mathematical formulas and algorithms:**
* Mathematical formulas: [amsmath](https://ctan.org/pkg/amsmath) * Mathematical formulas: [amsmath](https://ctan.org/pkg/amsmath)
* Mathematical definitions: [amsthm](https://ctan.org/pkg/amsthm) * Mathematical definitions: [amsthm](https://ctan.org/pkg/amsthm)
* Mathematical symbols: [amsfonts](https://ctan.org/pkg/amsfonts) * Mathematical symbols: [amsfonts](https://ctan.org/pkg/amsfonts)
@ -49,6 +53,7 @@ Compilation might be carried out through a preferred IDE (e.g. [TexStudio](https
* Code blocks: [listingsutf8](https://ctan.org/pkg/listingsutf8) * Code blocks: [listingsutf8](https://ctan.org/pkg/listingsutf8)
**Miscellaneous:** **Miscellaneous:**
* Todos: [todonotes](https://ctan.org/pkg/todonotes) * Todos: [todonotes](https://ctan.org/pkg/todonotes)
## Predefined theorem-like environments ## Predefined theorem-like environments

View File

@ -1,7 +1,7 @@
%% MIT License %% MIT License
%% %%
%% Version 1.3, 2019/06/10 %% Version 2.0, 2020/02/26
%% Copyright (c) 2013-2019 Máté Cserép, Bálint Bognár %% 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 %% Permission is hereby granted, free of charge, to any person obtaining a copy
%% of this software and associated documentation files (the "Software"), to deal %% of this software and associated documentation files (the "Software"), to deal
@ -22,7 +22,7 @@
%% SOFTWARE. %% SOFTWARE.
\NeedsTeXFormat{LaTeX2e} \NeedsTeXFormat{LaTeX2e}
\ProvidesClass{elteikthesis}[2019/06/10 ELTE FI bachelor and master thesis template] \ProvidesClass{elteikthesis}[2020/02/26 ELTE FI bachelor and master thesis template]
% LaTeX programozói eszközök % LaTeX programozói eszközök
\RequirePackage{etoolbox} \RequirePackage{etoolbox}
@ -99,8 +99,8 @@
\newcommand{\lstcodelabel}{Forráskódjegyzék} \newcommand{\lstcodelabel}{Forráskódjegyzék}
\newcommand{\lstnomencl}{Jelölésjegyzék} \newcommand{\lstnomencl}{Jelölésjegyzék}
\newcommand{\todolabel}{Teendők listája} \newcommand{\todolabel}{Teendők listája}
\newcommand{\declarationplaceholder}{Az eredeti szakdolgozati / diplomamunka témabjelentő helye.} \newcommand{\declarationplaceholder}{Az eredeti szakdolgozati / diplomamunka témabejelentő helye.}
} }
{ % Angol { % Angol
\newcommand{\authorlabel}{Author} \newcommand{\authorlabel}{Author}
@ -108,7 +108,7 @@
\newcommand{\intsuplabel}{Internal supervisor} \newcommand{\intsuplabel}{Internal supervisor}
\newcommand{\extsuplabel}{External supervisor} \newcommand{\extsuplabel}{External supervisor}
\newcommand{\deflabel}{Definiton} \newcommand{\deflabel}{Definition}
\newcommand{\theolabel}{Theorem} \newcommand{\theolabel}{Theorem}
\newcommand{\remlabel}{Remark} \newcommand{\remlabel}{Remark}
\newcommand{\notelabel}{Note} \newcommand{\notelabel}{Note}
@ -116,13 +116,13 @@
\newcommand{\codelabel}{Code} \newcommand{\codelabel}{Code}
\newcommand{\alglabel}{Algorithm} \newcommand{\alglabel}{Algorithm}
\newcommand{\biblabel}{Bibliograhpy} \newcommand{\biblabel}{Bibliography}
\newcommand{\lstfigurelabel}{List of Figures} \newcommand{\lstfigurelabel}{List of Figures}
\newcommand{\lsttablelabel}{List of Tables} \newcommand{\lsttablelabel}{List of Tables}
\newcommand{\lstcodelabel}{List of Codes} \newcommand{\lstcodelabel}{List of Codes}
\newcommand{\lstnomencl}{List of Symbols} \newcommand{\lstnomencl}{List of Symbols}
\newcommand{\todolabel}{Todo list} \newcommand{\todolabel}{Todo list}
\newcommand{\declarationplaceholder}{This page should be the original Thesis Topic Declaration.} \newcommand{\declarationplaceholder}{This page should be the original Thesis Topic Declaration.}
} }
} }
@ -516,9 +516,9 @@
\thispagestyle{empty} \thispagestyle{empty}
\begin{center} \begin{center}
\vspace*{\fill} \vspace*{\fill}
{\large \declarationplaceholder} {\large \declarationplaceholder}
\vspace*{\fill} \vspace*{\fill}
\end{center} \end{center}

View File

@ -1,5 +1,5 @@
% Lábjegyzet folytonos számozása fejezetek között % Lábjegyzet folytonos számozása fejezetek között
% Contiunous counting of footnotes among chapters % Continuous counting of footnotes among chapters
\counterwithout{footnote}{chapter} \counterwithout{footnote}{chapter}
% Tartalomjegyzék oldalszámozásának rejtése % Tartalomjegyzék oldalszámozásának rejtése

Binary file not shown.

View File

@ -1,15 +1,15 @@
\documentclass[ \documentclass[
%parspace, % Térköz bekezdések közé / Add vertical space between paragraphs %parspace, % Térköz bekezdések közé / Add vertical space between paragraphs
%noindent, % Bekezdésének első sora ne legyen behúzva / No indentation of first lines in each paragraph %noindent, % Bekezdésének első sora ne legyen behúzva / No indentation of first lines in each paragraph
%nohyp, % Szavak sorvégi elválasztásának tiltása / No hypenation of words %nohyp, % Szavak sorvégi elválasztásának tiltása / No hyphenation of words
%twoside, % Kétoldalas nyomtatás / Double sided format %twoside, % Kétoldalas nyomtatás / Double sided format
%final, % Teendők elrejtése / Set final to hide todos %final, % Teendők elrejtése / Set final to hide todos
]{elteikthesis}[2019/06/10] ]{elteikthesis}[2020/02/26]
% Dolgozat metaadatai % Dolgozat metaadatai
% Document's metadata % Document's metadata
\title{Dolgozat címe} % cím / title \title{Dolgozat címe} % cím / title
\date{2019} % védés éve / year of defense \date{2020} % védés éve / year of defense
% Szerző metaadatai % Szerző metaadatai
% Author's metadata % Author's metadata
@ -38,7 +38,7 @@
% A dolgozat % A dolgozat
% The document % The document
\begin{document} \begin{document}
% Nyelv kiválasztása % Nyelv kiválasztása
% Set document language % Set document language
\documentlang{magyar} \documentlang{magyar}