Commit 9a503931 authored by Arnaud Legrand's avatar Arnaud Legrand

Fix the TOC for the (future) French version

parent a029392b
...@@ -15,7 +15,7 @@ Table of Contents<span class="tag" data-tag-name="TOC"></span> ...@@ -15,7 +15,7 @@ Table of Contents<span class="tag" data-tag-name="TOC"></span>
- [macOS](#macos) - [macOS](#macos)
- [Windows](#windows) - [Windows](#windows)
- [All platforms: pretty code in HTML export](#all-platforms-pretty-code-in-html-export) - [All platforms: pretty code in HTML export](#all-platforms-pretty-code-in-html-export)
- [A simple "*reproducible research*" emacs configuration](#a-simple-reproducible-research-emacs-configuration) - [A simple "reproducible research" emacs configuration](#a-simple-reproducible-research-emacs-configuration)
- [Step 0: Backup and download our configuration](#step-0-backup-and-download-our-configuration) - [Step 0: Backup and download our configuration](#step-0-backup-and-download-our-configuration)
- [Step 1: Prepare your journal](#step-1-prepare-your-journal) - [Step 1: Prepare your journal](#step-1-prepare-your-journal)
- [Step 2: Set up Emacs configuration](#step-2-set-up-emacs-configuration) - [Step 2: Set up Emacs configuration](#step-2-set-up-emacs-configuration)
...@@ -155,8 +155,8 @@ To have code pretty printing when exporting to HTML, you should install the `htm ...@@ -155,8 +155,8 @@ To have code pretty printing when exporting to HTML, you should install the `htm
M-x package-install RET htmlize RET # where M-x means pressing the "Esc" key then the "x" key M-x package-install RET htmlize RET # where M-x means pressing the "Esc" key then the "x" key
``` ```
A simple "*reproducible research*" emacs configuration A simple "reproducible research" emacs configuration
====================================================== ====================================================
This section is illustrated in a [video tutorial](https://www.fun-mooc.fr/courses/course-v1:inria+41016+session02/jump_to_id/9cfc7500f0ef46d288d2317ec7b037b4) (/"Mise en place Emacs/Orgmode"/ in French). Watching it before following the instructions given in this section may help. This section is illustrated in a [video tutorial](https://www.fun-mooc.fr/courses/course-v1:inria+41016+session02/jump_to_id/9cfc7500f0ef46d288d2317ec7b037b4) (/"Mise en place Emacs/Orgmode"/ in French). Watching it before following the instructions given in this section may help.
......
...@@ -22,7 +22,7 @@ The next section provides information on how to install emacs. ...@@ -22,7 +22,7 @@ The next section provides information on how to install emacs.
- [[#macos][macOS]] - [[#macos][macOS]]
- [[#windows][Windows]] - [[#windows][Windows]]
- [[#all-platforms-pretty-code-in-html-export][All platforms: pretty code in HTML export]] - [[#all-platforms-pretty-code-in-html-export][All platforms: pretty code in HTML export]]
- [[#a-simple-reproducible-research-emacs-configuration][A simple "/reproducible research/" emacs configuration]] - [[#a-simple-reproducible-research-emacs-configuration][A simple "reproducible research" emacs configuration]]
- [[#step-0-backup-and-download-our-configuration][Step 0: Backup and download our configuration]] - [[#step-0-backup-and-download-our-configuration][Step 0: Backup and download our configuration]]
- [[#step-1-prepare-your-journal][Step 1: Prepare your journal]] - [[#step-1-prepare-your-journal][Step 1: Prepare your journal]]
- [[#step-2-set-up-emacs-configuration][Step 2: Set up Emacs configuration]] - [[#step-2-set-up-emacs-configuration][Step 2: Set up Emacs configuration]]
...@@ -162,7 +162,7 @@ typing the following command: ...@@ -162,7 +162,7 @@ typing the following command:
M-x package-install RET htmlize RET # where M-x means pressing the "Esc" key then the "x" key M-x package-install RET htmlize RET # where M-x means pressing the "Esc" key then the "x" key
#+END_EXAMPLE #+END_EXAMPLE
* A simple "/reproducible research/" emacs configuration * A simple "reproducible research" emacs configuration
This section is illustrated in a [[https://www.fun-mooc.fr/courses/course-v1:inria+41016+session02/jump_to_id/9cfc7500f0ef46d288d2317ec7b037b4][video tutorial]] (/"Mise en place This section is illustrated in a [[https://www.fun-mooc.fr/courses/course-v1:inria+41016+session02/jump_to_id/9cfc7500f0ef46d288d2317ec7b037b4][video tutorial]] (/"Mise en place
Emacs/Orgmode"/ in French). Watching it before following the Emacs/Orgmode"/ in French). Watching it before following the
instructions given in this section may help. instructions given in this section may help.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment