All Projects → mcserep → elteikthesis

mcserep / elteikthesis

Licence: other
ELTE IK szakdolgozat és diplomamunka sablon.

Programming Languages

TeX
3793 projects

Projects that are alternatives of or similar to elteikthesis

NKThesis
南开大学硕士毕业论文/博士论文模板 (Latex Template for Nankai University)
Stars: ✭ 74 (+131.25%)
Mutual labels:  latex-template, thesis-template, thesis-latex-template
Tum Thesis Latex
📔 A LaTeX template for TUM Bachelor/Master theses.
Stars: ✭ 291 (+809.38%)
Mutual labels:  latex-template, thesis-template
CASIA-Thesis
自动化所硕博论文模板
Stars: ✭ 28 (-12.5%)
Mutual labels:  latex-template, thesis-template
Ustcthesis
LaTeX template for USTC thesis
Stars: ✭ 724 (+2162.5%)
Mutual labels:  latex-template, thesis-template
Dissertate
Beautiful LaTeX dissertation templates.
Stars: ✭ 521 (+1528.13%)
Mutual labels:  latex-template, thesis-template
Yet-Another-LaTeX-Template-for-NPU-Thesis
西北工业大学硕博学位论文模版 | Yet Another Thesis Template for Northwestern Polytechnical University
Stars: ✭ 82 (+156.25%)
Mutual labels:  latex-template, thesis-template
Zjuthesis
Zhejiang University Graduation Thesis LaTeX Template
Stars: ✭ 720 (+2150%)
Mutual labels:  latex-template, thesis-template
HNUThesisTemplate
湖南大学本科生毕业论文LaTeX模板
Stars: ✭ 31 (-3.12%)
Mutual labels:  latex-template, thesis-template
Aaulatextemplates
A collection of Aalborg University LaTeX-templates
Stars: ✭ 85 (+165.63%)
Mutual labels:  latex-template, thesis-template
Latex Template For Npu Thesis
LaTeX Template For NPU Thesis
Stars: ✭ 127 (+296.88%)
Mutual labels:  latex-template, thesis-template
Hagenbergthesis
Hagenberg LaTeX Thesis Template
Stars: ✭ 130 (+306.25%)
Mutual labels:  latex-template, thesis-template
Concordia Latex Template
Concordia University LaTeX Template for Master's thesis or PHD thesis.
Stars: ✭ 6 (-81.25%)
Mutual labels:  latex-template, thesis-template
Scientific Thesis Template
LaTeX template for Master, Bachelor, Diploma, and Student Theses
Stars: ✭ 228 (+612.5%)
Mutual labels:  latex-template, thesis-template
huskydown
An R Markdown template using the bookdown package for preparing a PhD thesis at the University of Washington
Stars: ✭ 116 (+262.5%)
Mutual labels:  latex-template, thesis-template
LaTeX-Templates
Document templates composed using LaTeX for my college assignments and projects (Applicable for any other university or college) ✨
Stars: ✭ 18 (-43.75%)
Mutual labels:  latex-template
xdupgtp
西安电子科技大学研究生学位论文开题报告表XeLaTeX模板
Stars: ✭ 22 (-31.25%)
Mutual labels:  latex-template
ZJUProposal
ZJU LaTeX Proposal Template for Undergraduate.
Stars: ✭ 19 (-40.62%)
Mutual labels:  latex-template
BIThesis-scaffold
📖 北京理工大学非官方 LaTeX 模板集合,基于 BIThesis。已经获得官方支持 🎉(2019 - 2021)。
Stars: ✭ 15 (-53.12%)
Mutual labels:  latex-template
xelatex-cv-roald
XeLaTeX CV template
Stars: ✭ 34 (+6.25%)
Mutual labels:  latex-template
Introduction-to-LaTeX
Introductory notes and templates for LaTeX
Stars: ✭ 23 (-28.12%)
Mutual labels:  latex-template

CI status

See Hungarian version.

ELTE FI bachelor and master thesis template

The elteikthesis_en.tex and the produced elteikthesis_en.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.

The template contains configuration both for single and double sided printing (see twoside option), by default it is set to the recommended single side format. The template supports producing both Hungarian and English theses, which can be easily controlled (see \documentlang command).

Compilation

# Generate elteikthesis_en.aux file
# (PDF file contains incorrect references yet)
pdflatex elteikthesis_en.tex
# Generate bibliography
bibtex elteikthesis_en
# Generate nomenclature (optional)
makeindex -s nomencl.ist -t elteikthesis_en.nlg \
  -o elteikthesis_en.nls elteikthesis_en.nlo
# Generate final PDF file
pdflatex elteikthesis_en.tex
pdflatex elteikthesis_en.tex

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), given the same commands should be executed.

Syntax highlighting of code blocks

The minted package is also supported for syntax highlighting. For its usage the Python interpreter and the Pygments package must be installed as a prerequisite. See the elteikthesis_minted.tex file for example and this documentation.

Required packages (without completeness)

Image handling:

Table management:

Lists:

Mathematical formulas and algorithms:

Miscellaneous:

Predefined theorem-like environments

  • definition
  • theorem
  • remark
  • note
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].