Posted to tcl by teo at Mon Oct 08 13:58:14 GMT 2012view raw

  1. \documentclass[landscape,a0,final]{a0poster}
  2. \usepackage{graphics}
  3. \usepackage{pstricks,pst-grad}
  4. \usepackage{caption}
  5.  
  6. \newrgbcolor{lightviolet}{0.8 0.3 0.7}
  7. \newcommand{\fancytitle}[1]{
  8. \begin{center}
  9. \psshadowbox[linewidth=2mm,framearc=0.1,linecolor=blue,
  10. fillstyle=gradient,gradangle=0,gradbegin=red,
  11. gradend=lightviolet,gradmidpoint=1.0,framesep=1em]
  12. {\VERYHuge
  13. #1}
  14. \end{center}
  15. %\vspace{0.005\textheight}
  16. }
  17. \newcommand{\textbox}[1]{
  18. \psshadowbox[linewidth=1mm,framearc=0.1,linecolor=blue,framesep=1em]
  19. {\normalsize
  20. #1}
  21. }
  22.  
  23. \begin{document}
  24. \fancytitle{Transport and fate of nanoparticles}
  25. \fancytitle{in the aquatic environment}
  26. \fancytitle{A.A. Markus}
  27.  
  28. \Large Use in consumer products
  29. \normalsize
  30.  
  31. \centerline{%
  32. \begin{minipage}{0.4\linewidth}
  33. \captionof{table}{Data from: Boxall \emph{et al.} \cite{CurrentFutureExposureNanoparticles}
  34. and Weir \emph{et al.} \cite{TiO2FoodPersonalCare}. Usage per year based on
  35. Lorentz \emph{et al.} \cite{PotentialExposureGermanConsumers} and Loretz \emph{et al.}
  36. \cite{ExposureDataPersonalCare2006}.}
  37. \label{nanoConsumerProducts}
  38. \begin{tabular}{lccccc}
  39. \hline
  40. \emph{Category} & \emph{Zinc} & \emph{Titanium} & \emph{Silver} & \emph{Used per} & \emph{Applications} \\
  41. & (g/kg) & (g/kg) & (mg/kg) & \emph{application} (g) & \emph{per year} \\
  42. \hline
  43. Skin cream & -- & -- & 20 & 0.84 & 104 \\
  44. Sunscreen & 155 & 50 & -- & 7.9 & 10.4 \\
  45. Antiperspirant & -- & -- & 20 & 1.3 & 182 \\
  46. Shampoo & -- & -- & 20 & 9.6 & 104 \\
  47. Toothpaste & -- & 5 & 20 & 0.49 & 520 \\
  48. Paint/coatings & 8 & 50 & -- & 0.15 ml/year & -- \\
  49. Textiles & -- & -- & 1-2000 & -- & -- \\
  50. \hline
  51. Total usage per & 5.0 g & 3.7 g & 46 mg & -- & -- \\
  52. person per year & & & & & \\
  53. \hline
  54. \end{tabular}
  55. \end{minipage}
  56. %
  57. \hfill
  58. %
  59. \begin{minipage}{0.1\linewidth}
  60. %\includegraphics{../rapport/figures/map_rhine_meuse.pdf}
  61. \captionof{figure}{Rhine and Meuse in the Netherlands -- to do: better picture}
  62. \label{mapRhineMeuse}
  63. \end{minipage}
  64. %
  65. \hfill
  66. %
  67. \begin{minipage}{0.2\linewidth}
  68. %\includegraphics{../rapport/figures/annual_load_rhine.pdf}
  69. \captionof{figure}{Annual load of zinc (+) and titanium (x) in the Rhine. The bars indicate the standard error in the mean.}
  70. \label{annualDischargeRhine}
  71. \end{minipage}
  72. \hfill
  73. \begin{minipage}{0.2\linewidth}
  74. %\includegraphics{../rapport/figures/annual_load_meuse.pdf}
  75. \captionof{figure}{Annual load of zinc (+) and titanium (x) in the Meuse. The bars indicate the standard error in the mean.}
  76. \label{annualDischargeMeuse}
  77. \end{minipage}}
  78. %
  79.  
  80. \end{document}
  81.