mirror of
https://github.com/Relintai/elteikthesis.git
synced 2025-05-03 15:17:56 +02:00
Extended README. Added English version of README. Updated version number to 1.2.
This commit is contained in:
parent
e78df20e61
commit
979fec1281
2
LICENSE
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2013-2018 Máté Cserép, Bálint Bognár
|
Copyright (c) 2013-2019 Máté Cserép, Bálint Bognár
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
26
README.md
26
README.md
@ -1,12 +1,32 @@
|
|||||||
|
See [English version](README_en.md).
|
||||||
|
|
||||||
# ELTE IK szakdolgozat és diplomamunka sablon
|
# 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 [thesis.tex](thesis.tex) és a belőle előálló [thesis.pdf](thesis.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 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.
|
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.
|
||||||
|
|
||||||
A sablon alapértelmezetten a javasolt egy oldalas nyomtatásra konfigurált, de előkészítetten (kikommentelve) tartalmazza a két oldalas nyomtatáshoz szükséges beállításokat. A sablon magyar és angol nyelvű dokumentumok elkészítését támogatja (ld. `\documentlang`).
|
A sablon alapértelmezetten a javasolt egy oldalas nyomtatásra konfigurált, de előkészítetten (kikommentelve) tartalmazza a két oldalas nyomtatáshoz szükséges beállításokat. A sablon magyar és angol nyelvű dokumentumok elkészítését támogatja (ld. `\documentlang`).
|
||||||
|
|
||||||
## Fontosabb kiegészítő csomagok
|
## Fordítás
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# thesis.aux fájl generálása (PDF fájl még hibás hivatkozásokat fog tartalmazni)
|
||||||
|
pdflatex thesis.pdf
|
||||||
|
# Irodalomjegyzék generálása
|
||||||
|
bibtex thesis
|
||||||
|
# Jelölésjegyzék generálása (ha szükséges)
|
||||||
|
makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo
|
||||||
|
# Végleges PDF fájl generálása
|
||||||
|
pdflatex thesis.pdf
|
||||||
|
pdflatex thesis.pdf
|
||||||
|
```
|
||||||
|
|
||||||
|
**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.
|
||||||
|
|
||||||
|
A fordításhoz tetszőleges fejlesztő környezet is használható (pl. [TexStudio](https://www.texstudio.org/)), ugyanezen utasítások kiadásával.
|
||||||
|
|
||||||
|
## Fontosabb függőségi csomagok
|
||||||
|
|
||||||
**Képkezelés:**
|
**Képkezelés:**
|
||||||
* Minimális és maximális méret: [adjustbox](https://ctan.org/pkg/adjustbox)
|
* Minimális és maximális méret: [adjustbox](https://ctan.org/pkg/adjustbox)
|
||||||
@ -17,7 +37,7 @@ A sablon alapértelmezetten a javasolt egy oldalas nyomtatásra konfigurált, de
|
|||||||
* Oszlopok és sorok egyesítése: [multirow](https://ctan.org/pkg/multirow)
|
* Oszlopok és sorok egyesítése: [multirow](https://ctan.org/pkg/multirow)
|
||||||
* Tördelhető táblázat: [longtable](https://ctan.org/pkg/longtable)
|
* Tördelhető táblázat: [longtable](https://ctan.org/pkg/longtable)
|
||||||
* Cellatartalom vertikális igazítása: [array](https://ctan.org/pkg/array)
|
* Cellatartalom vertikális igazítása: [array](https://ctan.org/pkg/array)
|
||||||
* Többsoros cellák: [makecell](https://ctan.org/pkg/makecell)
|
* Többsoros cellák (sortörés): [makecell](https://ctan.org/pkg/makecell)
|
||||||
|
|
||||||
**Felsorolások:**
|
**Felsorolások:**
|
||||||
* Szoros térközű felsorolások: [paralist](https://ctan.org/pkg/paralist)
|
* Szoros térközű felsorolások: [paralist](https://ctan.org/pkg/paralist)
|
||||||
|
58
README_en.md
Normal file
58
README_en.md
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
# 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.
|
||||||
|
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 minor modifications the template should be usable at other universities, too.
|
||||||
|
|
||||||
|
The template is configured for single sided printing by default, but also contains the required settings for double sided printing (commented out). The template supports producing both Hungarian and English theses, which can be easily controlled (see `\documentlang`).
|
||||||
|
|
||||||
|
## Compilation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Generate thesis.aux file (PDF file contains incorrect references yet)
|
||||||
|
pdflatex thesis.pdf
|
||||||
|
# Generate bibliography
|
||||||
|
bibtex thesis
|
||||||
|
# Generate nomenclature (optional)
|
||||||
|
makeindex -s nomencl.ist -t thesis.nlg -o thesis.nls thesis.nlo
|
||||||
|
# Generate final PDF file
|
||||||
|
pdflatex thesis.pdf
|
||||||
|
pdflatex thesis.pdf
|
||||||
|
```
|
||||||
|
|
||||||
|
**Note:** in case the bibliography changes, executing `bibtex`, then `pdflatex` _twice_ is required to generate to correct references in the PDF output.
|
||||||
|
|
||||||
|
Compilation might be carried out through a preferred IDE (e.g. [TexStudio](https://www.texstudio.org/)), given the same commands should be executed.
|
||||||
|
|
||||||
|
## 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)
|
||||||
|
* Algorithms: [algorithmic](https://ctan.org/pkg/algorithms)
|
||||||
|
* Code blocks: [listingsutf8](https://ctan.org/pkg/listingsutf8)
|
||||||
|
|
||||||
|
**Miscellaneous:**
|
||||||
|
* Todos: [todonotes](https://ctan.org/pkg/todonotes)
|
||||||
|
|
||||||
|
## Predefined theorem-like environments
|
||||||
|
|
||||||
|
* *definition*
|
||||||
|
* *theorem*
|
||||||
|
* *remark*
|
||||||
|
* *note*
|
@ -1,6 +1,6 @@
|
|||||||
%% MIT License
|
%% MIT License
|
||||||
%%
|
%%
|
||||||
%% Version 1.1, 2019/04/30
|
%% Version 1.2, 2019/06/09
|
||||||
%% Copyright (c) 2013-2019 Máté Cserép, Bálint Bognár
|
%% Copyright (c) 2013-2019 Máté Cserép, Bálint Bognár
|
||||||
%%
|
%%
|
||||||
%% Permission is hereby granted, free of charge, to any person obtaining a copy
|
%% Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
@ -22,7 +22,7 @@
|
|||||||
%% SOFTWARE.
|
%% SOFTWARE.
|
||||||
|
|
||||||
\NeedsTeXFormat{LaTeX2e}
|
\NeedsTeXFormat{LaTeX2e}
|
||||||
\ProvidesClass{elteikthesis}[2019/04/30 ELTE FI bachelor and master thesis template]
|
\ProvidesClass{elteikthesis}[2019/06/09 ELTE FI bachelor and master thesis template]
|
||||||
|
|
||||||
% LaTeX programozói eszközök
|
% LaTeX programozói eszközök
|
||||||
\RequirePackage{etoolbox}
|
\RequirePackage{etoolbox}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%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 hypenation of words
|
||||||
%twoside, % Kétoldalas nyomtatás
|
%twoside, % Kétoldalas nyomtatás
|
||||||
%final, % Teendők elrejtése / Set final to hide todos
|
%final, % Teendők elrejtése / Set final to hide todos
|
||||||
]{elteikthesis}[2019/04/30]
|
]{elteikthesis}[2019/06/09]
|
||||||
|
|
||||||
% Dolgozat metaadatai
|
% Dolgozat metaadatai
|
||||||
% Document's metadata
|
% Document's metadata
|
||||||
|
Loading…
Reference in New Issue
Block a user