1
0
mirror of https://github.com/ulaulaman/tikzdraw.git synced 2025-02-18 01:20:34 +01:00

Aggiornato codice colore space e pulite le librerie non utilizzate

This commit is contained in:
ulaulaman 2021-11-05 16:00:32 +01:00
parent b6bf10e5ef
commit d11320b502
2 changed files with 3 additions and 6 deletions

View File

@ -2,15 +2,12 @@
% %
\usepackage{tikz} \usepackage{tikz}
\usetikzlibrary{backgrounds} \usetikzlibrary{backgrounds}
\usetikzlibrary{calc}
\usetikzlibrary{decorations.pathmorphing}
\usetikzlibrary{bending,arrows.meta}
\usepackage{tkz-euclide} \usepackage{tkz-euclide}
\usetkzobj{all} \usetkzobj{all}
\usepackage{xcolor} \usepackage{xcolor}
\usepackage{pgfplots} \usepackage{pgfplots}
% %
\definecolor{space}{HTML}{0A2543} \definecolor{space}{HTML}{1F2C4E}
\definecolor{mercury}{HTML}{846549} \definecolor{mercury}{HTML}{846549}
\definecolor{venus}{HTML}{BB9765} \definecolor{venus}{HTML}{BB9765}
\definecolor{earth}{HTML}{0089FA} \definecolor{earth}{HTML}{0089FA}
@ -29,7 +26,7 @@
% %
\title{Sistema Solare} \title{Sistema Solare}
\begin{document} \begin{document}
\begin{tikzpicture}[background rectangle/.style={fill=space},show background rectangle,>={[inset=0,angle'=27]Stealth}] \begin{tikzpicture}[background rectangle/.style={fill=space},show background rectangle]
\tikzstyle{spring}=[thick,decorate,decoration={aspect=0.3, segment length=3mm, amplitude=3mm,coil}] \tikzstyle{spring}=[thick,decorate,decoration={aspect=0.3, segment length=3mm, amplitude=3mm,coil}]
% %
\def\rsun{15} \def\rsun{15}
@ -140,7 +137,7 @@
\end{scope} \end{scope}
% %
\begin{scope}[shift={(35,-\rsun-9*\delta-5)}] \begin{scope}[shift={(35,-\rsun-9*\delta-5)}]
\node at (17,0) () {\includegraphics[width=3.7cm]{licenza_free_c}}; \node at (17,0) () {\includegraphics[width=3.7cm]{licenza}};
\node[left] at (15,0) {\textcolor{white}{\fontsize{14}{15}\selectfont Grafica: @ulaulaman - Gianluigi Filippelli}}; \node[left] at (15,0) {\textcolor{white}{\fontsize{14}{15}\selectfont Grafica: @ulaulaman - Gianluigi Filippelli}};
\end{scope} \end{scope}
\end{tikzpicture} \end{tikzpicture}