Import work from year 2013-2014
This commit is contained in:
BIN
3ePro/GrpA/4eProj/4eProj.pdf
Normal file
BIN
3ePro/GrpA/4eProj/4eProj.pdf
Normal file
Binary file not shown.
115
3ePro/GrpA/4eProj/4eProj.tex
Normal file
115
3ePro/GrpA/4eProj/4eProj.tex
Normal file
@@ -0,0 +1,115 @@
|
||||
\documentclass[a4paper,10pt]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classCours}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/2013_2014}
|
||||
|
||||
% Title Page
|
||||
\titre{Projet Bateau-Hôtel}
|
||||
% \quatreC \quatreD \troisB \troisPro
|
||||
\classe{\troisPro $\quad$ Groupe A}
|
||||
\date{2013-2014}
|
||||
|
||||
\renewcommand{\arraystretch}{2}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
|
||||
%\section*{Répartition des taches}
|
||||
%
|
||||
%\begin{itemize}
|
||||
% \item Plan du bateau: Ricardo - Youssef - Nicolas - Jérome
|
||||
% \item Déterminer la route du bateau: Quentin - Delphine - Léo
|
||||
% \item Gestion de la cuisine: Intissar - Manon - Samuel - Amine
|
||||
% \item Gestion des activités: Delphine - Amine
|
||||
% \item Gestion du personnel: Delphine
|
||||
% \item Gestion des ventes: Yousseff
|
||||
%\end{itemize}
|
||||
|
||||
\section{Étude du comportement des touristes}
|
||||
Dans une revue, on trouve un article consacré aux vacances. Dans cet article figure un sondage réalisé sur un échantillon de 972 français. La question posée lors de ce sondage est :"Pour vos vacances, quel est votre mode d'hébergement préféré?". Après dépouillement, voici le résultat du sondage:
|
||||
\begin{itemize}
|
||||
\item Location: \dotfill 324 réponses.
|
||||
\item L'hôtel: \dotfill 138 réponses.
|
||||
\item Le bateau: \dotfill 187 réponses.
|
||||
\item Les gîtes: \dotfill 83 réponses.
|
||||
\item Le camping: \dotfill 240 réponses.
|
||||
\end{itemize}
|
||||
\begin{enumerate}
|
||||
\item Est-ce que tout le monde a répondu à ce sondage?
|
||||
|
||||
\vspace{0.5cm}
|
||||
.\dotfill
|
||||
\vspace{0.5cm}
|
||||
|
||||
\item Calculer le pourcentage de personnes ayant répondu le \textbf{camping} puis le pourcentage de personnes ayant répondu le \textbf{bateau}.
|
||||
\begin{itemize}
|
||||
\item Pourcentage pour le camping: \dotfill
|
||||
\vspace{0.5cm}
|
||||
\item Pourcentage pour le bateau: \dotfill
|
||||
\vspace{0.5cm}
|
||||
\end{itemize}
|
||||
|
||||
\item Completer le tableau suivant
|
||||
\begin{table}[h]
|
||||
\begin{tabular}{|p{5cm}|p{5cm}|p{5cm}|}
|
||||
\hline
|
||||
Mode d'hébergement & Effectif & Pourcentage \\
|
||||
\hline
|
||||
Location & \dotfill & 33 \\
|
||||
\hline
|
||||
\dotfill & 240 & 25 \\
|
||||
\hline
|
||||
Bateau & 187 & \dotfill \\
|
||||
\hline
|
||||
Hôtel & \dotfill & 14 \\
|
||||
\hline
|
||||
\dotfill & 83 & 9 \\
|
||||
\hline
|
||||
\textbf{Total} & \textbf{972} & \textbf{100} \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
\end{table}
|
||||
\item Dans la revue, on peut lire la phrase suivante: "Une fois encore, c'est la location que les Français devraient majoritairement choisir pour les vacances".
|
||||
|
||||
Cette affirmation est-elle correcte? Justifier votre réponse.
|
||||
|
||||
\vspace{0.5cm}
|
||||
.\dotfill
|
||||
\vspace{0.5cm}
|
||||
\end{enumerate}
|
||||
|
||||
\section{Gestion des employés}
|
||||
On veut étudier le salaire des employés. Ce salaire est proportionnel au nombre d'heures de travail.
|
||||
|
||||
\begin{center}
|
||||
\begin{tabular}{|c|c|c|c|c|c|c|}
|
||||
\hline
|
||||
Salaire (en \euro) & & 72 & 108 & & 216 & 252\\
|
||||
\hline
|
||||
Nombre d'heures & 2 & 10 & & 25 & & 35 \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
|
||||
\begin{enumerate}
|
||||
\item À partir des éléments du tableau, calculer le salaire horaire (salaire pour une heure de travail)
|
||||
|
||||
\vspace{0.5cm}
|
||||
.\dotfill \\
|
||||
.\dotfill
|
||||
\vspace{0.5cm}
|
||||
\item Compléter le tableau
|
||||
\item Représenter les données du tableau sur le graphique suivant:
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.5]{./fig/dessin.pdf}
|
||||
\end{center}
|
||||
\item Grâce au graphique, déterminer le salaire obtenu pour 20h de travail.
|
||||
\end{enumerate}
|
||||
|
||||
\end{document}
|
||||
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
BIN
3ePro/GrpA/4eProj/fig/dessin.pdf
Normal file
BIN
3ePro/GrpA/4eProj/fig/dessin.pdf
Normal file
Binary file not shown.
335
3ePro/GrpA/4eProj/fig/dessin.svg
Normal file
335
3ePro/GrpA/4eProj/fig/dessin.svg
Normal file
@@ -0,0 +1,335 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
||||
xmlns:cc="http://creativecommons.org/ns#"
|
||||
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
width="210mm"
|
||||
height="297mm"
|
||||
id="svg2"
|
||||
version="1.1"
|
||||
inkscape:version="0.48.4 r9939"
|
||||
sodipodi:docname="Nouveau document 1">
|
||||
<defs
|
||||
id="defs4">
|
||||
<marker
|
||||
inkscape:stockid="Arrow2Lend"
|
||||
orient="auto"
|
||||
refY="0.0"
|
||||
refX="0.0"
|
||||
id="Arrow2Lend"
|
||||
style="overflow:visible;">
|
||||
<path
|
||||
id="path3800"
|
||||
style="fill-rule:evenodd;stroke-width:0.62500000;stroke-linejoin:round;"
|
||||
d="M 8.7185878,4.0337352 L -2.2072895,0.016013256 L 8.7185884,-4.0017078 C 6.9730900,-1.6296469 6.9831476,1.6157441 8.7185878,4.0337352 z "
|
||||
transform="scale(1.1) rotate(180) translate(1,0)" />
|
||||
</marker>
|
||||
</defs>
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.56307181"
|
||||
inkscape:cx="440.2999"
|
||||
inkscape:cy="458.1867"
|
||||
inkscape:document-units="px"
|
||||
inkscape:current-layer="layer1"
|
||||
showgrid="false"
|
||||
inkscape:window-width="1278"
|
||||
inkscape:window-height="1004"
|
||||
inkscape:window-x="1366"
|
||||
inkscape:window-y="18"
|
||||
inkscape:window-maximized="0" />
|
||||
<metadata
|
||||
id="metadata7">
|
||||
<rdf:RDF>
|
||||
<cc:Work
|
||||
rdf:about="">
|
||||
<dc:format>image/svg+xml</dc:format>
|
||||
<dc:type
|
||||
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
|
||||
<dc:title></dc:title>
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Calque 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1">
|
||||
<g
|
||||
id="g5060"
|
||||
transform="translate(-5.3279172,-81.69473)"
|
||||
inkscape:export-filename="/media/documents/Cours/Prof/Enseignements/3ePro/GrpA/4eProj/fig/graphSalaire.png"
|
||||
inkscape:export-xdpi="90"
|
||||
inkscape:export-ydpi="90">
|
||||
<g
|
||||
transform="matrix(0.70093762,0,0,-0.70093762,85.381558,984.42234)"
|
||||
id="g4593">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 0,1052.3622 M 20,0 20,1052.3622 M 40,0 40,1052.3622 M 60,0 60,1052.3622 M 80,0 80,1052.3622 M 100,0 100,1052.3622 M 120,0 120,1052.3622 M 140,0 140,1052.3622 M 160,0 160,1052.3622 M 180,0 180,1052.3622 M 200,0 200,1052.3622 M 220,0 220,1052.3622 M 240,0 240,1052.3622 M 260,0 260,1052.3622 M 280,0 280,1052.3622 M 300,0 300,1052.3622 M 320,0 320,1052.3622 M 340,0 340,1052.3622 M 360,0 360,1052.3622 M 380,0 380,1052.3622 M 400,0 400,1052.3622 M 420,0 420,1052.3622 M 440,0 440,1052.3622 M 460,0 460,1052.3622 M 480,0 480,1052.3622 M 500,0 500,1052.3622 M 520,0 520,1052.3622 M 540,0 540,1052.3622 M 560,0 560,1052.3622 M 580,0 580,1052.3622 M 600,0 600,1052.3622 M 620,0 620,1052.3622 M 640,0 640,1052.3622 M 660,0 660,1052.3622 M 680,0 680,1052.3622 M 700,0 700,1052.3622 M 720,0 720,1052.3622 M 740,0 740,1052.3622 M 0,0 744.09448,0 M 0,20 744.09448,20 M 0,40 744.09448,40 M 0,60 744.09448,60 M 0,80 744.09448,80 M 0,100 744.09448,100 M 0,120 744.09448,120 M 0,140 744.09448,140 M 0,160 744.09448,160 M 0,180 744.09448,180 M 0,200 744.09448,200 M 0,220 744.09448,220 M 0,240 744.09448,240 M 0,260 744.09448,260 M 0,280 744.09448,280 M 0,300 744.09448,300 M 0,320 744.09448,320 M 0,340 744.09448,340 M 0,360 744.09448,360 M 0,380 744.09448,380 M 0,400 744.09448,400 M 0,420 744.09448,420 M 0,440 744.09448,440 M 0,460 744.09448,460 M 0,480 744.09448,480 M 0,500 744.09448,500 M 0,520 744.09448,520 M 0,540 744.09448,540 M 0,560 744.09448,560 M 0,580 744.09448,580 M 0,600 744.09448,600 M 0,620 744.09448,620 M 0,640 744.09448,640 M 0,660 744.09448,660 M 0,680 744.09448,680 M 0,700 744.09448,700 M 0,720 744.09448,720 M 0,740 744.09448,740 M 0,760 744.09448,760 M 0,780 744.09448,780 M 0,800 744.09448,800 M 0,820 744.09448,820 M 0,840 744.09448,840 M 0,860 744.09448,860 M 0,880 744.09448,880 M 0,900 744.09448,900 M 0,920 744.09448,920 M 0,940 744.09448,940 M 0,960 744.09448,960 M 0,980 744.09448,980 M 0,1000 l 744.09448,0 M 0,1020 l 744.09448,0 M 0,1040 l 744.09448,0"
|
||||
style="fill:none;stroke:#000000;stroke-width:1pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="path3771" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 0,1052.3622 M 100,0 100,1052.3622 M 200,0 200,1052.3622 M 300,0 300,1052.3622 M 400,0 400,1052.3622 M 500,0 500,1052.3622 M 600,0 600,1052.3622 M 700,0 700,1052.3622 M 0,0 744.09448,0 M 0,100 744.09448,100 M 0,200 744.09448,200 M 0,300 744.09448,300 M 0,400 744.09448,400 M 0,500 744.09448,500 M 0,600 744.09448,600 M 0,700 744.09448,700 M 0,800 744.09448,800 M 0,900 744.09448,900 M 0,1000 l 744.09448,0"
|
||||
style="fill:none;stroke:#000000;stroke-width:1.5pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="path4589" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
d="M 0,0 0,1052.3622 M 100,0 100,1052.3622 M 200,0 200,1052.3622 M 300,0 300,1052.3622 M 400,0 400,1052.3622 M 500,0 500,1052.3622 M 600,0 600,1052.3622 M 700,0 700,1052.3622 M 0,0 744.09448,0 M 0,100 744.09448,100 M 0,200 744.09448,200 M 0,300 744.09448,300 M 0,400 744.09448,400 M 0,500 744.09448,500 M 0,600 744.09448,600 M 0,700 744.09448,700 M 0,800 744.09448,800 M 0,900 744.09448,900 M 0,1000 l 744.09448,0"
|
||||
style="fill:none;stroke:#000000;stroke-width:5pt;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
|
||||
id="path4591" />
|
||||
</g>
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4598"
|
||||
d="m 84.422905,985.03714 0,-758.98239"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.37171865;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow2Lend)" />
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path4784"
|
||||
d="m 83.364353,983.97859 549.388927,0"
|
||||
style="fill:none;stroke:#000000;stroke-width:3.37171865;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-end:url(#Arrow2Lend)" />
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4968"
|
||||
y="1018.9108"
|
||||
x="37.846581"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
id="tspan4972"
|
||||
y="1018.9108"
|
||||
x="37.846581"
|
||||
sodipodi:role="line">0</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4976"
|
||||
y="1018.7216"
|
||||
x="144.26001"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="1018.7216"
|
||||
x="144.26001"
|
||||
id="tspan4978"
|
||||
sodipodi:role="line">5</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4980"
|
||||
y="1018.9108"
|
||||
x="207.10277"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="1018.9108"
|
||||
x="207.10277"
|
||||
id="tspan4982"
|
||||
sodipodi:role="line">10</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4984"
|
||||
y="1018.7216"
|
||||
x="269.32858"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="1018.7216"
|
||||
x="269.32858"
|
||||
id="tspan4986"
|
||||
sodipodi:role="line">15</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4988"
|
||||
y="1018.9108"
|
||||
x="343.57718"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="1018.9108"
|
||||
x="343.57718"
|
||||
id="tspan4990"
|
||||
sodipodi:role="line">20</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4992"
|
||||
y="1018.8943"
|
||||
x="417.44714"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="1018.8943"
|
||||
x="417.44714"
|
||||
id="tspan4994"
|
||||
sodipodi:role="line">25</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text4996"
|
||||
y="1018.9108"
|
||||
x="491.13596"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="1018.9108"
|
||||
x="491.13596"
|
||||
id="tspan4998"
|
||||
sodipodi:role="line">30</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5000"
|
||||
y="1018.8943"
|
||||
x="553.36182"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="1018.8943"
|
||||
x="553.36182"
|
||||
id="tspan5002"
|
||||
sodipodi:role="line">35</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5004"
|
||||
y="920.46545"
|
||||
x="24.491608"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="920.46545"
|
||||
x="24.491608"
|
||||
id="tspan5006"
|
||||
sodipodi:role="line">25</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5008"
|
||||
y="843.19104"
|
||||
x="24.055325"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="843.19104"
|
||||
x="24.055325"
|
||||
id="tspan5010"
|
||||
sodipodi:role="line">50</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5012"
|
||||
y="781.79498"
|
||||
x="24.540998"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="781.79498"
|
||||
x="24.540998"
|
||||
id="tspan5014"
|
||||
sodipodi:role="line">75</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5016"
|
||||
y="711.93054"
|
||||
x="14.383036"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="711.93054"
|
||||
x="14.383036"
|
||||
id="tspan5018"
|
||||
sodipodi:role="line">100</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5020"
|
||||
y="638.89032"
|
||||
x="14.531207"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="638.89032"
|
||||
x="14.531207"
|
||||
id="tspan5022"
|
||||
sodipodi:role="line">125</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5024"
|
||||
y="576.43573"
|
||||
x="14.383036"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="576.43573"
|
||||
x="14.383036"
|
||||
id="tspan5026"
|
||||
sodipodi:role="line">150</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5028"
|
||||
y="505.5127"
|
||||
x="14.531207"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="505.5127"
|
||||
x="14.531207"
|
||||
id="tspan5030"
|
||||
sodipodi:role="line">175</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5032"
|
||||
y="428.23831"
|
||||
x="15.058038"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="428.23831"
|
||||
x="15.058038"
|
||||
id="tspan5034"
|
||||
sodipodi:role="line">200</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5036"
|
||||
y="367.90085"
|
||||
x="15.206208"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="367.90085"
|
||||
x="15.206208"
|
||||
id="tspan5038"
|
||||
sodipodi:role="line">225</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5040"
|
||||
y="300.15344"
|
||||
x="15.058038"
|
||||
style="font-size:33.71718597px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="300.15344"
|
||||
x="15.058038"
|
||||
id="tspan5042"
|
||||
sodipodi:role="line">250</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5044"
|
||||
y="209.77173"
|
||||
x="25.483723"
|
||||
style="font-size:35.37703705px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="209.77173"
|
||||
x="25.483723"
|
||||
id="tspan5046"
|
||||
sodipodi:role="line">Salaire</tspan></text>
|
||||
<text
|
||||
sodipodi:linespacing="125%"
|
||||
id="text5048"
|
||||
y="1018.6906"
|
||||
x="611.36084"
|
||||
style="font-size:35.37703705px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
|
||||
xml:space="preserve"><tspan
|
||||
y="1018.6906"
|
||||
x="611.36084"
|
||||
id="tspan5050"
|
||||
sodipodi:role="line">Heures</tspan></text>
|
||||
</g>
|
||||
<flowRoot
|
||||
xml:space="preserve"
|
||||
id="flowRoot5052"
|
||||
style="fill:black;stroke:none;stroke-opacity:1;stroke-width:1px;stroke-linejoin:miter;stroke-linecap:butt;fill-opacity:1;font-family:Droid Sans;font-style:normal;font-weight:normal;font-size:40px;line-height:125%;letter-spacing:0px;word-spacing:0px;-inkscape-font-specification:Droid Sans;font-stretch:normal;font-variant:normal"><flowRegion
|
||||
id="flowRegion5054"><rect
|
||||
id="rect5056"
|
||||
width="1253.8365"
|
||||
height="1392.3623"
|
||||
x="-179.37321"
|
||||
y="-114.45168" /></flowRegion><flowPara
|
||||
id="flowPara5058"></flowPara></flowRoot> </g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 18 KiB |
BIN
3ePro/GrpA/4eProj/fig/graphSalaire.png
Normal file
BIN
3ePro/GrpA/4eProj/fig/graphSalaire.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 58 KiB |
19
3ePro/GrpA/4eProj/index.rst
Normal file
19
3ePro/GrpA/4eProj/index.rst
Normal file
@@ -0,0 +1,19 @@
|
||||
Notes sur 4eProj
|
||||
################
|
||||
|
||||
:date: 2014-07-01
|
||||
:modified: 2014-07-01
|
||||
:tags:
|
||||
:category: 3ePro
|
||||
:authors: Benjamin Bertrand
|
||||
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
|
||||
|
||||
|
||||
|
||||
`Lien vers 4eProj.pdf <4eProj.pdf>`_
|
||||
|
||||
`Lien vers 4eProj.tex <4eProj.tex>`_
|
||||
|
||||
`Lien vers fig/graphSalaire.png <fig/graphSalaire.png>`_
|
||||
|
||||
`Lien vers fig/dessin.pdf <fig/dessin.pdf>`_
|
||||
Reference in New Issue
Block a user