summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/elteikthesis
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/elteikthesis')
-rw-r--r--macros/latex/contrib/elteikthesis/README.md17
-rw-r--r--macros/latex/contrib/elteikthesis/README.pdfbin151924 -> 152282 bytes
-rw-r--r--macros/latex/contrib/elteikthesis/README_hu.md16
-rw-r--r--macros/latex/contrib/elteikthesis/README_hu.pdfbin156393 -> 156453 bytes
-rw-r--r--macros/latex/contrib/elteikthesis/elteikthesis.bib (renamed from macros/latex/contrib/elteikthesis/thesis.bib)0
-rw-r--r--macros/latex/contrib/elteikthesis/elteikthesis.cls20
-rw-r--r--macros/latex/contrib/elteikthesis/elteikthesis.pdf (renamed from macros/latex/contrib/elteikthesis/thesis.pdf)bin461186 -> 461186 bytes
-rw-r--r--macros/latex/contrib/elteikthesis/elteikthesis.tex (renamed from macros/latex/contrib/elteikthesis/thesis.tex)4
8 files changed, 30 insertions, 27 deletions
diff --git a/macros/latex/contrib/elteikthesis/README.md b/macros/latex/contrib/elteikthesis/README.md
index 4e4158b89f..fc0e06a1c4 100644
--- a/macros/latex/contrib/elteikthesis/README.md
+++ b/macros/latex/contrib/elteikthesis/README.md
@@ -1,6 +1,6 @@
# ELTE FI bachelor and master thesis template
-The [thesis.tex](thesis.tex) and the produced [thesis.pdf](thesis.pdf) serves as an example of usage.
+The [elteikthesis.tex](elteikthesis.tex) and the produced [elteikthesis.pdf](elteikthesis.pdf) serves as an example of usage.
This class template enforces the required formatting rules for bachelor and master theses and generates the cover page given on the provided metadata. The chapters of the example document follows the typical structure of a BSc thesis.
The formatting rules are defined to meet the requirements for theses submitted at the Eötvös Loránd University, Faculty of Informatics (Budapest, Hungary). However with sufficient modifications the template should be usable at other universities, too.
@@ -10,15 +10,17 @@ The template supports producing both Hungarian and English theses, which can be
## Compilation
```bash
-# Generate thesis.aux file (PDF file contains incorrect references yet)
-pdflatex thesis.tex
+# Generate elteikthesis.aux file
+# (PDF file contains incorrect references yet)
+pdflatex elteikthesis.tex
# Generate bibliography
-bibtex thesis
+bibtex elteikthesis
# Generate nomenclature (optional)
-makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo
+makeindex -s nomencl.ist -t elteikthesis.nlg -o elteikthesis.nls \
+ elteikthesis.nlo
# Generate final PDF file
-pdflatex thesis.tex
-pdflatex thesis.tex
+pdflatex elteikthesis.tex
+pdflatex elteikthesis.tex
```
**Note:** in case the bibliography changes, executing `bibtex`, then `pdflatex` _twice_ is required to generate to correct references in the PDF output.
@@ -40,7 +42,6 @@ Compilation might be carried out through a preferred IDE (e.g. [TexStudio](https
* Vertical positioning of cells: [array](https://ctan.org/pkg/array)
* Multiline cells (line breaks): [makecell](https://ctan.org/pkg/makecell)
-\pagebreak
**Lists:**
* Lists with narrow spacing: [paralist](https://ctan.org/pkg/paralist)
diff --git a/macros/latex/contrib/elteikthesis/README.pdf b/macros/latex/contrib/elteikthesis/README.pdf
index d4324f8bd6..4392582e6e 100644
--- a/macros/latex/contrib/elteikthesis/README.pdf
+++ b/macros/latex/contrib/elteikthesis/README.pdf
Binary files differ
diff --git a/macros/latex/contrib/elteikthesis/README_hu.md b/macros/latex/contrib/elteikthesis/README_hu.md
index 66ceb24830..3e39384717 100644
--- a/macros/latex/contrib/elteikthesis/README_hu.md
+++ b/macros/latex/contrib/elteikthesis/README_hu.md
@@ -1,6 +1,6 @@
# ELTE IK szakdolgozat és diplomamunka sablon
-A [thesis.tex](thesis.tex) és a belőle előálló [thesis.pdf](thesis.pdf) szolgál kiindulási példaként.
+A [elteikthesis.tex](elteikthesis.tex) és a belőle előálló [elteikthesis.pdf](elteikthesis.pdf) szolgál kiindulási példaként.
A sablon alkalmazza a szakdolgozatra / diplomamunkára vonatkozó formai előírásokat, valamint elkészíti a megadott metaadatok alapján a címlapot. A példa dokumentum tartalmi fejezetei a BSc szakdolgozat tipikus felépítését tükrözik.
A formai megkötések az ELTE Informatikai Kar szabályzatában rögzítetteknek felelnek meg, de általánosan (a megfelelő módosításokkal) alkalmazható más egyetemek dolgozataihoz is.
@@ -10,15 +10,17 @@ A sablon magyar és angol nyelvű dokumentumok elkészítését is támogatja (l
## Fordítás
```bash
-# thesis.aux fájl generálása (PDF fájl még hibás hivatkozásokat fog tartalmazni)
-pdflatex thesis.tex
+# elteikthesis.aux fájl generálása
+# (PDF fájl még hibás hivatkozásokat fog tartalmazni)
+pdflatex elteikthesis.tex
# Irodalomjegyzék generálása
-bibtex thesis
+bibtex elteikthesis
# Jelölésjegyzék generálása (ha szükséges)
-makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo
+makeindex -s nomencl.ist -t elteikthesis.nlg -o elteikthesis.nls \
+ elteikthesis.nlo
# Végleges PDF fájl generálása
-pdflatex thesis.tex
-pdflatex thesis.tex
+pdflatex elteikthesis.tex
+pdflatex elteikthesis.tex
```
**Megjegyzés:** az irodalomjegyzék változása esetén a `bibtex`, majd a `pdflatex` _kétszeri_ futtatása szükséges a helyes hivatkozások előállításához.
diff --git a/macros/latex/contrib/elteikthesis/README_hu.pdf b/macros/latex/contrib/elteikthesis/README_hu.pdf
index f4d1e795c6..d1f7c5f38e 100644
--- a/macros/latex/contrib/elteikthesis/README_hu.pdf
+++ b/macros/latex/contrib/elteikthesis/README_hu.pdf
Binary files differ
diff --git a/macros/latex/contrib/elteikthesis/thesis.bib b/macros/latex/contrib/elteikthesis/elteikthesis.bib
index 1e0ae403e3..1e0ae403e3 100644
--- a/macros/latex/contrib/elteikthesis/thesis.bib
+++ b/macros/latex/contrib/elteikthesis/elteikthesis.bib
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}
diff --git a/macros/latex/contrib/elteikthesis/thesis.pdf b/macros/latex/contrib/elteikthesis/elteikthesis.pdf
index e32c01d10a..58ec02b7cf 100644
--- a/macros/latex/contrib/elteikthesis/thesis.pdf
+++ b/macros/latex/contrib/elteikthesis/elteikthesis.pdf
Binary files differ
diff --git a/macros/latex/contrib/elteikthesis/thesis.tex b/macros/latex/contrib/elteikthesis/elteikthesis.tex
index 13d5af8c64..162ce58e7c 100644
--- a/macros/latex/contrib/elteikthesis/thesis.tex
+++ b/macros/latex/contrib/elteikthesis/elteikthesis.tex
@@ -4,7 +4,7 @@
%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/05/15]
% Dolgozat metaadatai
% Document's metadata
@@ -33,7 +33,7 @@
% Irodalomjegyzék hozzáadása
% Add bibliography file
-\addbibresource{thesis.bib}
+\addbibresource{elteikthesis.bib}
% A dolgozat
% The document