diff --git a/Makefile b/Makefile index ace62d645742a8f73f66aff45e4916ffb559bd12..bda952fd23cd4e0395a1c8a069157373d5cea55c 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 98b70e5a86b14455c98599c5936f56a239695dea..76d85cf663809a5faa41e2abd01d77300e9bc8cd 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 80573c78142fac774e7ee08083f27c6e386fdd3f..7c58087938469be1237c0a9a64292228b0ab8939 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)