You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.2 KiB
33 lines
1.2 KiB
# Einleitung
|
|
Hierbei handelt es sich um eine Vorlage zur Erstellung von Abschlussarbeiten mit Pandoc, die Auszeichnungssprache ist Markdown.
|
|
Die folgenden drei drei Pandoc- und Latexprojekt dienten als Vorlage für dieses Projekt:
|
|
|
|
* [Dan Prince | academic-pandoc](https://github.com/danprince/academic-pandoc.git)
|
|
* [Tom Pollard | phd_thesis_markdown](https://github.com/tompollard/phd_thesis_markdown)
|
|
* [Uni Hamburg Latexvorlage für Abschlussarbeiten](https://www.wiso.uni-hamburg.de/fachbereich-sozoek/professuren/szimayer/lehre/wissenschaftliche-arbeiten/bachelorarbeiten/vorlagen-fuer-abschlussarbeiten-in-latex-format.html)
|
|
|
|
## Installation vor der Nutzung
|
|
**pandoc and pandoc-citeproc binaries**
|
|
```bash
|
|
sudo apt install pandoc
|
|
sudo apt install pandoc-citeproc
|
|
```
|
|
|
|
**Install TeX Live**
|
|
```bash
|
|
sudo apt-get install texlive-full
|
|
```
|
|
|
|
**Schriftenpackete**
|
|
```bash
|
|
sudo apt-get install lmodern
|
|
sudo apt-get install msttcorefonts
|
|
```
|
|
|
|
## Hilfestellung für die Markdownsyntax
|
|
<http://daringfireball.net/projects/markdown/syntax#img>
|
|
<https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet>
|
|
<http://rmarkdown.rstudio.com/authoring_pandoc_markdown.html#pandoc_markdown>
|
|
|
|
\pagebreak
|