Compare commits
No commits in common. "6cf38c09b36789f38c7da41d57cdea8ba1caa39b" and "7d5c4da3a281ea8f41ded7c70474eb67594b4ac2" have entirely different histories.
6cf38c09b3
...
7d5c4da3a2
Binary file not shown.
@ -1,39 +0,0 @@
|
||||
\documentclass[a4paper,10pt, landscape]{article}
|
||||
\usepackage{myXsim}
|
||||
\usepackage{csvsimple}
|
||||
|
||||
\author{Benjamin Bertrand}
|
||||
\title{Données Enseignements Scientitfiques}
|
||||
\date{Septembre 2020}
|
||||
|
||||
%\pagestyle{empty}
|
||||
|
||||
\newcommand\donnees{
|
||||
\vfill
|
||||
Population du Japon
|
||||
|
||||
\csvautotabular{./popjapon.csv}
|
||||
\vfill
|
||||
|
||||
PIB France
|
||||
|
||||
\csvautotabular{./pibfrance.csv}
|
||||
\vfill
|
||||
|
||||
Température moyenne en France
|
||||
|
||||
\csvautotabular{./temperatures.csv}
|
||||
\vfill
|
||||
|
||||
Nombre d'utilisateur d'internet
|
||||
|
||||
\csvautotabular{./utilisateurinternet.csv}
|
||||
\vfill
|
||||
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
\donnees
|
||||
\donnees
|
||||
|
||||
\end{document}
|
@ -1,2 +0,0 @@
|
||||
Annee,1950,1952,1954,1956,1958,1960,1962,1964,1966,1968
|
||||
PIB (en milliards d'euros),15.5,22.8,25.1,29.8,38.8,47,57.1,71,83,98
|
|
@ -1,2 +0,0 @@
|
||||
Annee,1744,1750,1756,1762,1768,1774,1780,1786,1792,1798,1804
|
||||
Population,26153450,25917830,26070712,25921458,26252057,25990451,26010600,25086466,24891441,25471033,25621957
|
|
@ -1,2 +0,0 @@
|
||||
Année,1998,2000,2002,2004,2006,2008,2010,2012,2014,2016
|
||||
Températures moyennes,12.53113,13.12313,13.14513,12.59113,13.23913,12.54513,11.86613,12.79113,13.72713,13.0
|
|
@ -1,2 +0,0 @@
|
||||
Année,1990,1992,1994,1996,1998,2000,2002,2004,2006,2008,2010,2012,2014,2016,2018
|
||||
France,0,0.2,0.6,1.7,4.1,9.3,19.6,25.4,30.5,45.9,50.2,52.9,54.4,51.5,53.3
|
|
Binary file not shown.
@ -10,7 +10,7 @@
|
||||
\tkzInit[xmin=0,xmax=14,xstep=1,
|
||||
ymin=0,ymax=4000,ystep=500]
|
||||
\tkzGrid
|
||||
\tkzDrawX[label={$t (s)$},above=0pt]
|
||||
\tkzDrawX[label={$t$},above=0pt]
|
||||
\tkzDrawY[label={$Distance (m)$}, right=2pt ]
|
||||
\tkzLabelX
|
||||
\tkzLabelY
|
||||
@ -24,7 +24,7 @@
|
||||
\tkzInit[xmin=0,xmax=14,xstep=1,
|
||||
ymin=0,ymax=200,ystep=20]
|
||||
\tkzGrid
|
||||
\tkzDrawX[label={$t (s)$},above=0pt]
|
||||
\tkzDrawX[label={$t$},above=0pt]
|
||||
\tkzDrawY[label={$Hauteur (m)$}, right=2pt ]
|
||||
\tkzLabelX
|
||||
\tkzLabelY
|
||||
|
Loading…
Reference in New Issue
Block a user