Import work from year 2013-2014
This commit is contained in:
BIN
4e/Geometrie/Pythagore/Conn0217/Conn0217.pdf
Normal file
BIN
4e/Geometrie/Pythagore/Conn0217/Conn0217.pdf
Normal file
Binary file not shown.
92
4e/Geometrie/Pythagore/Conn0217/Conn0217.tex
Normal file
92
4e/Geometrie/Pythagore/Conn0217/Conn0217.tex
Normal file
@@ -0,0 +1,92 @@
|
||||
\documentclass{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classConn}
|
||||
|
||||
|
||||
% Title Page
|
||||
\title{}
|
||||
\author{}
|
||||
\date{}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\begin{multicols}{2}
|
||||
|
||||
Nom - Prénom:
|
||||
\section{Connaissance}
|
||||
|
||||
\begin{enumerate}
|
||||
\item Énoncer le théorème de Pythagore pour le triangle suivant
|
||||
|
||||
\begin{minipage}[h]{0.2\textwidth}
|
||||
\includegraphics[scale=0.15]{./fig/triangleRectABC}
|
||||
\end{minipage}
|
||||
\begin{minipage}[h]{0.25\textwidth}
|
||||
~\\[0.5cm]
|
||||
Si \dotfill
|
||||
\\[0.5cm]
|
||||
.\dotfill
|
||||
\\[0.5cm]
|
||||
Alors \dotfill
|
||||
\\[0.5cm]
|
||||
\end{minipage}
|
||||
\item Sur la figure suivante, indiquer \textbf{l'axe des abscisses},et \textbf{l'origine du repère}.
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.6]{./fig/graph}
|
||||
\end{center}
|
||||
\item Compléter les pointillés
|
||||
|
||||
\begin{tabular}{|c|c|c}
|
||||
\hline
|
||||
Première ligne & $a$ & \hspace{1cm} \\
|
||||
\hline
|
||||
Deuxième ligne & $b$ & \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
\hspace{1cm}
|
||||
$\times$ \dotfill
|
||||
\end{enumerate}
|
||||
|
||||
|
||||
\columnbreak
|
||||
Nom - Prénom
|
||||
\section{Connaissance}
|
||||
|
||||
\begin{enumerate}
|
||||
\item Énoncer le théorème de Pythagore pour le triangle suivant
|
||||
\begin{minipage}[h]{0.2\textwidth}
|
||||
\includegraphics[scale=0.15]{./fig/triangleRectABC_2}
|
||||
\end{minipage}
|
||||
\begin{minipage}[h]{0.25\textwidth}
|
||||
~\\[0.5cm]
|
||||
Si \dotfill
|
||||
\\[0.5cm]
|
||||
.\dotfill
|
||||
\\[0.5cm]
|
||||
Alors \dotfill
|
||||
\\[0.5cm]
|
||||
\end{minipage}
|
||||
\item Sur la figure suivante, indiquer \textbf{l'axe des ordonnées} et \textbf{l'origine du repère}.
|
||||
\begin{center}
|
||||
\includegraphics[scale=0.5]{./fig/graph}
|
||||
\end{center}
|
||||
\item Le tableau suivant est un tableau de proportionnalité. Quel est le chiffre manquant?
|
||||
|
||||
\begin{center}
|
||||
\begin{tabular}{|c|c|}
|
||||
\hline
|
||||
2 & 10 \\
|
||||
\hline
|
||||
4 & \\
|
||||
\hline
|
||||
\end{tabular}
|
||||
\end{center}
|
||||
\end{enumerate}
|
||||
|
||||
|
||||
\end{multicols}
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
BIN
4e/Geometrie/Pythagore/Conn0217/fig/graph.pdf
Normal file
BIN
4e/Geometrie/Pythagore/Conn0217/fig/graph.pdf
Normal file
Binary file not shown.
17
4e/Geometrie/Pythagore/Conn0217/fig/graph.tex
Normal file
17
4e/Geometrie/Pythagore/Conn0217/fig/graph.tex
Normal file
@@ -0,0 +1,17 @@
|
||||
\begin{pspicture}(-0.9,-0.9)(9.2,9.2)
|
||||
\psgrid[griddots=10,gridlabels=0pt, subgriddiv=0, gridcolor=black!40](0,0)(9,9)
|
||||
\psaxes
|
||||
[
|
||||
%ytrigLabels=true,
|
||||
linewidth=\pslinewidth,
|
||||
%labelFontSize=\scriptscriptstyle,
|
||||
tickcolor=gray,
|
||||
ticksize=-1.5pt 1.5pt,
|
||||
xlabelsep=3pt,
|
||||
arrowscale=1,
|
||||
%trigLabelBase=4,
|
||||
]{->}(0,0)(-0.8,-0.8)(9.2,9.2)
|
||||
\psset{algebraic,linewidth=1.5pt}
|
||||
|
||||
%\psplot{-5}{5}{2 * x}
|
||||
\end{pspicture}
|
||||
28
4e/Geometrie/Pythagore/Conn0217/fig/pstricks.sh
Executable file
28
4e/Geometrie/Pythagore/Conn0217/fig/pstricks.sh
Executable file
@@ -0,0 +1,28 @@
|
||||
#!/bin/sh
|
||||
# on enlève l’extension du 1er argument
|
||||
FILE=${1%.*}
|
||||
TMPFILE=pstemp
|
||||
# création d’un fichier temporaire psttemp.tex
|
||||
cat > $TMPFILE.tex <<EOF
|
||||
\documentclass{article}
|
||||
\usepackage{pstricks}
|
||||
\usepackage{pstricks-add}
|
||||
\usepackage{pst-eps}
|
||||
\usepackage{pst-eucl}
|
||||
\usepackage{pst-plot}
|
||||
\usepackage{pst-math}
|
||||
\thispagestyle{empty}
|
||||
\begin{document}
|
||||
\begin{TeXtoEPS}
|
||||
\input{$FILE}
|
||||
\end{TeXtoEPS}
|
||||
\end{document}
|
||||
EOF
|
||||
# Création du fichier dvi
|
||||
latex $TMPFILE
|
||||
# Création du fichier eps
|
||||
dvips -E $TMPFILE.dvi -o $TMPFILE.eps
|
||||
# Création du fichier pdf
|
||||
epstopdf $TMPFILE.eps --debug --outfile=$FILE.pdf
|
||||
# effacement des fichiers temporaires
|
||||
rm -f $TMPFILE.*
|
||||
BIN
4e/Geometrie/Pythagore/Conn0217/fig/triangleRectABC.pdf
Normal file
BIN
4e/Geometrie/Pythagore/Conn0217/fig/triangleRectABC.pdf
Normal file
Binary file not shown.
103
4e/Geometrie/Pythagore/Conn0217/fig/triangleRectABC.svg
Normal file
103
4e/Geometrie/Pythagore/Conn0217/fig/triangleRectABC.svg
Normal file
@@ -0,0 +1,103 @@
|
||||
<?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="triangleRectABC.svg">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.80366138"
|
||||
inkscape:cx="526.18109"
|
||||
inkscape:cy="372.04724"
|
||||
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 />
|
||||
</cc:Work>
|
||||
</rdf:RDF>
|
||||
</metadata>
|
||||
<g
|
||||
inkscape:label="Calque 1"
|
||||
inkscape:groupmode="layer"
|
||||
id="layer1"
|
||||
transform="translate(0,-308.2677)">
|
||||
<path
|
||||
style="fill:none;stroke:#000000;stroke-width:6.16622972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none"
|
||||
d="m 68.998551,950.43634 897.702519,0 0,-520.20711 z"
|
||||
id="path3753"
|
||||
inkscape:connector-curvature="0" />
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:44.39685059px;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"
|
||||
x="995.31683"
|
||||
y="988.71631"
|
||||
id="text3755"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3757"
|
||||
x="995.31683"
|
||||
y="988.71631"
|
||||
style="font-size:56px">A</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:44.39685059px;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"
|
||||
x="982.2934"
|
||||
y="410.07343"
|
||||
id="text3759"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3761"
|
||||
x="982.2934"
|
||||
y="410.07343"
|
||||
style="font-size:56px">B</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:56px;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"
|
||||
x="10.686246"
|
||||
y="974.98889"
|
||||
id="text3763"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3765"
|
||||
x="10.686246"
|
||||
y="974.98889">C</tspan></text>
|
||||
<rect
|
||||
style="fill:none;stroke:#000000;stroke-width:6.16622972;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0"
|
||||
id="rect3767"
|
||||
width="31.841585"
|
||||
height="31.841585"
|
||||
x="934.47583"
|
||||
y="918.21112" />
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.8 KiB |
BIN
4e/Geometrie/Pythagore/Conn0217/fig/triangleRectABC_2.pdf
Normal file
BIN
4e/Geometrie/Pythagore/Conn0217/fig/triangleRectABC_2.pdf
Normal file
Binary file not shown.
105
4e/Geometrie/Pythagore/Conn0217/fig/triangleRectABC_2.svg
Normal file
105
4e/Geometrie/Pythagore/Conn0217/fig/triangleRectABC_2.svg
Normal file
@@ -0,0 +1,105 @@
|
||||
<?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="triangleRectABC_2.pdf">
|
||||
<defs
|
||||
id="defs4" />
|
||||
<sodipodi:namedview
|
||||
id="base"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#666666"
|
||||
borderopacity="1.0"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pageshadow="2"
|
||||
inkscape:zoom="0.80366138"
|
||||
inkscape:cx="526.18109"
|
||||
inkscape:cy="372.04724"
|
||||
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)">
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:44.39685059px;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"
|
||||
x="40.934795"
|
||||
y="408.87009"
|
||||
id="text3755"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3757"
|
||||
x="40.934795"
|
||||
y="408.87009">A</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:44.39685059px;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"
|
||||
x="1009.6681"
|
||||
y="402.6076"
|
||||
id="text3759"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3761"
|
||||
x="1009.6681"
|
||||
y="402.6076">B</tspan></text>
|
||||
<text
|
||||
xml:space="preserve"
|
||||
style="font-size:44.39685059px;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"
|
||||
x="10.686246"
|
||||
y="974.98889"
|
||||
id="text3763"
|
||||
sodipodi:linespacing="125%"><tspan
|
||||
sodipodi:role="line"
|
||||
id="tspan3765"
|
||||
x="10.686246"
|
||||
y="974.98889">C</tspan></text>
|
||||
<g
|
||||
id="g3825"
|
||||
transform="matrix(-1,0,0,-1,1035.6996,1380.6656)">
|
||||
<path
|
||||
inkscape:connector-curvature="0"
|
||||
id="path3753"
|
||||
d="m 68.998551,950.43634 897.702519,0 0,-520.20711 z"
|
||||
style="fill:none;stroke:#000000;stroke-width:6.16622972;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
|
||||
<rect
|
||||
y="918.21112"
|
||||
x="934.47583"
|
||||
height="31.841585"
|
||||
width="31.841585"
|
||||
id="rect3767"
|
||||
style="fill:none;stroke:#000000;stroke-width:6.16622972;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.8 KiB |
Reference in New Issue
Block a user