From 0020d535cc6d2d5fc51569fe4c32960418a332df Mon Sep 17 00:00:00 2001
From: Christian Krause <christian.krause@idiv.de>
Date: Mon, 3 Jun 2019 08:24:18 +0200
Subject: [PATCH] adds imrad structure

---
 Makefile                                         | 2 +-
 chapter-markdown.md => chapter-1-introduction.md | 7 ++++---
 chapter-2-methods.md                             | 2 ++
 chapter-3-results.md                             | 2 ++
 chapter-4-discussion.md                          | 2 ++
 5 files changed, 11 insertions(+), 4 deletions(-)
 rename chapter-markdown.md => chapter-1-introduction.md (95%)
 create mode 100644 chapter-2-methods.md
 create mode 100644 chapter-3-results.md
 create mode 100644 chapter-4-discussion.md

diff --git a/Makefile b/Makefile
index 630ca49..12b1cab 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ PANDOCFLAGS = \
 	--standalone \
 	--pdf-engine=xelatex \
 
-SOURCES_MD = $(wildcard chapter*.md)
+SOURCES_MD = $(sort $(wildcard chapter-*.md))
 
 default: all
 
diff --git a/chapter-markdown.md b/chapter-1-introduction.md
similarity index 95%
rename from chapter-markdown.md
rename to chapter-1-introduction.md
index 44c0982..a4754aa 100644
--- a/chapter-markdown.md
+++ b/chapter-1-introduction.md
@@ -1,7 +1,8 @@
-Markdown
-========
+Introduction
+============
 
-This is a first level header.
+This introduction serves as a Markdown Cheat Sheet. The header above is a first
+level header.
 
 Header Level
 ------------
diff --git a/chapter-2-methods.md b/chapter-2-methods.md
new file mode 100644
index 0000000..a1cd9fd
--- /dev/null
+++ b/chapter-2-methods.md
@@ -0,0 +1,2 @@
+Methods
+=======
diff --git a/chapter-3-results.md b/chapter-3-results.md
new file mode 100644
index 0000000..455a6c8
--- /dev/null
+++ b/chapter-3-results.md
@@ -0,0 +1,2 @@
+Results
+=======
diff --git a/chapter-4-discussion.md b/chapter-4-discussion.md
new file mode 100644
index 0000000..8241e42
--- /dev/null
+++ b/chapter-4-discussion.md
@@ -0,0 +1,2 @@
+Discussion
+==========
-- 
GitLab