2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
This commit is contained in:
Martin Thoma 2016-03-07 12:39:04 +01:00
parent 04a8f97b26
commit 285d880599
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View file

@ -9,10 +9,11 @@
\begin{tikzpicture} \begin{tikzpicture}
\begin{scope}[yshift=2cm] \begin{scope}[yshift=2cm]
\draw[shading=color wheel] (0,0) rectangle (\paperwidth,10); \draw[shading=color wheel] (0,0) rectangle (\paperwidth,10);
\draw[shading=axis,left color=black, right color=white,minimum width=\paperwidth] (0,10) rectangle (\paperwidth,12); \draw[shading=axis,left color=black, right color=white] (0,10) rectangle (\paperwidth,12);
\end{scope} \end{scope}
\begin{scope}[yshift=14.3cm] \begin{scope}[yshift=14.3cm]
\draw[rectangle,fill=cyan] (0,3) rectangle (\paperwidth,4) node[pos=.5,text=white] {\Huge \textbf{Cyan}}; \draw[rectangle,fill=cyan] (0,3) rectangle (\paperwidth,4) node[pos=.5,text=white] {\Huge \textbf{Cyan}};
% \draw[shading=axis,left color=cyan, right color=white] (0,3.5) rectangle (\paperwidth,4) node[pos=.5,text=white] {\Huge \textbf{Cyan}};
\draw[rectangle,fill=magenta] (0,2) rectangle (\paperwidth,3) node[pos=.5,text=white] {\Huge \textbf{Magenta}}; \draw[rectangle,fill=magenta] (0,2) rectangle (\paperwidth,3) node[pos=.5,text=white] {\Huge \textbf{Magenta}};
\draw[rectangle,fill=yellow] (0,1) rectangle (\paperwidth,2) node[pos=.5,text=white] {\Huge \textbf{Yellow}}; \draw[rectangle,fill=yellow] (0,1) rectangle (\paperwidth,2) node[pos=.5,text=white] {\Huge \textbf{Yellow}};
\draw[rectangle,fill=black] (0,0) rectangle (\paperwidth,1) node[pos=.5,text=white] {\Huge \textbf{Black}}; \draw[rectangle,fill=black] (0,0) rectangle (\paperwidth,1) node[pos=.5,text=white] {\Huge \textbf{Black}};