mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-10 07:42:09 +01:00
Smaller typo fixes, versioning release 2.0 to be synchronized with CTAN versions.
This commit is contained in:
parent
36993f0276
commit
140edb94e4
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
||||
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
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
@ -30,20 +30,24 @@ A fordításhoz tetszőleges fejlesztő környezet is használható (pl. [TexStu
|
||||
## Fontosabb függőségi csomagok
|
||||
|
||||
**Képkezelés:**
|
||||
|
||||
* Minimális és maximális méret: [adjustbox](https://ctan.org/pkg/adjustbox)
|
||||
* Alábrák: [subfigure](https://ctan.org/pkg/subfigure)
|
||||
* Forgatás: [rotating](https://ctan.org/pkg/rotating)
|
||||
|
||||
**Táblázatkezelés:**
|
||||
|
||||
* Oszlopok és sorok egyesítése: [multirow](https://ctan.org/pkg/multirow)
|
||||
* Tördelhető táblázat: [longtable](https://ctan.org/pkg/longtable)
|
||||
* 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)
|
||||
|
||||
**Felsorolások:**
|
||||
|
||||
* Szoros térközű felsorolások: [paralist](https://ctan.org/pkg/paralist)
|
||||
|
||||
**Matematika és algoritmusok:**
|
||||
|
||||
* Matematikai formulák: [amsmath](https://ctan.org/pkg/amsmath)
|
||||
* Matematikai definíciók: [amsthm](https://ctan.org/pkg/amsthm)
|
||||
* 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)
|
||||
|
||||
**Egyebek:**
|
||||
|
||||
* Teendők: [todonotes](https://ctan.org/pkg/todonotes)
|
||||
|
||||
## Előre definiált tételszerű bekezdések
|
||||
|
@ -28,20 +28,24 @@ Compilation might be carried out through a preferred IDE (e.g. [TexStudio](https
|
||||
## Required packages (without completeness)
|
||||
|
||||
**Image handling:**
|
||||
|
||||
* Minimal and maximal size: [adjustbox](https://ctan.org/pkg/adjustbox)
|
||||
* Subfigures: [subfigure](https://ctan.org/pkg/subfigure)
|
||||
* Rotation: [rotating](https://ctan.org/pkg/rotating)
|
||||
|
||||
**Table management:**
|
||||
|
||||
* Multirow and multicolumn support: [multirow](https://ctan.org/pkg/multirow)
|
||||
* Breakable tables: [longtable](https://ctan.org/pkg/longtable)
|
||||
* Vertical positioning of cells: [array](https://ctan.org/pkg/array)
|
||||
* Multiline cells (line breaks): [makecell](https://ctan.org/pkg/makecell)
|
||||
|
||||
**Lists:**
|
||||
|
||||
* Lists with narrow spacing: [paralist](https://ctan.org/pkg/paralist)
|
||||
|
||||
**Mathematical formulas and algorithms:**
|
||||
|
||||
* Mathematical formulas: [amsmath](https://ctan.org/pkg/amsmath)
|
||||
* Mathematical definitions: [amsthm](https://ctan.org/pkg/amsthm)
|
||||
* 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)
|
||||
|
||||
**Miscellaneous:**
|
||||
|
||||
* Todos: [todonotes](https://ctan.org/pkg/todonotes)
|
||||
|
||||
## Predefined theorem-like environments
|
||||
|
@ -1,7 +1,7 @@
|
||||
%% MIT License
|
||||
%%
|
||||
%% Version 1.3, 2019/06/10
|
||||
%% Copyright (c) 2013-2019 Máté Cserép, Bálint Bognár
|
||||
%% Version 2.0, 2020/02/26
|
||||
%% 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
|
||||
%% of this software and associated documentation files (the "Software"), to deal
|
||||
@ -22,7 +22,7 @@
|
||||
%% SOFTWARE.
|
||||
|
||||
\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
|
||||
\RequirePackage{etoolbox}
|
||||
@ -99,8 +99,8 @@
|
||||
\newcommand{\lstcodelabel}{Forráskódjegyzék}
|
||||
\newcommand{\lstnomencl}{Jelölésjegyzék}
|
||||
\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
|
||||
\newcommand{\authorlabel}{Author}
|
||||
@ -108,7 +108,7 @@
|
||||
\newcommand{\intsuplabel}{Internal supervisor}
|
||||
\newcommand{\extsuplabel}{External supervisor}
|
||||
|
||||
\newcommand{\deflabel}{Definiton}
|
||||
\newcommand{\deflabel}{Definition}
|
||||
\newcommand{\theolabel}{Theorem}
|
||||
\newcommand{\remlabel}{Remark}
|
||||
\newcommand{\notelabel}{Note}
|
||||
@ -116,13 +116,13 @@
|
||||
\newcommand{\codelabel}{Code}
|
||||
\newcommand{\alglabel}{Algorithm}
|
||||
|
||||
\newcommand{\biblabel}{Bibliograhpy}
|
||||
\newcommand{\biblabel}{Bibliography}
|
||||
\newcommand{\lstfigurelabel}{List of Figures}
|
||||
\newcommand{\lsttablelabel}{List of Tables}
|
||||
\newcommand{\lstcodelabel}{List of Codes}
|
||||
\newcommand{\lstnomencl}{List of Symbols}
|
||||
\newcommand{\todolabel}{Todo list}
|
||||
|
||||
|
||||
\newcommand{\declarationplaceholder}{This page should be the original Thesis Topic Declaration.}
|
||||
}
|
||||
}
|
||||
@ -516,9 +516,9 @@
|
||||
\thispagestyle{empty}
|
||||
\begin{center}
|
||||
\vspace*{\fill}
|
||||
|
||||
|
||||
{\large \declarationplaceholder}
|
||||
|
||||
|
||||
\vspace*{\fill}
|
||||
\end{center}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
% 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}
|
||||
|
||||
% Tartalomjegyzék oldalszámozásának rejtése
|
||||
|
BIN
thesis.pdf
BIN
thesis.pdf
Binary file not shown.
@ -1,15 +1,15 @@
|
||||
\documentclass[
|
||||
%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
|
||||
%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
|
||||
%final, % Teendők elrejtése / Set final to hide todos
|
||||
]{elteikthesis}[2019/06/10]
|
||||
]{elteikthesis}[2020/02/26]
|
||||
|
||||
% Dolgozat metaadatai
|
||||
% Document's metadata
|
||||
\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
|
||||
% Author's metadata
|
||||
@ -38,7 +38,7 @@
|
||||
% A dolgozat
|
||||
% The document
|
||||
\begin{document}
|
||||
|
||||
|
||||
% Nyelv kiválasztása
|
||||
% Set document language
|
||||
\documentlang{magyar}
|
||||
|
Loading…
Reference in New Issue
Block a user