diff --git a/README.md b/README.md index 4e4158b..fc0e06a 100644 --- a/README.md +++ b/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/README.pdf b/README.pdf index d4324f8..4392582 100644 Binary files a/README.pdf and b/README.pdf differ diff --git a/README_hu.md b/README_hu.md index 66ceb24..3e39384 100644 --- a/README_hu.md +++ b/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/README_hu.pdf b/README_hu.pdf index f4d1e79..d1f7c5f 100644 Binary files a/README_hu.pdf and b/README_hu.pdf differ diff --git a/thesis.bib b/elteikthesis.bib similarity index 100% rename from thesis.bib rename to elteikthesis.bib diff --git a/thesis.pdf b/elteikthesis.pdf similarity index 99% rename from thesis.pdf rename to elteikthesis.pdf index 370655c..58ec02b 100644 Binary files a/thesis.pdf and b/elteikthesis.pdf differ diff --git a/thesis.tex b/elteikthesis.tex similarity index 99% rename from thesis.tex rename to elteikthesis.tex index 714c3fd..162ce58 100644 --- a/thesis.tex +++ b/elteikthesis.tex @@ -33,7 +33,7 @@ % Irodalomjegyzék hozzáadása % Add bibliography file -\addbibresource{thesis.bib} +\addbibresource{elteikthesis.bib} % A dolgozat % The document