From 6399576d7f2b82ba283f007f61dc1b684327ab1a Mon Sep 17 00:00:00 2001 From: Arnaud Legrand Date: Fri, 27 Jul 2018 15:53:18 +0200 Subject: [PATCH] Regenerate html files --- module2/ressources/emacs_orgmode.html | 180 +++++++++++++------------- module2/ressources/gitlab.html | 96 +++++++------- module2/ressources/rstudio.html | 44 +++---- 3 files changed, 162 insertions(+), 158 deletions(-) diff --git a/module2/ressources/emacs_orgmode.html b/module2/ressources/emacs_orgmode.html index 38185c3..02d8d0c 100644 --- a/module2/ressources/emacs_orgmode.html +++ b/module2/ressources/emacs_orgmode.html @@ -4,39 +4,39 @@

Table of Contents

@@ -45,24 +45,25 @@

Disclaimer: The two sections A simple "reproducible research" emacs configuration and A stub of replicable article explain how to set up -emacs/org-mode for this MOOC. These sections are illustrated in two -out of the three video tutorials of this sequence, and which you +emacs/org-mode for this MOOC. These are very important sections in the +context of this MOOC. These sections are illustrated in two +out of the three video tutorials of this sequence, and which you really should follow carefully. Otherwise, you may have trouble doing the exercises later on. Likewise, I strongly encourage you to watch -the "emacs and git" video tutorial available at the same place. +the "emacs and git" video tutorial available at the same place.

The next section provides information on how to install emacs.

-
-

Installing emacs, org-mode, ess, and auctex.

-
+
+

Installing emacs, org-mode, ess, and auctex.

+
-
-

Linux (Debian, Ubuntu)

-
+
+

Linux (Debian, Ubuntu)

+

We provide here only instructions for debian-based distributions. Feel free to contribute to this document to provide up-to-date information @@ -124,9 +125,9 @@ which is now deprecated.

-
-

Mac OS X

-
+
+

Mac OS X

+
  • Option 1: Install the .dmg file from Vincent Goulet: @@ -159,9 +160,9 @@ brew install wget

-
-

Windows

-
+
+

Windows

+

Install the .exe file from Vincent Goulet: https://vigou3.github.io/emacs-modified-windows/. It ships with recent @@ -175,12 +176,13 @@ versions:

-
-

A simple "reproducible research" emacs configuration

-
+
+

A simple "reproducible research" emacs configuration

+

-This section is illustrated in a video tutorial (in French). Watching -it before following the instructions given in this section may help. +This section is illustrated in a video tutorial ("Mise en place +Emacs/Orgmode" in French). Watching it before following the +instructions given in this section may help.

@@ -195,9 +197,9 @@ adding a few org-mode specific configurations.

-
-

Step 0: Backup and download our configuration

-
+
+

Step 0: Backup and download our configuration

+

The procedure we propose will wipe your already existing custom emacs configuration if you already have one. You should thus beforehand make @@ -218,9 +220,9 @@ rr_org/journal.org

-
-

Step 1: Prepare your journal

-
+
+

Step 1: Prepare your journal

+

Create an org/ directory in the top of your home:

@@ -237,9 +239,9 @@ should give a try.

-
-

Step 2: Set up Emacs configuration

-
+
+

Step 2: Set up Emacs configuration

+

Copy rr_org/init.el in your ~/.emacs.d/ directory.

@@ -251,9 +253,9 @@ configuration with the following command: emacs -q -l rr_org/init.el
-
-

Step 3: Check whether the installation is working or not

-
+
+

Step 3: Check whether the installation is working or not

+

Open a new instance of Emacs and open a foo.org file. Copy the following lines in this file: @@ -284,9 +286,9 @@ is demonstrated in the -

Step 4: Open and play with your journal:

-
+
+

Step 4: Open and play with your journal:

+

In step 1, you were told to create an journal in ~org/journal.org. First you probably want to make sure this file is @@ -297,12 +299,13 @@ forums.

-
-

A stub of replicable article

-
+
+

A stub of replicable article

+

-This section is illustrated in a video tutorial (in French). Watching -it before following the instructions given in this section may help. +This section is illustrated in a video tutorial ("Écrire un article +réplicable avec Emacs/Orgmode" in French). Watching it before +following the instructions given in this section may help.

@@ -362,22 +365,22 @@ chunk of code when exporting.

-
-

Emacs Tips and tricks

-
+
+

Emacs Tips and tricks

+
-
-

Cheat-sheets

-
+
+

Cheat-sheets

+

Learning emacs and org-mode can be difficult as there is an inordinate amount of shortcuts. Many people have thus come up with cheat-sheats. Here is a selection in case it helps:

-
-

Emacs

-
+
+

Emacs

+
-
-

Org-mode

-
+
+

Org-mode

+
-
-

Video tutorials

-
+
+

Video tutorials

+

For those of you who prefer video explanations, here is a Youtube channel with many step by step emacs tutorials.

-
-

Additional useful emacs packages

-
+
+

Additional useful emacs packages

+
-
-

Company-mode

-
+
+

Company-mode

+

Company-mode is a text completion framework for Emacs. It allows to have smart completion in emacs for the most common languages. If you @@ -421,12 +424,13 @@ official Web page: http://company-mode.

-
-

Magit

-
+
+

Magit

+

Magit is an emacs interface for Git. Its usage is briefly illustrated -in the context of this MOOC in a video tutorial (in French). +in the context of this MOOC in a video tutorial ("Utilisation +Emacs/git" in French).

@@ -440,9 +444,9 @@ invoke magit by using C-x g.

-
-

Other resources

-
+
+

Other resources

+
-
-

Installing Rstudio

-
+
+

Installing Rstudio

+
-
-

Linux (debian, ubuntu)

-
+
+

Linux (debian, ubuntu)

+

We provide here only instructions for debian-based distributions. Feel free to contribute to this document to provide up-to-date information @@ -88,9 +88,9 @@ for upgrading…

-
-

Installing R

-
+
+

Installing R

+

Beforehand, you need to install the R language and convenient packages by running (as root): @@ -123,9 +123,9 @@ to run (as root):

-
-

Installing rstudio

-
+
+

Installing rstudio

+

Rstudio is unfortunately not packaged within debian so the easiest is to download the corresponding debian package on the Rstudio webpage @@ -143,9 +143,9 @@ sudo apt-get update ; sudo apt-get -f install -

Mac OSX and Windows

-
+
+

Mac OSX and Windows

+

Some instructions on installing R and knitr must be missing. This -- 2.18.1