From 561596401d2cbfcbf1b8f302aa34170308c048bf Mon Sep 17 00:00:00 2001 From: Pascal Lafourcade Date: Sun, 8 Nov 2020 15:39:46 +0100 Subject: [PATCH] ok --- TEX/bas-pdf.tex | 7 +++++++ TEX/maison-press1.tex | 22 ++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 TEX/maison-press1.tex diff --git a/TEX/bas-pdf.tex b/TEX/bas-pdf.tex index aad8e31..f116b02 100644 --- a/TEX/bas-pdf.tex +++ b/TEX/bas-pdf.tex @@ -23,5 +23,12 @@ \end{center} +\begin{center} +\resizebox{.48\linewidth}{!}{ +\input{maison-press1} +} +\end{center} + + \end{document} diff --git a/TEX/maison-press1.tex b/TEX/maison-press1.tex new file mode 100644 index 0000000..72cb9ef --- /dev/null +++ b/TEX/maison-press1.tex @@ -0,0 +1,22 @@ + \begin{tikzpicture} + + \fill[color=gray!20] (3,25) -- (12,25) -- (12,16.5) -- + (7.5,9) -- (3,16.5) -- cycle; + + \input{terrain} + + \node (1) at (11, 24) {\LARGE 1}; + \node (2) at (4, 24) {\LARGE 2}; + \node (3) at (11, 17.5) {\LARGE 3}; + \node (4) at (4, 17.5) {\LARGE 4}; + \node (5) at (7.5, 11) {\LARGE 5}; + + + \node[draw,circle] (B) at (6.5,29) {\LARGE X}; + + + \end{tikzpicture} + + + +