From bc9dd20a74df2cdbb34cb2c940ffbbd608f060f8 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent.modolo@ens-lyon.fr> Date: Thu, 17 Oct 2019 12:43:50 +0200 Subject: [PATCH] tp.md: fix link to tp_1.md --- Makefile | 8 +------- README.md | 2 +- tp.md | 21 +-------------------- 3 files changed, 3 insertions(+), 28 deletions(-) diff --git a/Makefile b/Makefile index ace62d6..bda952f 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,4 @@ -all: presentation.pdf tp.pdf tp.html - -tp.pdf: tp.md - R -e 'require(rmarkdown); rmarkdown::render("tp.md")' - -tp.html: tp.md - R -e 'require(rmarkdown); rmarkdown::render("tp.md", output_format = "html_document")' +all: presentation.pdf presentation.pdf: presentation.tex header.tex lualatex -shell-escape presentation.tex diff --git a/README.md b/README.md index 98b70e5..76d85cf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ R -e 'install.packages("rmarkdown", repos = "https://cloud.r-project.org")' make ``` -## [Partial guide](./tp.md) +## [Practial guide](./tp.md) The practical guide is decomposed in three sections. diff --git a/tp.md b/tp.md index 80573c7..7c58087 100644 --- a/tp.md +++ b/tp.md @@ -1,22 +1,3 @@ ---- -title: "TP: Git basis" -author: Laurent Modolo [laurent.modolo@ens-lyon.fr](mailto:laurent.modolo@ens-lyon.fr) -date: 7 Mar 2017 -output: - pdf_document: - toc: true - toc_depth: 3 - number_sections: true - html_document: - fig_caption: yes - theme: journal - toc: yes - toc_depth: 3 - toc_float: true - highlight: tango -latex_engine: xelatex ---- - # Setup your environment We are going to write some basic configuration files to be able to connect to the [gitlab server of the LBMC](http://gitlab.biologie.ens-lyon.fr). @@ -119,6 +100,6 @@ ssh -Tv gitlab_lbmc **With this second method, you will have to replace every `https://gitlab.biologie.ens-lyon.fr/` url in the sequel with `gitlab_lbmc:`, the shortcut you defined in your `~/.ssh/config` file.** -**[ Next**: Git Alone** ](./tp_1.md#part-1-git-alone)** +[ **Next: Git Alone** ](./tp_1.md#part-1-git-alone) -- GitLab