| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- \byline{\textbf{\Large Craftbroec Pledge}}{Bèrg C.}
- Wij van Craftbroec helpen graag mee aan de opbouw van Noord-Nederland zodat deze provincie aantrekkelijker wordt voor spelers.
- Daarom komen we met het volgende plan:
- \begin{center}
- \textbf{\textit{\huge 2.000.000.000}}\\
- \textit{olie en ore voor Noord-Nederland}\\
- \end{center}
- Dit is het doel dat we met onze party willen bereiken binnen een week.
- We houden jullie op de hoogte van de status van deze uitdaging!
- \closearticle{}
- \vfill\null{}
- \columnbreak{}
- \byline{\textbf{\Large Grafiek}}{Bèrg C.}
- Een mooie grafiek!
- \begin{tikzpicture}
- \begin{axis}[
- xbar, xmin = 0,
- xlabel = Totaal gedoneerd,
- y = 4ex,
- enlarge y limits = 0.3,
- tickwidth = 0pt,
- axis x line* = none,
- axis y line* = none,
- ytick = data,
- nodes near coords align = horizontal,
- nodes near coords = \pgfmathprintnumber\pgfplotspointmeta\ KK,
- xtick = {500,1000,1500,2000},
- symbolic y coords =
- {%
- Doel,
- Totaal,
- Olie,
- Ore,
- },
- every node near coord/.append style =
- {%
- xshift=5pt,
- yshift=-13pt,
- anchor=east,
- font=\footnotesize
- },
- ]
- \addplot[white,fill=white] coordinates
- {%
- (600,Ore)
- (1046,Olie)
- (1646,Totaal)
- (2000,Doel)
- };
- \end{axis}
- \end{tikzpicture}
- \closearticle{}
- \byline{\textbf{\Large Wow een pie-chart}}{Bèrg C.}
- \color{black}
- \begin{tikzpicture}
- \tikzset{%
- lines/.style={draw=none},
- }
- \pie [text=inside, scale font, explode=0.02, radius=4, color=white]
- {%
- 25/ DIP,
- 23/ TBL,
- 12/ CB,
- 9/ DCP,
- 9/ NVP,
- 8/ FVD,
- 3/ NCP,
- 11/ Overig
- }
- \end{tikzpicture}
- \color{white}
- \captionof{figure}{Verdeling in het parlement}
- \noindent\fbox{%
- \begin{minipage}{\dimexpr\linewidth-12pt\relax}
- \begin{multicols}{2}
- \centering
- \includegraphics[height=3.5cm]{figs/adlogo} \\
- \columnbreak{}
- \textit{Noord-Nederland}
- \textbf{Hollands Goud}
- Een advertentie. Vandaag kost het maar \$17.5mil om een ijsje te kopen.
- \end{multicols}
- \end{minipage}
- }
|