mirror of
https://github.com/Relintai/elteikthesis.git
synced 2024-11-03 07:35:38 +01:00
Rename thesis.* to elteikthesis.* as requested by the CTAN team to support unique
filenames. https://ctan.org/file/help/ctan/CTAN-upload-addendum#uniquefilenames
This commit is contained in:
parent
c56dda0d6c
commit
d7bbf24383
17
README.md
17
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)
|
||||
|
BIN
README.pdf
BIN
README.pdf
Binary file not shown.
16
README_hu.md
16
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.
|
||||
|
BIN
README_hu.pdf
BIN
README_hu.pdf
Binary file not shown.
Binary file not shown.
@ -33,7 +33,7 @@
|
||||
|
||||
% Irodalomjegyzék hozzáadása
|
||||
% Add bibliography file
|
||||
\addbibresource{thesis.bib}
|
||||
\addbibresource{elteikthesis.bib}
|
||||
|
||||
% A dolgozat
|
||||
% The document
|
Loading…
Reference in New Issue
Block a user