Import work from year 2013-2014

This commit is contained in:
Benjamin Bertrand
2017-06-16 09:46:40 +03:00
commit 32262a4ecf
1788 changed files with 113187 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,164 @@
\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}
\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}
\clearpage
\section{Plan du bateau}
\subsection{Taille du bateau}
\paragraph{Directions de travail}
\begin{itemize}
\item Compléter les fiches sur les bateaux ci-dessous.
\item Estimer le nombre de voiture que l'on peut mettre dans un étage du bateau pour les deux bateaux.
\item Combien de chambres peut on mettre dans un étage? Combien de voyageurs chacun des bateaux pourront ils accueillir?
\item Proposez un aménagement d'un étage avec au moins un restaurant et un bar.
\item Proposez d'autres étages et justifier leurs utilités.
\end{itemize}
\subsection{Deux types de bateaux}
\paragraph{Bateau 1:} Ce bateau n'est pas très grand mais son nez très allongé lui permet d'aller très vite.
\begin{minipage}[c]{0.5\textwidth}
\includegraphics[scale=0.25]{fig/bateau1.pdf}
\end{minipage}
\begin{minipage}[c]{0.4\textwidth}
\begin{itemize}
\item Longueur:
\item Largeur:
\item Vitesse: 29 noeuds
\item Capacité de voyageurs:
\item Capacité de véhicules:
\end{itemize}
\end{minipage}
\paragraph{Bateau 2:} Ce bateau est plus grand mais bien moins rapide.
\begin{minipage}[c]{0.5\textwidth}
\includegraphics[scale=0.25]{fig/bateau2.pdf}
\end{minipage}
\begin{minipage}[c]{0.4\textwidth}
\begin{itemize}
\item Longueur:
\item Largeur:
\item Vitesse: 19 noeuds
\item Capacité de voyageurs:
\item Capacité de véhicules:
\end{itemize}
\end{minipage}
\subsection{Quelques éléments à mettre dans le bateau}
\paragraph{Une voiture} peut être vue comme un rectangle de 1,7m par 4,5m.
\paragraph{Une chambre} peut être vue comme un rectangle de 6m par 4m
\paragraph{Un restaurant} peut être vu comme un rectangle de 14m par 40m.
\paragraph{Un bar} peut être vu comme un rectangle de 12m par 20m.
\clearpage
\section{Route du bateau}
\subsection{Proposition d'une route}
Ci-dessous 4 cartes représentant 4 endroits du monde.
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{fig/mediO.png}
\caption{Méditerranée Ouest}
\end{figure}
\begin{figure}[h]
\centering
\includegraphics[width=\textwidth]{fig/mediE.png}
\caption{Méditerranée Est}
\end{figure}
\begin{figure}[h]
\centering
\includegraphics[width=0.7\textwidth]{fig/Atlantique.png}
\caption{Atlantique nord}
\end{figure}
\begin{figure}[h]
\centering
\includegraphics[width=0.7\textwidth]{fig/AsieSE.png}
\caption{Asie du Sud Est}
\end{figure}
\paragraph{Directions de travail}
\begin{itemize}
\item Tracer au moins une proposition de route sur chaque carte. Donner un nom à chaque route et précisez les étapes.
\item Mesurer sur la longueur sur la carte de chacune de ces routes. En utilisant l'échelle en bas à droite de chaque carte, estimer la distance réelle de chacune de ces routes.
\item Estimer le temps de parcours pour chacune de ces routes et pour les deux bateaux proposés.
\end{itemize}
\subsection{Conversions}
\paragraph{Conversion de distances}
\begin{eqnarray*}
1 \mbox{ mile marin } = 1.85 \mbox{ km} \qquad 1 \mbox{ mile } = 1.6 \mbox{ km}
\end{eqnarray*}
\paragraph{Conversion de vitesses}
\begin{eqnarray*}
1 \mbox{ noeud } = 1.85 \mbox{ km/h} \qquad 1 \mbox{ mile/h } = 1.6 \mbox{ km/h}
\end{eqnarray*}
\clearpage
\section{Gestion de la cuisine}
\subsection{Nombre de repas et couverts}
\paragraph{Directions de travail}
Comme on ne connait pas encore le nombre de voyageurs, il est recommandé de faire des prévisions pour 100, 500, 1000 et 2000 voyageurs.
\begin{itemize}
\item Estimer le nombre de couvert nécessaire pour une personne pour un jour. Combien de couverts seront donc nécessaires?
\item On estime la casse ou la perte à 20\%. Quelle quantité de matériel faudra-t-il avoir avant de quitter le port?
\item On décide d'acheter nos fournitures à l'entreprise \textit{Vercou}. Ils nous proposent les tarifs suivants (prix unitaires en \euro)
\begin{center}
\begin{tabular}{|c|c|c|c|}
\hline
Quantité achetée & 100 & 1000 & 10000 \\ \hline
Fourchette & 0.70 & 0.65 & 0.60 \\ \hline
Couteau & 0.80 & 0.65 & 0.60 \\ \hline
Cuillère & 0.60 & 0.60 & 0.50 \\ \hline
Assiette & 5 & 4 & 3,5 \\ \hline
Verre & 1,5 & 1,3 & 1,2 \\ \hline
\end{tabular}
\end{center}
Proposez une commande pour fournir le bateau.
\end{itemize}
\clearpage
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 546 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 KiB

Binary file not shown.

View File

@@ -0,0 +1,243 @@
<?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="1052.3622"
height="744.09448"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="bateau1.svg">
<defs
id="defs4">
<marker
inkscape:stockid="Arrow1Lend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Lend"
style="overflow:visible">
<path
id="path3788"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(-0.8,0,0,-0.8,-10,0)"
inkscape:connector-curvature="0" />
</marker>
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mstart"
style="overflow:visible">
<path
id="path3791"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.4,0,0,0.4,4,0)"
inkscape:connector-curvature="0" />
</marker>
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mend"
style="overflow:visible">
<path
id="path3794"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(-0.4,0,0,-0.4,-4,0)"
inkscape:connector-curvature="0" />
</marker>
<marker
inkscape:stockid="Arrow1Lstart"
orient="auto"
refY="0"
refX="0"
id="Arrow1Lstart"
style="overflow:visible">
<path
id="path3785"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.8,0,0,0.8,10,0)"
inkscape:connector-curvature="0" />
</marker>
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mstart-4"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3791-5"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.4,0,0,0.4,4,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mend-8"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3794-4"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(-0.4,0,0,-0.4,-4,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mstart-7"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3791-6"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.4,0,0,0.4,4,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mend-6"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3794-1"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(-0.4,0,0,-0.4,-4,0)" />
</marker>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.55304154"
inkscape:cx="438.13558"
inkscape:cy="521.51862"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1364"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="274"
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"
transform="translate(0,-308.2677)">
<g
id="g5227"
transform="matrix(0,1,-1,0,1053.6817,397.60126)">
<rect
y="466.77789"
x="177.86313"
height="497.60181"
width="294.31543"
id="rect2985"
style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
<g
id="g5223"
transform="matrix(0,1,-1,0,1053.6817,397.60126)">
<path
inkscape:connector-curvature="0"
id="path3755"
d="M 176.57663,467.80832 325.1497,11.361859"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="path3755-0"
d="M 473.46095,468.70746 324.89609,10.462719"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
<path
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Mstart);marker-mid:none;marker-end:url(#Arrow1Mend)"
d="m 96.71053,549.01424 482.78472,0"
id="path3779"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Mstart);marker-mid:none;marker-end:url(#Arrow1Mend)"
d="m 612.57792,549.01424 403.03738,0"
id="path3779-5"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Mstart);marker-mid:none;marker-end:url(#Arrow1Mend)"
d="m 57.37319,586.43559 0,270.56484"
id="path3779-5-2"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-size:40px;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:Liberation Serif;-inkscape-font-specification:Liberation Serif"
x="301.69666"
y="511.89993"
id="text5230"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
x="301.69666"
y="511.89993"
id="tspan5234">57m</tspan></text>
<text
xml:space="preserve"
style="font-size:40px;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:Liberation Serif;-inkscape-font-specification:Liberation Serif"
x="777.69037"
y="512.10504"
id="text5238"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan5240"
x="777.69037"
y="512.10504">50m</tspan></text>
<text
xml:space="preserve"
style="font-size:40px;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:Liberation Serif;-inkscape-font-specification:Liberation Serif"
x="-758.71997"
y="36.376038"
id="text5242"
sodipodi:linespacing="125%"
transform="matrix(0,-1,1,0,0,0)"><tspan
sodipodi:role="line"
id="tspan5244"
x="-758.71997"
y="36.376038">15m</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

View File

@@ -0,0 +1,267 @@
<?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="1052.3622"
height="744.09448"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="bateau1.pdf">
<defs
id="defs4">
<marker
inkscape:stockid="Arrow1Lend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Lend"
style="overflow:visible">
<path
id="path3788"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(-0.8,0,0,-0.8,-10,0)"
inkscape:connector-curvature="0" />
</marker>
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mstart"
style="overflow:visible">
<path
id="path3791"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.4,0,0,0.4,4,0)"
inkscape:connector-curvature="0" />
</marker>
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mend"
style="overflow:visible">
<path
id="path3794"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(-0.4,0,0,-0.4,-4,0)"
inkscape:connector-curvature="0" />
</marker>
<marker
inkscape:stockid="Arrow1Lstart"
orient="auto"
refY="0"
refX="0"
id="Arrow1Lstart"
style="overflow:visible">
<path
id="path3785"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.8,0,0,0.8,10,0)"
inkscape:connector-curvature="0" />
</marker>
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mstart-4"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3791-5"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.4,0,0,0.4,4,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mend-8"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3794-4"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(-0.4,0,0,-0.4,-4,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mstart-7"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3791-6"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.4,0,0,0.4,4,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mend-6"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3794-1"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(-0.4,0,0,-0.4,-4,0)" />
</marker>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.55304154"
inkscape:cx="438.13558"
inkscape:cy="521.51862"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1364"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="274"
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"
transform="translate(0,-308.2677)">
<g
id="g5227"
transform="matrix(0,1.6595989,-1.2188288,0,1265.4205,200.391)">
<rect
y="466.77789"
x="177.86313"
height="497.60181"
width="294.31543"
id="rect2985"
style="fill:none;stroke:#000000;stroke-width:5;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
<g
id="g5223"
transform="matrix(0,1.6595989,-0.7587461,0,1051.9345,200.391)">
<path
inkscape:connector-curvature="0"
id="path3755"
d="M 176.57663,467.80832 325.1497,11.361859"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
inkscape:connector-curvature="0"
id="path3755-0"
d="M 473.46095,468.70746 324.89609,10.462719"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
</g>
<path
style="fill:none;stroke:#000000;stroke-width:7.02924442;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Mstart);marker-mid:none;marker-end:url(#Arrow1Mend)"
d="m 98.080797,451.67582 590.343313,0"
id="path3779"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:5.82099295;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Mstart);marker-mid:none;marker-end:url(#Arrow1Mend)"
d="m 717.08584,451.67582 320.59426,0"
id="path3779-5"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:6.44127083;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Mstart);marker-mid:none;marker-end:url(#Arrow1Mend)"
d="m 57.37319,513.78025 0,449.02911"
id="path3779-5-2"
inkscape:connector-curvature="0" />
<text
xml:space="preserve"
style="font-size:51.53016663px;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:Liberation Serif;-inkscape-font-specification:Liberation Serif"
x="1083.3918"
y="315.82675"
id="text5238"
sodipodi:linespacing="125%"
transform="scale(0.77624431,1.2882542)"><tspan
sodipodi:role="line"
id="tspan5240"
x="1083.3918"
y="315.82675" /></text>
<text
xml:space="preserve"
style="font-size:66.68675995px;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:Liberation Serif;-inkscape-font-specification:Liberation Serif"
x="-803.35101"
y="35.948479"
id="text5242"
sodipodi:linespacing="125%"
transform="matrix(0,-0.9954593,1.0045614,0,0,0)"><tspan
sodipodi:role="line"
id="tspan5244"
x="-803.35101"
y="35.948479" /></text>
<text
xml:space="preserve"
style="font-size:40px;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:Liberation Serif;-inkscape-font-specification:Liberation Serif"
x="346.25049"
y="411.36151"
id="text5363"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan5365"
x="346.25049"
y="411.36151">140m</tspan></text>
<text
xml:space="preserve"
style="font-size:40px;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:Liberation Serif;-inkscape-font-specification:Liberation Serif"
x="841.18182"
y="411.30292"
id="text5367"
sodipodi:linespacing="125%"><tspan
sodipodi:role="line"
id="tspan5369"
x="841.18182"
y="411.30292">36m</tspan></text>
<text
xml:space="preserve"
style="font-size:40px;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:Liberation Serif;-inkscape-font-specification:Liberation Serif"
x="-774.49597"
y="40.265728"
id="text5371"
sodipodi:linespacing="125%"
transform="matrix(0,-1,1,0,0,0)"><tspan
sodipodi:role="line"
id="tspan5373"
x="-774.49597"
y="40.265728">30m</tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1001 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 939 KiB

View File

@@ -0,0 +1,35 @@
Notes sur Description
#####################
: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 desc_projet.tex <desc_projet.tex>`_
`Lien vers desc_projet.pdf <desc_projet.pdf>`_
`Lien vers fig/mediO.jpg <fig/mediO.jpg>`_
`Lien vers fig/mediO.png <fig/mediO.png>`_
`Lien vers fig/Atlantique.jpg <fig/Atlantique.jpg>`_
`Lien vers fig/mediE.png <fig/mediE.png>`_
`Lien vers fig/bateau1.pdf <fig/bateau1.pdf>`_
`Lien vers fig/bateau2.pdf <fig/bateau2.pdf>`_
`Lien vers fig/mediE.jpg <fig/mediE.jpg>`_
`Lien vers fig/Atlantique.png <fig/Atlantique.png>`_
`Lien vers fig/AsieSE.png <fig/AsieSE.png>`_
`Lien vers fig/AsieSE.jpg <fig/AsieSE.jpg>`_