Commit 8359ed76 authored by Hugues de Courson's avatar Hugues de Courson

Commit V3 exo 3

parent ee250c72
--- ---
title: "Exercice paradoxe de Simpson" title: "Exercice paradoxe de Simpson"
author: "Hugues de Courson" author: "Hugues de Courson"
date: "La date du jour" date: "5 avril 2020"
output: output:
pdf_document: pdf_document:
df_print: paged df_print: paged
...@@ -27,6 +27,14 @@ library(kableExtra) ...@@ -27,6 +27,14 @@ library(kableExtra)
Dans un premier temps, il s'agissait de télécharger le fichier dans mon dossier local, ensuite on commit cette action et avec un push il est envoyé sur gitlab. Dans un premier temps, il s'agissait de télécharger le fichier dans mon dossier local, ensuite on commit cette action et avec un push il est envoyé sur gitlab.
```{r import URL}
url <- "https://gitlab.inria.fr/learninglab/mooc-rr/mooc-rr-ressources/blob/master/module3/Practical_session/Subject6_smoking.csv"
data <- read.csv(url)
```
Ensuite il s'agit de le charger dans R : Ensuite il s'agit de le charger dans R :
```{r data import} ```{r data import}
...@@ -87,10 +95,14 @@ kable(tab_2,align = "c") ...@@ -87,10 +95,14 @@ kable(tab_2,align = "c")
# Representation graphique # Representation graphique
Ceci passe par la création d'un tableau avec les pourcentages de mortalité Ceci passe par la création d'un tableau avec les pourcentages de mortalité
```{r representation graphique taux de mortalite} ```{r representation graphique taux de mortalite}
tab_3 <- data.frame(cbind(rbind((sum(data$Status[data$Smoker=="Yes"]=="Dead")/sum(data$Smoker=="Yes"))*100, tab_3 <- data.frame(cbind(rbind((sum(data$Status[data$Smoker=="Yes"]=="Dead")/
(sum(data$Status[data$Smoker=="Yes"]=="Alive")/sum(data$Smoker=="Yes"))*100)), sum(data$Smoker=="Yes"))*100,
rbind((sum(data$Status[data$Smoker=="No"]=="Dead")/sum(data$Smoker=="No"))*100, (sum(data$Status[data$Smoker=="Yes"]=="Alive")/
(sum(data$Status[data$Smoker=="No"]=="Alive")/sum(data$Smoker=="No"))*100)) sum(data$Smoker=="Yes"))*100)),
rbind((sum(data$Status[data$Smoker=="No"]=="Dead")/
sum(data$Smoker=="No"))*100,
(sum(data$Status[data$Smoker=="No"]=="Alive")/
sum(data$Smoker=="No"))*100))
names(tab_3) <- c("Fumeuses", "Non fumeuses") names(tab_3) <- c("Fumeuses", "Non fumeuses")
row.names(tab_3) <- c("Decedees", "Vivantes") row.names(tab_3) <- c("Decedees", "Vivantes")
......
This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdflatex 2020.3.21) 5 APR 2020 18:30 This is pdfTeX, Version 3.14159265-2.6-1.40.20 (TeX Live 2019) (preloaded format=pdflatex 2020.3.21) 5 APR 2020 18:43
entering extended mode entering extended mode
restricted \write18 enabled. restricted \write18 enabled.
%&-line parsing enabled. %&-line parsing enabled.
...@@ -815,16 +815,16 @@ Package xcolor Warning: Incompatible color definition on input line 140. ...@@ -815,16 +815,16 @@ Package xcolor Warning: Incompatible color definition on input line 140.
Package xcolor Warning: Incompatible color definition on input line 140. Package xcolor Warning: Incompatible color definition on input line 140.
Package xcolor Warning: Incompatible color definition on input line 151. Package xcolor Warning: Incompatible color definition on input line 149.
Package xcolor Warning: Incompatible color definition on input line 156. Package xcolor Warning: Incompatible color definition on input line 155.
Package xcolor Warning: Incompatible color definition on input line 156. Package xcolor Warning: Incompatible color definition on input line 155.
Package xcolor Warning: Incompatible color definition on input line 160. Package xcolor Warning: Incompatible color definition on input line 159.
Package xcolor Warning: Incompatible color definition on input line 164. Package xcolor Warning: Incompatible color definition on input line 164.
...@@ -832,107 +832,125 @@ Package xcolor Warning: Incompatible color definition on input line 164. ...@@ -832,107 +832,125 @@ Package xcolor Warning: Incompatible color definition on input line 164.
Package xcolor Warning: Incompatible color definition on input line 164. Package xcolor Warning: Incompatible color definition on input line 164.
LaTeX Font Info: Try loading font information for TS1+lmtt on input line 171
Package xcolor Warning: Incompatible color definition on input line 168.
Package xcolor Warning: Incompatible color definition on input line 172.
Package xcolor Warning: Incompatible color definition on input line 172.
LaTeX Font Info: Try loading font information for TS1+lmtt on input line 179
. .
(/usr/local/texlive/2019/texmf-dist/tex/latex/lm/ts1lmtt.fd (/usr/local/texlive/2019/texmf-dist/tex/latex/lm/ts1lmtt.fd
File: ts1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern File: ts1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern
) )
Package xcolor Warning: Incompatible color definition on input line 183. Package xcolor Warning: Incompatible color definition on input line 191.
Package xcolor Warning: Incompatible color definition on input line 194. Package xcolor Warning: Incompatible color definition on input line 202.
Package xcolor Warning: Incompatible color definition on input line 194. Package xcolor Warning: Incompatible color definition on input line 202.
Package xcolor Warning: Incompatible color definition on input line 202.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <10> on input line 196.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <7> on input line 196.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <5> on input line 196.
[1 [1
{/usr/local/texlive/2019/texmf-var/fonts/map/pdftex/updmap/pdftex.map}] {/usr/local/texlive/2019/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
Package xcolor Warning: Incompatible color definition on input line 212. Package xcolor Warning: Incompatible color definition on input line 202.
Package xcolor Warning: Incompatible color definition on input line 233. Package xcolor Warning: Incompatible color definition on input line 202.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <10> on input line 204.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <7> on input line 204.
LaTeX Font Info: External font `lmex10' loaded for size
(Font) <5> on input line 204.
Package xcolor Warning: Incompatible color definition on input line 220.
Package xcolor Warning: Incompatible color definition on input line 233. Package xcolor Warning: Incompatible color definition on input line 241.
Package xcolor Warning: Incompatible color definition on input line 252. Package xcolor Warning: Incompatible color definition on input line 241.
Package xcolor Warning: Incompatible color definition on input line 264. Package xcolor Warning: Incompatible color definition on input line 260.
Package xcolor Warning: Incompatible color definition on input line 264. Package xcolor Warning: Incompatible color definition on input line 276.
Package xcolor Warning: Incompatible color definition on input line 276. Package xcolor Warning: Incompatible color definition on input line 276.
Package xcolor Warning: Incompatible color definition on input line 281. Package xcolor Warning: Incompatible color definition on input line 288.
[2]
Package xcolor Warning: Incompatible color definition on input line 293.
Package xcolor Warning: Incompatible color definition on input line 281. Package xcolor Warning: Incompatible color definition on input line 293.
<exercice_fr_files/figure-latex/representation graphique taux de mortalite-1.pd <exercice_fr_files/figure-latex/representation graphique taux de mortalite-1.pd
f, id=121, 393.47pt x 232.87pt> f, id=125, 393.47pt x 232.87pt>
File: exercice_fr_files/figure-latex/representation graphique taux de mortalite File: exercice_fr_files/figure-latex/representation graphique taux de mortalite
-1.pdf Graphic file (type pdf) -1.pdf Graphic file (type pdf)
<use exercice_fr_files/figure-latex/representation graphique taux de mortalite- <use exercice_fr_files/figure-latex/representation graphique taux de mortalite-
1.pdf> 1.pdf>
Package pdftex.def Info: exercice_fr_files/figure-latex/representation graphiqu Package pdftex.def Info: exercice_fr_files/figure-latex/representation graphiqu
e taux de mortalite-1.pdf used on input line 283. e taux de mortalite-1.pdf used on input line 295.
(pdftex.def) Requested size: 393.46902pt x 232.86942pt. (pdftex.def) Requested size: 393.46902pt x 232.86942pt.
[2]
Package xcolor Warning: Incompatible color definition on input line 288. Package xcolor Warning: Incompatible color definition on input line 300.
Package xcolor Warning: Incompatible color definition on input line 299. Package xcolor Warning: Incompatible color definition on input line 311.
Package xcolor Warning: Incompatible color definition on input line 299. Package xcolor Warning: Incompatible color definition on input line 311.
Package xcolor Warning: Incompatible color definition on input line 303. Package xcolor Warning: Incompatible color definition on input line 315.
Package xcolor Warning: Incompatible color definition on input line 310. Package xcolor Warning: Incompatible color definition on input line 322.
Package xcolor Warning: Incompatible color definition on input line 310. Package xcolor Warning: Incompatible color definition on input line 322.
Package xcolor Warning: Incompatible color definition on input line 318. Package xcolor Warning: Incompatible color definition on input line 330.
Package xcolor Warning: Incompatible color definition on input line 325. Package xcolor Warning: Incompatible color definition on input line 337.
Package xcolor Warning: Incompatible color definition on input line 325. Package xcolor Warning: Incompatible color definition on input line 337.
[3 <./exercice_fr_files/figure-latex/representation graphique taux de mortalite
-1.pdf>]
Package hyperref Warning: Difference (2) between bookmark levels is greater Package hyperref Warning: Difference (2) between bookmark levels is greater
(hyperref) than one, level fixed on input line 336. (hyperref) than one, level fixed on input line 348.
Package xcolor Warning: Incompatible color definition on input line 344. Package xcolor Warning: Incompatible color definition on input line 356.
[3 <./exercice_fr_files/figure-latex/representation graphique taux de mortalite
-1.pdf>]
Package xcolor Warning: Incompatible color definition on input line 352. Package xcolor Warning: Incompatible color definition on input line 364.
Package xcolor Warning: Incompatible color definition on input line 352. Package xcolor Warning: Incompatible color definition on input line 364.
<exercice_fr_files/figure-latex/var classe dage-1.pdf, id=138, 422.57875pt x 25 <exercice_fr_files/figure-latex/var classe dage-1.pdf, id=138, 422.57875pt x 25
7.96375pt> 7.96375pt>
...@@ -940,57 +958,53 @@ File: exercice_fr_files/figure-latex/var classe dage-1.pdf Graphic file (type p ...@@ -940,57 +958,53 @@ File: exercice_fr_files/figure-latex/var classe dage-1.pdf Graphic file (type p
df) df)
<use exercice_fr_files/figure-latex/var classe dage-1.pdf> <use exercice_fr_files/figure-latex/var classe dage-1.pdf>
Package pdftex.def Info: exercice_fr_files/figure-latex/var classe dage-1.pdf Package pdftex.def Info: exercice_fr_files/figure-latex/var classe dage-1.pdf
used on input line 354. used on input line 366.
(pdftex.def) Requested size: 422.5906pt x 257.97096pt. (pdftex.def) Requested size: 422.5906pt x 257.97096pt.
Package xcolor Warning: Incompatible color definition on input line 376. Package xcolor Warning: Incompatible color definition on input line 388.
Package xcolor Warning: Incompatible color definition on input line 382. Package xcolor Warning: Incompatible color definition on input line 394.
Package xcolor Warning: Incompatible color definition on input line 382. Package xcolor Warning: Incompatible color definition on input line 394.
<exercice_fr_files/figure-latex/table contingence-1.pdf, id=141, 422.57875pt x [4 <./exercice_fr_files/figure-latex/var classe dage-1.pdf>]
<exercice_fr_files/figure-latex/table contingence-1.pdf, id=153, 422.57875pt x
257.96375pt> 257.96375pt>
File: exercice_fr_files/figure-latex/table contingence-1.pdf Graphic file (type File: exercice_fr_files/figure-latex/table contingence-1.pdf Graphic file (type
pdf) pdf)
<use exercice_fr_files/figure-latex/table contingence-1.pdf> <use exercice_fr_files/figure-latex/table contingence-1.pdf>
Package pdftex.def Info: exercice_fr_files/figure-latex/table contingence-1.pdf Package pdftex.def Info: exercice_fr_files/figure-latex/table contingence-1.pdf
used on input line 389. used on input line 401.
(pdftex.def) Requested size: 422.5906pt x 257.97096pt. (pdftex.def) Requested size: 422.5906pt x 257.97096pt.
Package xcolor Warning: Incompatible color definition on input line 391. Package xcolor Warning: Incompatible color definition on input line 403.
[4 <./exercice_fr_files/figure-latex/var classe dage-1.pdf>]
Package xcolor Warning: Incompatible color definition on input line 401.
Package xcolor Warning: Incompatible color definition on input line 413.
Package xcolor Warning: Incompatible color definition on input line 401.
Package xcolor Warning: Incompatible color definition on input line 413.
Package xcolor Warning: Incompatible color definition on input line 430.
Package xcolor Warning: Incompatible color definition on input line 442.
Package xcolor Warning: Incompatible color definition on input line 446.
Package xcolor Warning: Incompatible color definition on input line 458.
Package xcolor Warning: Incompatible color definition on input line 446.
Package xcolor Warning: Incompatible color definition on input line 458.
Overfull \vbox (0.9326pt too high) detected at line 446
[]
Package xcolor Warning: Incompatible color definition on input line 458.
Package xcolor Warning: Incompatible color definition on input line 446.
[5 <./exercice_fr_files/figure-latex/table contingence-1.pdf>] [5 <./exercice_fr_files/figure-latex/table contingence-1.pdf>]
Package xcolor Warning: Incompatible color definition on input line 446. Package xcolor Warning: Incompatible color definition on input line 458.
Package xcolor Warning: Incompatible color definition on input line 446. Package xcolor Warning: Incompatible color definition on input line 458.
<exercice_fr_files/figure-latex/deuxieme barplot-1.pdf, id=169, 411.5375pt x 21 <exercice_fr_files/figure-latex/deuxieme barplot-1.pdf, id=169, 411.5375pt x 21
9.82124pt> 9.82124pt>
...@@ -998,65 +1012,65 @@ File: exercice_fr_files/figure-latex/deuxieme barplot-1.pdf Graphic file (type ...@@ -998,65 +1012,65 @@ File: exercice_fr_files/figure-latex/deuxieme barplot-1.pdf Graphic file (type
pdf) pdf)
<use exercice_fr_files/figure-latex/deuxieme barplot-1.pdf> <use exercice_fr_files/figure-latex/deuxieme barplot-1.pdf>
Package pdftex.def Info: exercice_fr_files/figure-latex/deuxieme barplot-1.pdf Package pdftex.def Info: exercice_fr_files/figure-latex/deuxieme barplot-1.pdf
used on input line 448. used on input line 460.
(pdftex.def) Requested size: 411.5365pt x 219.8207pt. (pdftex.def) Requested size: 411.5365pt x 219.8207pt.
Package xcolor Warning: Incompatible color definition on input line 452. Package xcolor Warning: Incompatible color definition on input line 464.
Package xcolor Warning: Incompatible color definition on input line 456. Package xcolor Warning: Incompatible color definition on input line 468.
Package xcolor Warning: Incompatible color definition on input line 456. Package xcolor Warning: Incompatible color definition on input line 468.
Package xcolor Warning: Incompatible color definition on input line 461. Package xcolor Warning: Incompatible color definition on input line 473.
Package xcolor Warning: Incompatible color definition on input line 468. Package xcolor Warning: Incompatible color definition on input line 480.
Package xcolor Warning: Incompatible color definition on input line 468. Package xcolor Warning: Incompatible color definition on input line 480.
Package xcolor Warning: Incompatible color definition on input line 478. Package xcolor Warning: Incompatible color definition on input line 490.
Package xcolor Warning: Incompatible color definition on input line 485. Package xcolor Warning: Incompatible color definition on input line 497.
Package xcolor Warning: Incompatible color definition on input line 485. Package xcolor Warning: Incompatible color definition on input line 497.
Package xcolor Warning: Incompatible color definition on input line 491. Package xcolor Warning: Incompatible color definition on input line 503.
Package xcolor Warning: Incompatible color definition on input line 495. Package xcolor Warning: Incompatible color definition on input line 507.
Package xcolor Warning: Incompatible color definition on input line 495. Package xcolor Warning: Incompatible color definition on input line 507.
Package xcolor Warning: Incompatible color definition on input line 500. Package xcolor Warning: Incompatible color definition on input line 512.
Package xcolor Warning: Incompatible color definition on input line 507. Package xcolor Warning: Incompatible color definition on input line 519.
Package xcolor Warning: Incompatible color definition on input line 507. Package xcolor Warning: Incompatible color definition on input line 519.
Package xcolor Warning: Incompatible color definition on input line 513. Package xcolor Warning: Incompatible color definition on input line 519.
[6 <./exercice_fr_files/figure-latex/deuxieme barplot-1.pdf>] [6 <./exercice_fr_files/figure-latex/deuxieme barplot-1.pdf>]
Package xcolor Warning: Incompatible color definition on input line 517. Package xcolor Warning: Incompatible color definition on input line 519.
Package xcolor Warning: Incompatible color definition on input line 517. Package xcolor Warning: Incompatible color definition on input line 519.
Package xcolor Warning: Incompatible color definition on input line 522. Package xcolor Warning: Incompatible color definition on input line 525.
Package xcolor Warning: Incompatible color definition on input line 529. Package xcolor Warning: Incompatible color definition on input line 529.
...@@ -1065,16 +1079,16 @@ Package xcolor Warning: Incompatible color definition on input line 529. ...@@ -1065,16 +1079,16 @@ Package xcolor Warning: Incompatible color definition on input line 529.
Package xcolor Warning: Incompatible color definition on input line 529. Package xcolor Warning: Incompatible color definition on input line 529.
Package xcolor Warning: Incompatible color definition on input line 535. Package xcolor Warning: Incompatible color definition on input line 534.
Package xcolor Warning: Incompatible color definition on input line 539. Package xcolor Warning: Incompatible color definition on input line 541.
Package xcolor Warning: Incompatible color definition on input line 539. Package xcolor Warning: Incompatible color definition on input line 541.
Package xcolor Warning: Incompatible color definition on input line 544. Package xcolor Warning: Incompatible color definition on input line 547.
Package xcolor Warning: Incompatible color definition on input line 551. Package xcolor Warning: Incompatible color definition on input line 551.
...@@ -1083,16 +1097,16 @@ Package xcolor Warning: Incompatible color definition on input line 551. ...@@ -1083,16 +1097,16 @@ Package xcolor Warning: Incompatible color definition on input line 551.
Package xcolor Warning: Incompatible color definition on input line 551. Package xcolor Warning: Incompatible color definition on input line 551.
Package xcolor Warning: Incompatible color definition on input line 557. Package xcolor Warning: Incompatible color definition on input line 556.
Package xcolor Warning: Incompatible color definition on input line 561. Package xcolor Warning: Incompatible color definition on input line 563.
Package xcolor Warning: Incompatible color definition on input line 561. Package xcolor Warning: Incompatible color definition on input line 563.
Package xcolor Warning: Incompatible color definition on input line 566. Package xcolor Warning: Incompatible color definition on input line 569.
Package xcolor Warning: Incompatible color definition on input line 573. Package xcolor Warning: Incompatible color definition on input line 573.
...@@ -1101,16 +1115,16 @@ Package xcolor Warning: Incompatible color definition on input line 573. ...@@ -1101,16 +1115,16 @@ Package xcolor Warning: Incompatible color definition on input line 573.
Package xcolor Warning: Incompatible color definition on input line 573. Package xcolor Warning: Incompatible color definition on input line 573.
Package xcolor Warning: Incompatible color definition on input line 579. Package xcolor Warning: Incompatible color definition on input line 578.
Package xcolor Warning: Incompatible color definition on input line 583. Package xcolor Warning: Incompatible color definition on input line 585.
Package xcolor Warning: Incompatible color definition on input line 583. Package xcolor Warning: Incompatible color definition on input line 585.
Package xcolor Warning: Incompatible color definition on input line 588. Package xcolor Warning: Incompatible color definition on input line 591.
Package xcolor Warning: Incompatible color definition on input line 595. Package xcolor Warning: Incompatible color definition on input line 595.
...@@ -1119,16 +1133,16 @@ Package xcolor Warning: Incompatible color definition on input line 595. ...@@ -1119,16 +1133,16 @@ Package xcolor Warning: Incompatible color definition on input line 595.
Package xcolor Warning: Incompatible color definition on input line 595. Package xcolor Warning: Incompatible color definition on input line 595.
Package xcolor Warning: Incompatible color definition on input line 601. Package xcolor Warning: Incompatible color definition on input line 600.
Package xcolor Warning: Incompatible color definition on input line 605. Package xcolor Warning: Incompatible color definition on input line 607.
Package xcolor Warning: Incompatible color definition on input line 605. Package xcolor Warning: Incompatible color definition on input line 607.
Package xcolor Warning: Incompatible color definition on input line 610. Package xcolor Warning: Incompatible color definition on input line 613.
Package xcolor Warning: Incompatible color definition on input line 617. Package xcolor Warning: Incompatible color definition on input line 617.
...@@ -1137,116 +1151,116 @@ Package xcolor Warning: Incompatible color definition on input line 617. ...@@ -1137,116 +1151,116 @@ Package xcolor Warning: Incompatible color definition on input line 617.
Package xcolor Warning: Incompatible color definition on input line 617. Package xcolor Warning: Incompatible color definition on input line 617.
Package xcolor Warning: Incompatible color definition on input line 617. Package xcolor Warning: Incompatible color definition on input line 622.
[7] [7]
Package xcolor Warning: Incompatible color definition on input line 617. Package xcolor Warning: Incompatible color definition on input line 629.
Package xcolor Warning: Incompatible color definition on input line 617. Package xcolor Warning: Incompatible color definition on input line 629.
Package xcolor Warning: Incompatible color definition on input line 623. Package xcolor Warning: Incompatible color definition on input line 635.
Package xcolor Warning: Incompatible color definition on input line 627. Package xcolor Warning: Incompatible color definition on input line 639.
Package xcolor Warning: Incompatible color definition on input line 627. Package xcolor Warning: Incompatible color definition on input line 639.
Package xcolor Warning: Incompatible color definition on input line 631. Package xcolor Warning: Incompatible color definition on input line 643.
Package xcolor Warning: Incompatible color definition on input line 638. Package xcolor Warning: Incompatible color definition on input line 650.
Package xcolor Warning: Incompatible color definition on input line 638. Package xcolor Warning: Incompatible color definition on input line 650.
Package xcolor Warning: Incompatible color definition on input line 644. Package xcolor Warning: Incompatible color definition on input line 656.
Package xcolor Warning: Incompatible color definition on input line 648. Package xcolor Warning: Incompatible color definition on input line 660.
Package xcolor Warning: Incompatible color definition on input line 648. Package xcolor Warning: Incompatible color definition on input line 660.
Package xcolor Warning: Incompatible color definition on input line 652. Package xcolor Warning: Incompatible color definition on input line 664.
Package xcolor Warning: Incompatible color definition on input line 659. Package xcolor Warning: Incompatible color definition on input line 671.
Package xcolor Warning: Incompatible color definition on input line 659. Package xcolor Warning: Incompatible color definition on input line 671.
Package hyperref Warning: Difference (2) between bookmark levels is greater Package hyperref Warning: Difference (2) between bookmark levels is greater
(hyperref) than one, level fixed on input line 677. (hyperref) than one, level fixed on input line 689.
Package xcolor Warning: Incompatible color definition on input line 685. Package xcolor Warning: Incompatible color definition on input line 697.
Package xcolor Warning: Incompatible color definition on input line 689. Package xcolor Warning: Incompatible color definition on input line 701.
Package xcolor Warning: Incompatible color definition on input line 689. Package xcolor Warning: Incompatible color definition on input line 701.
Package xcolor Warning: Incompatible color definition on input line 696. Package xcolor Warning: Incompatible color definition on input line 708.
Package xcolor Warning: Incompatible color definition on input line 704. Package xcolor Warning: Incompatible color definition on input line 716.
Package xcolor Warning: Incompatible color definition on input line 704. Package xcolor Warning: Incompatible color definition on input line 716.
[8] [8]
Package xcolor Warning: Incompatible color definition on input line 720. Package xcolor Warning: Incompatible color definition on input line 732.
Package xcolor Warning: Incompatible color definition on input line 726. Package xcolor Warning: Incompatible color definition on input line 738.
Package xcolor Warning: Incompatible color definition on input line 726. Package xcolor Warning: Incompatible color definition on input line 738.
Package xcolor Warning: Incompatible color definition on input line 745. Package xcolor Warning: Incompatible color definition on input line 757.
Package xcolor Warning: Incompatible color definition on input line 754. Package xcolor Warning: Incompatible color definition on input line 766.
Package xcolor Warning: Incompatible color definition on input line 754. Package xcolor Warning: Incompatible color definition on input line 766.
[9] [9]
Package xcolor Warning: Incompatible color definition on input line 786. Package xcolor Warning: Incompatible color definition on input line 798.
Package xcolor Warning: Incompatible color definition on input line 792. Package xcolor Warning: Incompatible color definition on input line 804.
Package xcolor Warning: Incompatible color definition on input line 792. Package xcolor Warning: Incompatible color definition on input line 804.
Package atveryend Info: Empty hook `BeforeClearDocument' on input line 816. Package atveryend Info: Empty hook `BeforeClearDocument' on input line 828.
[10] [10]
Package atveryend Info: Empty hook `AfterLastShipout' on input line 816. Package atveryend Info: Empty hook `AfterLastShipout' on input line 828.
(./exercice_fr.aux) (./exercice_fr.aux)
Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 816. Package atveryend Info: Executing hook `AtVeryEndDocument' on input line 828.
Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 816. Package atveryend Info: Executing hook `AtEndAfterFileList' on input line 828.
Package rerunfilecheck Info: File `exercice_fr.out' has not changed. Package rerunfilecheck Info: File `exercice_fr.out' has not changed.
(rerunfilecheck) Checksum: AA0EB80DB2301816D62E873CDC0D574F;6382. (rerunfilecheck) Checksum: AA0EB80DB2301816D62E873CDC0D574F;6382.
Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 816. Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 828.
) )
Here is how much of TeX's memory you used: Here is how much of TeX's memory you used:
14775 strings out of 492616 14775 strings out of 492616
215137 string characters out of 6129481 215137 string characters out of 6129481
342038 words of memory out of 5000000 342035 words of memory out of 5000000
18389 multiletter control sequences out of 15000+600000 18389 multiletter control sequences out of 15000+600000
52320 words of font info for 73 fonts, out of 8000000 for 9000 52320 words of font info for 73 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191 1141 hyphenation exceptions out of 8191
...@@ -1260,7 +1274,7 @@ m/lmr12.pfb></usr/local/texlive/2019/texmf-dist/fonts/type1/public/lm/lmr17.pfb ...@@ -1260,7 +1274,7 @@ m/lmr12.pfb></usr/local/texlive/2019/texmf-dist/fonts/type1/public/lm/lmr17.pfb
></usr/local/texlive/2019/texmf-dist/fonts/type1/public/lm/lmtk10.pfb></usr/loc ></usr/local/texlive/2019/texmf-dist/fonts/type1/public/lm/lmtk10.pfb></usr/loc
al/texlive/2019/texmf-dist/fonts/type1/public/lm/lmtt10.pfb></usr/local/texlive al/texlive/2019/texmf-dist/fonts/type1/public/lm/lmtt10.pfb></usr/local/texlive
/2019/texmf-dist/fonts/type1/public/lm/lmtti10.pfb> /2019/texmf-dist/fonts/type1/public/lm/lmtti10.pfb>
Output written on exercice_fr.pdf (10 pages, 248764 bytes). Output written on exercice_fr.pdf (10 pages, 249336 bytes).
PDF statistics: PDF statistics:
241 PDF objects out of 1000 (max. 8388607) 241 PDF objects out of 1000 (max. 8388607)
206 compressed objects within 3 object streams 206 compressed objects within 3 object streams
......
\BOOKMARK [3][-]{section*.1}{\376\377\000D\000\351\000b\000u\000t\000:\000\040\000c\000h\000a\000r\000g\000e\000m\000e\000n\000t\000\040\000d\000e\000s\000\040\000p\000a\000c\000k\000a\000g\000e\000s\000\040\000p\000o\000u\000v\000a\000n\000t\000\040\000\352\000t\000r\000e\000\040\000u\000t\000i\000l\000e\000s}{}% 1
\BOOKMARK [3][-]{section*.2}{\376\377\000P\000u\000i\000s\000\040\000l\000'\000i\000m\000p\000o\000r\000t\000\040\000d\000e\000s\000\040\000d\000o\000n\000n\000\351\000e\000s}{}% 2
\BOOKMARK [3][-]{section*.3}{\376\377\000M\000i\000s\000s\000i\000o\000n\000\040\0001}{}% 3
\BOOKMARK [2][-]{section*.4}{\376\377\000C\000r\000e\000a\000t\000i\000o\000n\000\040\000d\000u\000\040\000t\000a\000b\000l\000e\000a\000u\000\040\000:}{}% 4
\BOOKMARK [2][-]{section*.5}{\376\377\000C\000a\000l\000c\000u\000l\000\040\000d\000e\000s\000\040\000t\000a\000u\000x\000\040\000d\000e\000\040\000m\000o\000r\000t\000a\000l\000i\000t\000\351\000\040\000:}{}% 5
\BOOKMARK [1][-]{section*.6}{\376\377\000C\000r\000e\000a\000t\000i\000o\000n\000\040\000d\000'\000u\000n\000\040\000t\000a\000b\000l\000e\000a\000u\000\040\000d\000e\000\040\000c\000o\000n\000t\000i\000g\000e\000n\000c\000e}{}% 6
\BOOKMARK [1][-]{section*.7}{\376\377\000R\000e\000p\000r\000e\000s\000e\000n\000t\000a\000t\000i\000o\000n\000\040\000g\000r\000a\000p\000h\000i\000q\000u\000e}{}% 7
\BOOKMARK [1][-]{section*.8}{\376\377\000C\000a\000l\000c\000u\000l\000\040\000d\000e\000s\000\040\000i\000n\000t\000e\000r\000v\000a\000l\000l\000e\000s\000\040\000d\000e\000\040\000c\000o\000n\000f\000i\000a\000n\000c\000e\000\040\000d\000e\000s\000\040\000p\000r\000o\000p\000o\000r\000t\000i\000o\000n\000s}{}% 8
\BOOKMARK [2][-]{section*.9}{\376\377\000M\000i\000s\000s\000i\000o\000n\000\040\0002}{section*.8}% 9
\BOOKMARK [2][-]{section*.10}{\376\377\000P\000r\000e\000m\000i\000\350\000r\000e\000\040\000\351\000t\000a\000p\000e\000\040\000:\000\040\000c\000r\000\351\000a\000t\000i\000o\000n\000\040\000d\000e\000\040\000l\000a\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000c\000l\000a\000s\000s\000e\000\040\000d\000'\000\342\000g\000e}{section*.8}% 10
\BOOKMARK [2][-]{section*.11}{\376\377\000D\000e\000u\000x\000i\000\350\000m\000e\000\040\000\351\000t\000a\000p\000e\000\040\000o\000n\000\040\000r\000e\000f\000a\000i\000t\000\040\000l\000e\000s\000\040\000t\000a\000b\000l\000e\000a\000u\000x\000\040\000d\000e\000\040\000c\000o\000n\000t\000i\000n\000g\000e\000n\000c\000e\000\040\000m\000a\000i\000s\000\040\000c\000e\000t\000t\000e\000\040\000f\000o\000i\000s\000-\000c\000i\000\040\000d\000e\000\040\000m\000a\000n\000i\000\350\000r\000e\000\040\000p\000l\000u\000s\000\040\000o\000p\000t\000i\000m\000i\000s\000\351\000e}{section*.8}% 11
\BOOKMARK [2][-]{section*.12}{\376\377\000E\000t\000\040\000m\000a\000i\000n\000t\000e\000n\000a\000n\000t\000\040\000o\000n\000\040\000t\000r\000a\000c\000e\000\040\000l\000e\000s\000\040\000b\000a\000r\000p\000l\000o\000t\000s}{section*.8}% 12
\BOOKMARK [2][-]{section*.13}{\376\377\000E\000t\000\040\000m\000a\000i\000n\000t\000e\000n\000a\000n\000t\000\040\000o\000n\000\040\000p\000e\000u\000t\000\040\000o\000b\000t\000e\000n\000i\000r\000\040\000l\000e\000s\000\040\000i\000n\000t\000e\000r\000v\000a\000l\000l\000e\000s\000\040\000d\000e\000\040\000c\000o\000n\000f\000i\000a\000n\000c\000e}{section*.8}% 13
\BOOKMARK [1][-]{section*.14}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000p\000r\000e\000m\000i\000e\000r\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000n\000o\000n\000\040\000f\000u\000m\000e\000u\000s\000e\000s\000\040\000d\000e\000c\000e\000d\000e\000e\000s}{}% 14
\BOOKMARK [1][-]{section*.15}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000p\000r\000e\000m\000i\000e\000r\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000f\000u\000m\000e\000u\000s\000e\000s\000\040\000d\000e\000c\000e\000d\000e\000e\000s}{}% 15
\BOOKMARK [1][-]{section*.16}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000d\000e\000u\000x\000i\000\350\000m\000e\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000n\000o\000n\000\040\000f\000u\000m}{}% 16
\BOOKMARK [1][-]{section*.17}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000d\000e\000u\000x\000i\000\350\000m\000e\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000f\000u\000m}{}% 17
\BOOKMARK [1][-]{section*.18}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000t\000r\000o\000i\000s\000i\000e\000m\000e\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000n\000o\000n\000\040\000f\000u\000m}{}% 18
\BOOKMARK [1][-]{section*.19}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000t\000r\000o\000i\000s\000i\000e\000m\000e\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000f\000u\000m}{}% 19
\BOOKMARK [1][-]{section*.20}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000q\000u\000a\000t\000r\000i\000e\000m\000e\000\040\000g\000r\000o\000u\000p\000e\000\040\000d\000'\000a\000g\000e\000\040\000n\000o\000n\000\040\000f\000u\000m}{}% 20
\BOOKMARK [2][-]{section*.21}{\376\377\000M\000i\000s\000s\000i\000o\000n\000\040\0003}{section*.20}% 21
\BOOKMARK [2][-]{section*.22}{\376\377\000O\000n\000\040\000c\000o\000m\000m\000e\000n\000c\000e\000\040\000p\000a\000r\000\040\000b\000i\000e\000n\000\040\000c\000o\000d\000e\000r\000\040\000l\000a\000\040\000v\000a\000r\000i\000a\000b\000l\000e\000\040\000d\000\351\000c\000\350\000s}{section*.20}% 22
\BOOKMARK [2][-]{section*.23}{\376\377\000E\000n\000s\000u\000i\000t\000e\000\040\000o\000n\000\040\000f\000a\000i\000t\000\040\000l\000a\000\040\000r\000e\000g\000r\000e\000s\000s\000i\000o\000n\000\040\000l\000o\000g\000i\000s\000t\000i\000q\000u\000e\000,\000\040\000d\000'\000a\000b\000o\000r\000d\000\040\000u\000n\000i\000v\000a\000r\000i\000a\000b\000l\000e\000.}{section*.20}% 23
\BOOKMARK [1][-]{section*.24}{\376\377\000P\000o\000u\000r\000\040\000l\000e\000\040\000t\000a\000b\000a\000c\000\040\000:}{}% 24
\BOOKMARK [1][-]{section*.25}{\376\377\000P\000o\000u\000r\000\040\000l\000'\000\342\000g\000e\000\040\000:}{}% 25
\BOOKMARK [2][-]{section*.26}{\376\377\000M\000o\000d\000\350\000l\000e\000\040\000m\000u\000l\000t\000i\000v\000a\000r\000i\000a\000b\000l\000e}{section*.25}% 26
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