summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/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/doc/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/doc/latex/elteikthesis')
-rw-r--r--Master/texmf-dist/doc/latex/elteikthesis/README.md17
-rw-r--r--Master/texmf-dist/doc/latex/elteikthesis/README.pdfbin151924 -> 152282 bytes
-rw-r--r--Master/texmf-dist/doc/latex/elteikthesis/README_hu.md16
-rw-r--r--Master/texmf-dist/doc/latex/elteikthesis/README_hu.pdfbin156393 -> 156453 bytes
-rw-r--r--Master/texmf-dist/doc/latex/elteikthesis/elteikthesis.bib (renamed from Master/texmf-dist/doc/latex/elteikthesis/thesis.bib)0
-rw-r--r--Master/texmf-dist/doc/latex/elteikthesis/elteikthesis.pdf (renamed from Master/texmf-dist/doc/latex/elteikthesis/thesis.pdf)bin461186 -> 461186 bytes
-rw-r--r--Master/texmf-dist/doc/latex/elteikthesis/elteikthesis.tex (renamed from Master/texmf-dist/doc/latex/elteikthesis/thesis.tex)4
7 files changed, 20 insertions, 17 deletions
diff --git a/Master/texmf-dist/doc/latex/elteikthesis/README.md b/Master/texmf-dist/doc/latex/elteikthesis/README.md
index 4e4158b89fa..fc0e06a1c41 100644
--- a/Master/texmf-dist/doc/latex/elteikthesis/README.md
+++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/elteikthesis/README.pdf b/Master/texmf-dist/doc/latex/elteikthesis/README.pdf
index d4324f8bd66..4392582e6e2 100644
--- a/Master/texmf-dist/doc/latex/elteikthesis/README.pdf
+++ b/Master/texmf-dist/doc/latex/elteikthesis/README.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/elteikthesis/README_hu.md b/Master/texmf-dist/doc/latex/elteikthesis/README_hu.md
index 66ceb24830a..3e393847178 100644
--- a/Master/texmf-dist/doc/latex/elteikthesis/README_hu.md
+++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/elteikthesis/README_hu.pdf b/Master/texmf-dist/doc/latex/elteikthesis/README_hu.pdf
index f4d1e795c63..d1f7c5f38e5 100644
--- a/Master/texmf-dist/doc/latex/elteikthesis/README_hu.pdf
+++ b/Master/texmf-dist/doc/latex/elteikthesis/README_hu.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/elteikthesis/thesis.bib b/Master/texmf-dist/doc/latex/elteikthesis/elteikthesis.bib
index 1e0ae403e39..1e0ae403e39 100644
--- a/Master/texmf-dist/doc/latex/elteikthesis/thesis.bib
+++ b/Master/texmf-dist/doc/latex/elteikthesis/elteikthesis.bib
diff --git a/Master/texmf-dist/doc/latex/elteikthesis/thesis.pdf b/Master/texmf-dist/doc/latex/elteikthesis/elteikthesis.pdf
index e32c01d10ab..58ec02b7cfb 100644
--- a/Master/texmf-dist/doc/latex/elteikthesis/thesis.pdf
+++ b/Master/texmf-dist/doc/latex/elteikthesis/elteikthesis.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/elteikthesis/thesis.tex b/Master/texmf-dist/doc/latex/elteikthesis/elteikthesis.tex
index 13d5af8c647..162ce58e7c4 100644
--- a/Master/texmf-dist/doc/latex/elteikthesis/thesis.tex
+++ b/Master/texmf-dist/doc/latex/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