114 lines
3.4 KiB
TeX
114 lines
3.4 KiB
TeX
\documentclass[a4paper,12pt,landscape]{article}
|
|
\usepackage{myXsim}
|
|
|
|
\author{}
|
|
\date{Mars 2018}
|
|
\title{Mesures d'angles}
|
|
\tribe{Sixième}
|
|
|
|
|
|
|
|
\newcommand{\angleTable}{%
|
|
\hspace{-1.5cm}
|
|
\begin{tabular}{|c|*{10}{p{1.5cm}|}*{3}{p{2cm}|}}
|
|
\hline
|
|
Angle &
|
|
\begin{tikzpicture}[scale=0.5]
|
|
\draw (0:2) -- (0:0) -- (0:2);
|
|
\filldraw[fill=green!20!white, draw=green!50!black]
|
|
(0,0) -- (0:1) arc (0:0:1) -- cycle;
|
|
\end{tikzpicture} &
|
|
\begin{tikzpicture}[scale=0.5]
|
|
\draw (0:2) -- (0:0) -- (15:2);
|
|
\filldraw[fill=green!20!white, draw=green!50!black]
|
|
(0,0) -- (0:1) arc (0:15:1) -- cycle;
|
|
\end{tikzpicture} &
|
|
\begin{tikzpicture}[scale=0.5]
|
|
\draw (0:2) -- (0:0) -- (30:2);
|
|
\filldraw[fill=green!20!white, draw=green!50!black]
|
|
(0,0) -- (0:1) arc (0:30:1) -- cycle;
|
|
\end{tikzpicture} &
|
|
\begin{tikzpicture}[scale=0.5]
|
|
\draw (0:2) -- (0:0) -- (45:2);
|
|
\filldraw[fill=green!20!white, draw=green!50!black]
|
|
(0,0) -- (0:1) arc (0:45:1) -- cycle;
|
|
\end{tikzpicture} &
|
|
\begin{tikzpicture}[scale=0.5]
|
|
\draw (0:2) -- (0:0) -- (60:2);
|
|
\filldraw[fill=green!20!white, draw=green!50!black]
|
|
(0,0) -- (0:1) arc (0:60:1) -- cycle;
|
|
\end{tikzpicture} &
|
|
\begin{tikzpicture}[scale=0.5]
|
|
\draw (0:2) -- (0:0) -- (75:2);
|
|
\filldraw[fill=green!20!white, draw=green!50!black]
|
|
(0,0) -- (0:1) arc (0:75:1) -- cycle;
|
|
\end{tikzpicture} &
|
|
\begin{tikzpicture}[scale=0.5]
|
|
\draw (0:2) -- (0:0) -- (90:2);
|
|
\filldraw[fill=green!20!white, draw=green!50!black]
|
|
(0,0) -- (0:1) arc (0:90:1) -- cycle;
|
|
\end{tikzpicture} &
|
|
\begin{tikzpicture}[scale=0.5]
|
|
\draw (0:2) -- (0:0) -- (105:2);
|
|
\filldraw[fill=green!20!white, draw=green!50!black]
|
|
(0,0) -- (0:1) arc (0:105:1) -- cycle;
|
|
\end{tikzpicture} &
|
|
\begin{tikzpicture}[scale=0.5]
|
|
\draw (0:2) -- (0:0) -- (120:2);
|
|
\filldraw[fill=green!20!white, draw=green!50!black]
|
|
(0,0) -- (0:1) arc (0:120:1) -- cycle;
|
|
\end{tikzpicture} &
|
|
\begin{tikzpicture}[scale=0.5]
|
|
\draw (0:2) -- (0:0) -- (135:2);
|
|
\filldraw[fill=green!20!white, draw=green!50!black]
|
|
(0,0) -- (0:1) arc (0:135:1) -- cycle;
|
|
\end{tikzpicture} &
|
|
\begin{tikzpicture}[scale=0.5]
|
|
\draw (0:2) -- (0:0) -- (150:2);
|
|
\filldraw[fill=green!20!white, draw=green!50!black]
|
|
(0,0) -- (0:1) arc (0:150:1) -- cycle;
|
|
\end{tikzpicture} &
|
|
\begin{tikzpicture}[scale=0.5]
|
|
\draw (0:2) -- (0:0) -- (165:2);
|
|
\filldraw[fill=green!20!white, draw=green!50!black]
|
|
(0,0) -- (0:1) arc (0:165:1) -- cycle;
|
|
\end{tikzpicture} &
|
|
\begin{tikzpicture}[scale=0.5]
|
|
\draw (0:2) -- (0:0) -- (180:2);
|
|
\filldraw[fill=green!20!white, draw=green!50!black]
|
|
(0,0) -- (0:1) arc (0:180:1) -- cycle;
|
|
\end{tikzpicture} \\
|
|
\hline
|
|
Famille&&&&&&&&&&&&&\\
|
|
\hline
|
|
Mesure&&&&&&&&&&&&&\\
|
|
\hline
|
|
\end{tabular}
|
|
|
|
\begin{itemize}
|
|
\item La mesure des angles \textbf{aigus} est \dotfill
|
|
\item La mesure des angles \textbf{droits} est \dotfill
|
|
\item La mesure des angles \textbf{obtus} est \dotfill
|
|
\end{itemize}%
|
|
}
|
|
\pagestyle{empty}
|
|
|
|
\begin{document}
|
|
|
|
\angleTable
|
|
\vfill
|
|
|
|
\angleTable
|
|
\vfill
|
|
|
|
\angleTable
|
|
|
|
|
|
\end{document}
|
|
|
|
%%% Local Variables:
|
|
%%% mode: latex
|
|
%%% TeX-master: "master"
|
|
%%% End:
|
|
|