2
0

template_news.tex 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  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. \byline{\textbf{\Large Grafiek}}{Bèrg C.}
  12. Een mooie grafiek!
  13. \begin{tikzpicture}
  14. \begin{axis}[
  15. xbar, xmin = 0,
  16. xlabel = Totaal gedoneerd,
  17. y = 4ex,
  18. enlarge y limits = 0.3,
  19. tickwidth = 0pt,
  20. axis x line* = none,
  21. axis y line* = none,
  22. ytick = data,
  23. nodes near coords align = horizontal,
  24. nodes near coords = \pgfmathprintnumber\pgfplotspointmeta\ KK,
  25. xtick = {500,1000,1500,2000},
  26. symbolic y coords =
  27. {%
  28. Doel,
  29. Totaal,
  30. Olie,
  31. Ore,
  32. },
  33. every node near coord/.append style =
  34. {%
  35. xshift=5pt,
  36. yshift=-13pt,
  37. anchor=east,
  38. font=\footnotesize
  39. },
  40. ]
  41. \addplot[white,fill=white] coordinates
  42. {%
  43. (600,Ore)
  44. (1046,Olie)
  45. (1646,Totaal)
  46. (2000,Doel)
  47. };
  48. \end{axis}
  49. \end{tikzpicture}
  50. \closearticle{}
  51. \byline{\textbf{\Large Wow een pie-chart}}{Bèrg C.}
  52. \color{black}
  53. \begin{tikzpicture}
  54. \tikzset{%
  55. lines/.style={draw=none},
  56. }
  57. \pie [text=inside, scale font, explode=0.02, radius=4, color=white]
  58. {%
  59. 25/ DIP,
  60. 23/ TBL,
  61. 12/ CB,
  62. 9/ DCP,
  63. 9/ NVP,
  64. 8/ FVD,
  65. 3/ NCP,
  66. 11/ Overig
  67. }
  68. \end{tikzpicture}
  69. \color{white}
  70. \captionof{figure}{Verdeling in het parlement}
  71. \vfill\null{}
  72. \columnbreak{}
  73. Hier een polar-chart
  74. \color{rr-background}
  75. \begin{tikzpicture}
  76. \tikzset{%
  77. lines/.style={draw=none},
  78. }
  79. \pie[
  80. polar,
  81. scale font,
  82. text = inside,
  83. explode = 0.02,
  84. radius = 5,
  85. color = white,
  86. style = lines,
  87. ]
  88. {%
  89. 29/ Nationaalisme,
  90. 11/ Liberaal,
  91. 8/ Conserv.
  92. }
  93. \end{tikzpicture}
  94. \color{white}
  95. Verkiezingen uitslag in een grafiek
  96. \pgfplotstableread[col sep=&, header=true]{%
  97. description & DIP & TBL & CB & DCP
  98. 10–2 & 29.83 & 15.79 & 10.53 & 12.29
  99. 15–2 & 21.84 & 16.18 & 6.75 & 14.3
  100. 20–2 & 21.75 & 18.01 & 12.40 & 11.17
  101. 25–2 & 25.28 & 23.08 & 12.09 & 8.8
  102. 2–3 & 25.59 & 22.10 & 13.96 & 10.47
  103. 7–3 & & 22 & 14 & 10
  104. }\datatableentry{}
  105. \begin{tikzpicture}
  106. \begin{axis}[
  107. title = Verkiezingen,
  108. enlarge y limits = {value=0.2,upper},
  109. xtick = data,
  110. xticklabels = {10–2,15–2,20–2,25–2,2–3,7–3},
  111. x tick label style = {rotate=-45,anchor=west,font=\tiny},
  112. legend style = {font=\tiny,legend pos=north west,legend cell align=left, fill=none},
  113. ]
  114. \addlegendentry{DIP};
  115. \addplot [loosely dashed] table [y=DIP, x expr=\coordindex] {\datatableentry};
  116. \addlegendentry{TBL};
  117. \addplot [densely dashed] table [y=TBL, x expr=\coordindex] {\datatableentry};
  118. \addlegendentry{CB};
  119. \addplot [dotted] table [y=CB, x expr=\coordindex] {\datatableentry};
  120. \addlegendentry{DCP};
  121. \addplot [dashed] table [y=DCP, x expr=\coordindex] {\datatableentry};
  122. \end{axis}
  123. \end{tikzpicture}
  124. \noindent\fbox{%
  125. \begin{minipage}{\dimexpr\linewidth-12pt\relax}
  126. \begin{multicols}{2}
  127. \centering
  128. \includegraphics[height=3.5cm]{figs/adlogo} \\
  129. \columnbreak{}
  130. \textit{Noord-Nederland}
  131. \textbf{Hollands Goud}
  132. Een advertentie. Vandaag kost het maar \$17.5mil om een ijsje te kopen.
  133. \end{multicols}
  134. \end{minipage}
  135. }
  136. \byline{\textbf{\Large Een table met informatie}}{Bèrg C.}
  137. \begin{tabular}{lcc}
  138. Type & Bulgarije & Gem Nederland \\
  139. \hline
  140. Hospital & 153 & 928 \\
  141. School & 93 & 528 \\
  142. Missile & 250 & 1016 \\
  143. Power & 400 & 794 \\
  144. Housefund & 2500 & 4906 \\
  145. \end{tabular}