From da05a65ed72b9aa3901d91a5dd42dd384cbdac21 Mon Sep 17 00:00:00 2001 From: Andreas Zwinkau Date: Thu, 14 Jul 2016 16:07:55 +0200 Subject: [PATCH] Proper Markdown for README --- .gitignore | 1 + README.md | 18 +++++++++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 90abaeb..43b5f80 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ thesis/build present/build thesis/thesis.pdf +thesis/*.log present/present.pdf diff --git a/README.md b/README.md index dbdf742..6b9c56e 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,29 @@ -Basics for writing a thesis at IPD Snelting. +Basics for writing a thesis at IPD Snelting Put your code into the "code" directory. Use git submodule or subtree to include external repositories. Write your thesis with LaTeX. A template is provided in the "thesis" directory. -Try "make" in there. +Try `make` in there. Prepare your presentation in the "present" directory. A template is provided -there. Try "make" in there. +there. Try `make` in there. -# Git +## Git We use it extensively and you probably will as well. Here are a few links to learn git: -[Interactive Git Tutorial](http://try.github.io) -[Git Reference](http://gitref.org/) -[Offizielle Git Projektseite](http://git-scm.com/) -[Git for Computer Scientists](http://eagain.net/articles/git-for-computer-scientists/) +* [Interactive Git Tutorial](http://try.github.io) +* [Git Reference](http://gitref.org/) +* [Offizielle Git Projektseite](http://git-scm.com/) +* [Git for Computer Scientists](http://eagain.net/articles/git-for-computer-scientists/) Give your advisor access to your repository. Protip: Clone this repository and work on a branch. You can merge in changes in here into your own work then. -# Computer Pool +## Computer Pool You can use our computer pool, ask your advisor for an account at our chair. -- GitLab