Posted to tcl by arjen at Mon Oct 08 12:58:47 GMT 2012view pretty

\documentclass[landscape,a0,final]{a0poster}
\usepackage{graphics}
\usepackage{pstricks,pst-grad}

\newrgbcolor{lightviolet}{0.8 0.3 0.7}
\newcommand{\fancytitle}[1]{
    \begin{center}
    \psshadowbox[linewidth=2mm,framearc=0.1,linecolor=blue,
                 fillstyle=gradient,gradangle=0,gradbegin=red,
                 gradend=lightviolet,gradmidpoint=1.0,framesep=1em]
                 {\VERYHuge
                 #1}
    \end{center}
    %\vspace{0.005\textheight}
}
\newcommand{\textbox}[1]{
    \psshadowbox[linewidth=1mm,framearc=0.1,linecolor=blue,framesep=1em]
                 {\normalsize
                 #1}
}

\begin{document}
\fancytitle{Transport and fate of nanoparticles}
\fancytitle{in the aquatic environment}
\fancytitle{A.A. Markus}

     \Large Use in consumer products
     \normalsize

\begin{table}[h]
\begin{minipage}{0.4\linewidth}
\caption{Data from: Boxall \emph{et al.} \cite{CurrentFutureExposureNanoparticles}
and Weir \emph{et al.} \cite{TiO2FoodPersonalCare}. Usage per year based on
Lorentz \emph{et al.} \cite{PotentialExposureGermanConsumers} and Loretz \emph{et al.}
\cite{ExposureDataPersonalCare2006}.}

\label{nanoConsumerProducts}

\begin{center}
\begin{tabular}{lccccc}
\hline
\emph{Category}   & \emph{Zinc}   & \emph{Titanium}   & \emph{Silver}  & \emph{Used per}        & \emph{Applications} \\
                  & (g/kg)        & (g/kg)            & (mg/kg)        & \emph{application} (g) & \emph{per year}     \\
\hline
Skin cream        &  --           & --                & 20             & 0.84                   & 104                          \\
Sunscreen         &  155          & 50                & --             & 7.9                    & 10.4                         \\
Antiperspirant    &  --           & --                & 20             & 1.3                    & 182                          \\
Shampoo           &  --           & --                & 20             & 9.6                    & 104                          \\
Toothpaste        &  --           & 5                 & 20             & 0.49                   & 520                          \\
Paint/coatings    &  8            & 50                & --             & 0.15 ml/year           & --                           \\
Textiles          &  --           & --                & 1-2000         & --                     & --                           \\
\hline
Total usage per   & 5.0 g         & 3.7 g             & 46 mg          & --                     & --                           \\
person per year   &               &                   &                &                        &                              \\
\hline
\end{tabular}
\end{center}
\end{minipage}
\end{table}
%
%
\begin{figure}[h]
   \begin{minipage}{0.1\linewidth}
   \includegraphics{../rapport/figures/map_rhine_meuse.pdf}
   \caption{Rhine and Meuse in the Netherlands -- to do: better picture}
   \label{mapRhineMeuse}
   \end{minipage}
\end{figure}
%
%
\begin{figure}[h]
\begin{minipage}{0.4\linewidth}
\begin{minipage}{0.49\linewidth}
   \includegraphics{../rapport/figures/annual_load_rhine.pdf}
   \caption{Annual load of zinc (+) and titanium (x) in the Rhine. The bars indicate the standard error in the mean.}
   \label{annualDischargeRhine}
\end{minipage}
\begin{minipage}{0.49\linewidth}
   \includegraphics{../rapport/figures/annual_load_meuse.pdf}
   \caption{Annual load of zinc (+) and titanium (x) in the Meuse. The bars indicate the standard error in the mean.}
   \label{annualDischargeMeuse}
\end{minipage}
\end{minipage}
\end{figure}
%

\end{document}