From 18c51d446333e526bae546d71bce7c7da19ff822 Mon Sep 17 00:00:00 2001 From: yorick Barbanneau Date: Mon, 15 Oct 2018 00:33:47 +0200 Subject: [PATCH 1/2] Activate syntax hightlight by chroma --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 217ce30..1e3c282 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ languageCode = "fr" defaultContentLanguage = "fr" title = "Licence pro ADSILLH - Cours et TD" pygmentsCodeFences = true -pygmentsUseClasses = true +pygmentsUseClasses = false theme = "mainroad" rssLimit = 10 paginate = 10 From ef50489b6f4bbe4bf32f05cc09c0157c79141c16 Mon Sep 17 00:00:00 2001 From: yorick Barbanneau Date: Mon, 15 Oct 2018 00:38:26 +0200 Subject: [PATCH 2/2] Link correction in bibliography --- content/progsys/5_les-processus_legers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/progsys/5_les-processus_legers/index.md b/content/progsys/5_les-processus_legers/index.md index 1ffd885..398b8ba 100644 --- a/content/progsys/5_les-processus_legers/index.md +++ b/content/progsys/5_les-processus_legers/index.md @@ -521,7 +521,7 @@ en place des mécanisme de synchronisation entre eux comme les mutex. ## Bibliographie - - [Posix Thread Programming][l_posixlprog] sur le site du Livemore Computing + - [Posix Thread Programming][l_posixtprog] sur le site du Livemore Computing Center (en) - [Initiation à la programmation multitâches en C avec pthreads][l_progcmulti] par Franck Hecht sur Developpez.com. Avec un test de performance sur un