cleaning code
This commit is contained in:
parent
961dbec041
commit
ebb0cbf117
|
@ -26,7 +26,7 @@
|
|||
\title{Metodo di Eratostene}
|
||||
\begin{document}
|
||||
\tikzset{partial ellipse/.style args = {#1:#2:#3}{insert path={+ (#1:#3) arc (#1:#2:#3)}}}
|
||||
\begin{tikzpicture}%[y=.2cm, x=.7cm,font=\sffamily]%[background rectangle/.style={fill=space},show background rectangle]
|
||||
\begin{tikzpicture}
|
||||
\begin{scope}
|
||||
%superficie della terra
|
||||
\draw [fill=earth] (-11,1) arc(90:0:18) -- (-11,-17) -- (-11,1);
|
||||
|
@ -38,7 +38,7 @@
|
|||
%pozzo
|
||||
\draw[rotate around={-38:(0.18,-2.9)},ultra thick,fill=white, opacity=0.5] (0.18,-2.9) -- (0.7,-2.9) -- (0.7,-4.4) -- (0.18,-4.4) -- (0.18,-2.9);
|
||||
%frecce
|
||||
\begin{scope}%[>=latex]
|
||||
\begin{scope}
|
||||
%etichetta verticale Alessandria
|
||||
\draw [decorate,decoration={text along path, raise=6pt, text align=center, text={|\fontsize{24}{25}\selectfont\color{red}|Verticale su Alessandria}}] (-1.88,-1.48) -- (4.8,9.9);
|
||||
%etichetta parallele
|
||||
|
|
Loading…
Reference in New Issue