template.tex 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. \byline{\textbf{\Large Craftbroec Pledge}}{Bèrg C.}
  2. Wij van Craftbroec helpen graag mee aan de opbouw van Noord-Nederland zodat deze provincie aantrekkelijker wordt voor spelers.
  3. Daarom komen we met het volgende plan:
  4. \begin{center}
  5. \textbf{\textit{\huge 2.000.000.000}}\\
  6. \textit{olie en ore voor Noord-Nederland}\\
  7. \end{center}
  8. Dit is het doel dat we met onze party willen bereiken binnen een week.
  9. We houden jullie op de hoogte van de status van deze uitdaging!
  10. \closearticle{}
  11. \vfill\null{}
  12. \columnbreak{}
  13. \begin{tikzpicture}
  14. \begin{axis}[
  15. title style={at={(0.4,0)},anchor=north,yshift=-15pt},
  16. title = Overzicht Olie Donaties,
  17. xbar,
  18. y axis line style = {opacity = 0},
  19. axis x line = none,
  20. tickwidth = 0pt,
  21. bar width = 2ex,
  22. y = 4.5ex,
  23. ytick distance = 1,
  24. symbolic y coords = {Luka, Bèrg C., DSisDS, RDL},
  25. nodes near coords={\pgfmathprintnumber\pgfplotspointmeta\ KK BBL},
  26. every node near coord/.append style={xshift=5pt,yshift=-10pt,anchor=east,font=\footnotesize},
  27. ]
  28. \addplot[black!20!black,fill=black!80!black] coordinates{(1048,Luka)(246,Bèrg C.)(70,DSisDS)(20,RDL)};
  29. \end{axis}
  30. \end{tikzpicture}