{"id":14577830,"url":"https://github.com/mcserep/elteikthesis","last_synced_at":"2025-05-15T16:16:13.905Z","repository":{"id":46957792,"uuid":"136334436","full_name":"mcserep/elteikthesis","owner":"mcserep","description":"ELTE FI bachelor and master thesis template.","archived":false,"fork":false,"pushed_at":"2024-04-26T17:03:10.000Z","size":5626,"stargazers_count":59,"open_issues_count":1,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-12-31T08:34:02.637Z","etag":null,"topics":["latex","latex-template","thesis-latex-template","thesis-template"],"latest_commit_sha":null,"homepage":"https://www.ctan.org/pkg/elteikthesis","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcserep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-06T13:42:03.000Z","updated_at":"2024-11-25T18:06:43.000Z","dependencies_parsed_at":"2024-04-26T16:59:37.384Z","dependency_job_id":"3240fd62-cf67-4a2b-888b-f1cab6592932","html_url":"https://github.com/mcserep/elteikthesis","commit_stats":null,"previous_names":[],"tags_count":13,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcserep%2Felteikthesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcserep%2Felteikthesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcserep%2Felteikthesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcserep%2Felteikthesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcserep","download_url":"https://codeload.github.com/mcserep/elteikthesis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254374544,"owners_count":22060614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["latex","latex-template","thesis-latex-template","thesis-template"],"created_at":"2024-09-07T17:01:19.024Z","updated_at":"2025-05-15T16:16:13.881Z","avatar_url":"https://github.com/mcserep.png","language":"TeX","funding_links":[],"categories":["Popular \u0026 New LaTeX Templates"],"sub_categories":["Thesis/Dissertation"],"readme":"[![CI status](https://github.com/mcserep/elteikthesis/actions/workflows/ci.yml/badge.svg)](https://github.com/mcserep/elteikthesis/actions/workflows/ci.yml)\n[![Overleaf template](https://img.shields.io/badge/Overleaf-ELTE%20FI%20Thesis%20Template-brightgreen)](https://www.overleaf.com/latex/templates/elte-fi-thesis-template/scjzzzbjvwfz)\n\nSee [Hungarian version](README_hu.md).\n\n# ELTE FI bachelor and master thesis template\n\nThe [elteikthesis_en.tex](elteikthesis_en.tex) and the produced [elteikthesis_en.pdf](elteikthesis_en.pdf) serves as an example of usage.\nThis 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.\nThe 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.\n\nThe template contains configuration both for single and double sided printing (see `twoside` option), by default it is set to the recommended single side format.\nThe template supports producing both Hungarian and English theses, which can be easily controlled (see `\\documentlang` command).\n\n## Compilation\n\n```bash\n# Generate elteikthesis_en.aux file\n# (PDF file contains incorrect references yet)\npdflatex elteikthesis_en.tex\n# Generate bibliography\nbiber elteikthesis_en\n# Generate nomenclature (optional)\nmakeindex -s nomencl.ist -t elteikthesis_en.nlg \\\n  -o elteikthesis_en.nls elteikthesis_en.nlo\n# Generate final PDF file\npdflatex elteikthesis_en.tex\n```\n\nCompilation might be carried out through a preferred IDE (e.g. [TexStudio](https://www.texstudio.org/)), given the same commands should be executed.\n\n## Syntax highlighting of code blocks\n\nThe minted package is also supported for syntax  highlighting. For its usage the Python interpreter and the `Pygments` package must be installed as a prerequisite.\nSee the `elteikthesis_minted.tex` file for example and this [documentation](https://www.overleaf.com/learn/latex/Code_Highlighting_with_minted).\n\n## Overleaf\n\n*Overleaf* is a free, easy to use online, collaborative LaTeX editor; similar like e.g. Google Docs, but for LateX documents.\nYou can also find the latest release of this ELTE FI bachelor and master thesis template [on Overleaf](https://www.overleaf.com/latex/templates/elte-fi-thesis-template/scjzzzbjvwfz).\n\n## Required packages (without completeness)\n\n**Image handling:**\n\n* Minimal and maximal size: [adjustbox](https://ctan.org/pkg/adjustbox)\n* Subfigures: [subcaption](https://ctan.org/pkg/subcaption)\n* Rotation: [rotating](https://ctan.org/pkg/rotating)\n\n**Table management:**\n\n* Multirow and multicolumn support: [multirow](https://ctan.org/pkg/multirow)\n* Breakable tables: [longtable](https://ctan.org/pkg/longtable)\n* Vertical positioning of cells: [array](https://ctan.org/pkg/array)\n* Multiline cells (line breaks): [makecell](https://ctan.org/pkg/makecell)\n\n**Lists:**\n\n* Lists with narrow spacing: [paralist](https://ctan.org/pkg/paralist)\n\n**Mathematical formulas and algorithms:**\n\n* Mathematical formulas: [amsmath](https://ctan.org/pkg/amsmath)\n* Mathematical definitions: [amsthm](https://ctan.org/pkg/amsthm)\n* Mathematical symbols: [amsfonts](https://ctan.org/pkg/amsfonts)\n* Algorithms: [algpseudocode](https://www.ctan.org/pkg/algorithmicx)\n* Code blocks: [listingsutf8](https://ctan.org/pkg/listingsutf8), [minted](https://ctan.org/pkg/minted)\n\n**Miscellaneous:**\n\n* Todos: [todonotes](https://ctan.org/pkg/todonotes)\n\n## Predefined theorem-like environments\n\n* *definition*\n* *theorem*\n* *remark*\n* *note*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcserep%2Felteikthesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcserep%2Felteikthesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcserep%2Felteikthesis/lists"}