From 41425c3d8bf2316341172b26adb4f06d32521095 Mon Sep 17 00:00:00 2001 From: Filip Gralinski Date: Sat, 18 Jan 2020 12:34:11 +0100 Subject: [PATCH] More in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 77d800b..31169ab 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ In order to generate a project from the template: * install cookiecutter * find a cookiecutter-amu-thesis release applicable (usually the latest release/tag listed at ), say VERSION * run: `cookiecutter https://git.wmi.amu.edu.pl/filipg/cookiecutter-amu-thesis.git --checkout VERSION` +* configure a repository called `msc-YOURSURNAME` at + (see + for more information), grant read and write + access rights to your supervisor Interoperation with Overleaf ---------------------------- @@ -15,6 +19,7 @@ Interoperation with Overleaf Overleaf handles git but it's very cr*ppy. It's better to upload a package to Overleaf first: +0. You need LaTeX installed (e.g. in Ubuntu, you'd need to do: `sudo apt install texlive-latex-full`). 1. Create a project locally. 2. Run `make` 3. Run `make source-pack`