Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eminyagmahan/latex_thesis_template
The following repo contains a complete LaTex template for creating a scientific work. It contains a modular structure with examples of figures, tables, abbreviations etc.. Further information can be found in the README.md file.
https://github.com/eminyagmahan/latex_thesis_template
latex latex-examples latex-template latex-thesis
Last synced: 22 days ago
JSON representation
The following repo contains a complete LaTex template for creating a scientific work. It contains a modular structure with examples of figures, tables, abbreviations etc.. Further information can be found in the README.md file.
- Host: GitHub
- URL: https://github.com/eminyagmahan/latex_thesis_template
- Owner: EminYagmahan
- License: mit
- Created: 2019-10-02T21:14:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-24T21:59:21.000Z (about 5 years ago)
- Last Synced: 2025-01-16T06:16:37.026Z (22 days ago)
- Topics: latex, latex-examples, latex-template, latex-thesis
- Language: TeX
- Size: 342 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTeX-Vorlage für wissenschaftliche Ausarbeitungen
Das folgende Repository beinhaltet eine LaTeX Vorlage für wissenschaftliche Ausarbeitungen. Die Vorlage enthält Musterbeispiele zu Abbildungen, Tabellen und Verweise. Weiterhin ist eine kompilierte .PDF-Datei innerhalb des Projektes zu finden, welches den Umfang des Projektes darstellen soll.![GitHub](https://img.shields.io/github/license/EminYagmahan/LaTex_Thesis_Template)
![GitHub Repo Size](https://img.shields.io/github/repo-size/EminYagmahan/LaTex_Thesis_Template)## Screenshots
![]()
![]()
![]()
![]()
## Installationsanleitung
Entwickelt und getested wurde die Vorlage unter TeXstudio Ver. 2.12.16. Als Standardkompiler dient PDFLaTeX sowie Biber als Standardbibliographiesoftware. (DIe Nutzung der empfohlenen IDE TeXStudio ist optional. DIe Nutzung von IDEs wie Atom und VS Code mit esprenchenden LaTeX Plugins, ermöglichen ebenso einen guten Workflow)### Voraussetzungen
1. LaTeX Umgebung für die Betriebssysteme Linux, Mac OS und Windows (Installationsanleitung: [The LaTeX Project](https://www.latex-project.org/get/))
2. Schreib- bzw. Entwicklungsumgebung wie TeXStudio (Linux, Mac OS und Windows) (Installationsanleitung: [TeXStudio][https://www.texstudio.org/])### Einrichtung von TeXStudio
Unter `Optionen > TeXStudio konfigurieren...` ist nach der Installation der LaTeX Umgebung der Installationsort von PDFLaTeX mit folgenden Parametern hinzuzufügen:
- `"*PATH/pdflatex" -synctex=1 -interaction=nonstopmode %.tex`
Ebenso ist der Installationspfad von Biber hinzuzufügen, sofern TeXStudios Standardparametern, nicht den korrekten Werten entsprechen.
![]()
```latex
%------------------------------------------------------------------------------------------------------------------
% Title Page Configuration (modify this section only!)
%------------------------------------------------------------------------------------------------------------------
\newcommand{\DegreeThesisType}{Masterthesis}
\newcommand{\TitleOfWork}{Ethisch Aspekte der künstlichen Intelligenz in der Medizin}
\newcommand{\DegreeType}{Master of Science}
\newcommand{\Faculty}{Fachbereich Gesundheit}
\newcommand{\Organisation}{Technischen Hochschule Musterstadt}
\newcommand{\AuthorName}{Emin Yagmahan}
\newcommand{\PublicDateMY}{Januar 2020}
\newcommand{\Referent}{Prof. Dr. Max Mustermann}
\newcommand{\Korreferent}{Dr. Max Mustermann}
```