{"id":50496628,"url":"https://github.com/johind/hsrm-latex-template","last_synced_at":"2026-06-02T08:00:48.383Z","repository":{"id":360820801,"uuid":"832612332","full_name":"johind/hsrm-latex-template","owner":"johind","description":"Unofficial LaTeX thesis template for Hochschule RheinMain, with configurable metadata, cover page, chapter structure, bibliography, acronyms, and starter examples.","archived":false,"fork":false,"pushed_at":"2026-05-28T01:14:47.000Z","size":177,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-28T03:10:51.132Z","etag":null,"topics":["bachelor","hochschule","latex","master","project","rheinmain","template","thesis"],"latest_commit_sha":null,"homepage":"","language":"TeX","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johind.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-23T11:20:35.000Z","updated_at":"2026-05-28T01:14:51.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/johind/hsrm-latex-template","commit_stats":null,"previous_names":["johind/hsrm-latex-template"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/johind/hsrm-latex-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johind%2Fhsrm-latex-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johind%2Fhsrm-latex-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johind%2Fhsrm-latex-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johind%2Fhsrm-latex-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johind","download_url":"https://codeload.github.com/johind/hsrm-latex-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johind%2Fhsrm-latex-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33812204,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-02T02:00:07.132Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bachelor","hochschule","latex","master","project","rheinmain","template","thesis"],"created_at":"2026-06-02T08:00:47.905Z","updated_at":"2026-06-02T08:00:48.376Z","avatar_url":"https://github.com/johind.png","language":"TeX","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HSRM LaTeX Thesis Template\n\nThis repository is a starter template for bachelor and project theses at\nHochschule RheinMain. It is intentionally small: edit the metadata, write your\nchapters, add sources, and build `main.pdf`.\n\n## Preview\n\n| Cover page                                    | Table of contents                                  |\n| --------------------------------------------- | -------------------------------------------------- |\n| ![Cover page preview](docs/preview-cover.png) | ![Table of contents preview](docs/preview-toc.png) |\n\nFor a full generated example, see the\n[PDF preview](https://github.com/johind/hsrm-latex-template/releases/latest/download/preview.pdf)\nattached to the latest release.\n\n## Getting the Template\n\nIf you are not used to Git or GitHub, use the ZIP download:\n\n1. Open the [latest release](https://github.com/johind/hsrm-latex-template/releases/latest).\n2. Download the source-code ZIP file.\n3. Unpack it and start editing the extracted folder.\n\nIf you work with Git, clone the repository instead:\n\n```sh\ngit clone https://github.com/johind/hsrm-latex-template.git\ncd hsrm-latex-template\n```\n\n## Quick Start\n\nYou need a LaTeX distribution with `latexmk`, such as TeX Live or MiKTeX. The\ntemplate also works well on Overleaf.\n\n1. Edit `config/metadata.tex`.\n2. Write your chapters in `sections/`.\n3. Add bibliography entries to `references.bib`.\n4. Build the PDF:\n\n```sh\nlatexmk -pdf main.tex\n```\n\nTo clean generated build files:\n\n```sh\nlatexmk -c\n```\n\n## Structure\n\n- `main.tex`: document order and optional front/back matter.\n- `config/metadata.tex`: title, author, supervisors, programme, submission date.\n- `config/preamble.tex`: packages, layout, PDF metadata, listing style.\n- `sections/`: English-named files for the cover page, front matter, chapters,\n  and appendix.\n- `images/`: logo and image assets used by the thesis.\n- `docs/`: preview assets for the GitHub repository. You can delete this folder\n  when starting your own thesis.\n- `references.bib`: BibTeX bibliography database.\n\n## Common Tasks\n\n### Add a Figure\n\n```tex\n\\begin{figure}[htbp]\n  \\centering\n  \\includegraphics[width=0.8\\textwidth]{images/my-figure.png}\n  \\caption{Short, descriptive caption}\n  \\label{fig:my-figure}\n\\end{figure}\n```\n\nRefer to it with `Abbildung~\\ref{fig:my-figure}`.\n\n### Add a Citation\n\nAdd the source to `references.bib`, then cite it:\n\n```tex\n\\cite{my-source-key}\n```\n\n### Add an Acronym\n\nAdd acronyms in `sections/acronyms.tex`:\n\n```tex\n\\acro{API}{Application Programming Interface}\n```\n\nUse `\\ac{API}` in the text. On first use it prints the long form with the\nshort form in parentheses; later uses print only the short form. Use `\\acf` for\nthe full form, `\\acs` for the short form, and `\\acl` for the long form. The\n[Namsu acronym package overview](https://www.namsu.de/Extra/pakete/Acronym.html)\nhas a compact reference for these commands and plural forms.\n\n### Add a Code Listing\n\nUse the `listings` package for short, relevant code excerpts:\n\n```tex\n\\begin{lstlisting}[language=Python,caption={Short example.},label={lst:example}]\ndef format_label(name):\n    return f\"Hallo {name}\"\n\\end{lstlisting}\n```\n\nChange `language=Python` to another supported language such as `Java`, `C++`,\n`SQL`, `HTML`, or `XML`. Put long listings in the appendix.\n\n### Add a Numbered Equation\n\nOnly number equations that you reference in the text:\n\n```tex\n\\begin{equation}\n  U = R \\cdot I\n  \\label{eq:ohms-law}\n\\end{equation}\n```\n\nRefer to it with `Gleichung~\\eqref{eq:ohms-law}`. Use `siunitx` for physical\nunits, for example `\\qty{5}{\\volt}`.\n\n## Writing Checklist\n\n- Keep the table of contents readable; avoid turning every paragraph into a\n  subsection.\n- Let LaTeX generate references to chapters, sections, figures, tables,\n  listings, and equations with `\\label` and `\\ref`.\n- Refer to every figure and table in the text, ideally before the object is\n  shown.\n- Choose print-friendly image formats and colors, especially for screenshots,\n  diagrams, and measurement plots.\n- Put long listings, derivations, datasheets, and supplementary files in the\n  appendix instead of interrupting the main argument.\n- Keep the abbreviation list alphabetically sorted and include only\n  abbreviations that are actually used.\n\n## Before Submission\n\nCheck the current requirements from your programme, examination regulations, and\nsupervisor. In particular:\n\n- Remove unused optional blocks from `main.tex`, such as lists, acronyms, or the\n  appendix.\n- Replace `\\today` with a fixed submission date in `config/metadata.tex`.\n- Verify title-page wording, margins, citation style, digital submission rules,\n  and whether a printed copy is required.\n- Add the official declaration of independent work required by your programme or\n  examination office. This template intentionally does not include one.\n- Do not publish or redistribute a copy that contains the official logo unless\n  you have your own permission from Hochschule RheinMain.\n- Update the preview images in `docs/` if you publish a changed version of the\n  template.\n\n## License\n\nThe LaTeX template source is licensed under the MIT License.\n\n### Logo Notice\n\nThe official Hochschule RheinMain logo included in `images/logo.png` is not part\nof the MIT-licensed material. Permission to include the logo was granted to the\nmaintainer of this repository for this exact unofficial template repository\nonly. That permission is not transferable.\n\nDo not publish a fork, clone, mirror, release archive, generated PDF,\nscreenshot, or other redistributed copy that contains the logo unless you have\nobtained your own permission from Hochschule RheinMain. If you publish or\nredistribute a modified version of this template, remove or replace\n`images/logo.png` and any generated assets that show it, such as preview images\nor PDFs.\n\nThis project is not an official Hochschule RheinMain template.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohind%2Fhsrm-latex-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohind%2Fhsrm-latex-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohind%2Fhsrm-latex-template/lists"}