template_news.tex 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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. \byline{\textbf{\Large Grafiek}}{Bèrg C.}
  14. Een mooie grafiek!
  15. \begin{tikzpicture}
  16. \begin{axis}[
  17. xbar, xmin = 0,
  18. xlabel = Totaal gedoneerd,
  19. y = 4ex,
  20. enlarge y limits = 0.3,
  21. tickwidth = 0pt,
  22. axis x line* = none,
  23. axis y line* = none,
  24. ytick = data,
  25. nodes near coords align = horizontal,
  26. nodes near coords = \pgfmathprintnumber\pgfplotspointmeta\ KK,
  27. xtick = {500,1000,1500,2000},
  28. symbolic y coords =
  29. {%
  30. Doel,
  31. Totaal,
  32. Olie,
  33. Ore,
  34. },
  35. every node near coord/.append style =
  36. {%
  37. xshift=5pt,
  38. yshift=-13pt,
  39. anchor=east,
  40. font=\footnotesize
  41. },
  42. ]
  43. \addplot[white,fill=white] coordinates
  44. {%
  45. (600,Ore)
  46. (1046,Olie)
  47. (1646,Totaal)
  48. (2000,Doel)
  49. };
  50. \end{axis}
  51. \end{tikzpicture}
  52. \closearticle{}
  53. \byline{\textbf{\Large Wow een pie-chart}}{Bèrg C.}
  54. \color{black}
  55. \begin{tikzpicture}
  56. \tikzset{%
  57. lines/.style={draw=none},
  58. }
  59. \pie [text=inside, scale font, explode=0.02, radius=4, color=white]
  60. {%
  61. 25/ DIP,
  62. 23/ TBL,
  63. 12/ CB,
  64. 9/ DCP,
  65. 9/ NVP,
  66. 8/ FVD,
  67. 3/ NCP,
  68. 11/ Overig
  69. }
  70. \end{tikzpicture}
  71. \color{white}
  72. \captionof{figure}{Verdeling in het parlement}
  73. \noindent\fbox{%
  74. \begin{minipage}{\dimexpr\linewidth-12pt\relax}
  75. \begin{multicols}{2}
  76. \centering
  77. \includegraphics[height=3.5cm]{figs/adlogo} \\
  78. \columnbreak{}
  79. \textit{Noord-Nederland}
  80. \textbf{Hollands Goud}
  81. Een advertentie. Vandaag kost het maar \$17.5mil om een ijsje te kopen.
  82. \end{multicols}
  83. \end{minipage}
  84. }