From 0f47cfc1ba5847ffd8c373848df0662a01aec9b8 Mon Sep 17 00:00:00 2001 From: Axel Dürkop Date: Tue, 10 Nov 2020 11:39:57 +0100 Subject: Reorder files and config --- .pandoc-config.yml | 42 ------------------------------------------ 1 file changed, 42 deletions(-) delete mode 100644 .pandoc-config.yml (limited to '.pandoc-config.yml') diff --git a/.pandoc-config.yml b/.pandoc-config.yml deleted file mode 100644 index d604daa..0000000 --- a/.pandoc-config.yml +++ /dev/null @@ -1,42 +0,0 @@ ---- -title: | - 77 Tipps zum wissenschaftlichen Arbeiten -subtitle: | - eine Sammlung -author: - - Ein Autorenkollektiv - - cc by-Platzhalter -extratitle: false -lang: de-de -colorlinks: true -links-as-notes: false -papersize: a4 -fontsize: 12pt -numbersections: true -toc-depth: 2 -lof: true -classoption: - - oneside - - headings=small -toc: true -geometry: - - top=3cm - - right=3cm - - left=3cm - - bottom=3cm -chapters: false -documentclass: scrbook -linestretch: 1.2 - -# Bibliografie -bibliography: ../references.bib -csl: ../din-1505-2-alphanumeric.csl - - -# Zusätzliche LaTeX-Pakete -header-includes: | - \usepackage{graphicx} - \usepackage{csquotes} - \usepackage{pdflscape} - \usepackage{pdfpages} ---- -- cgit v1.2.3