Wieland Brendel edited header.tex  almost 8 years ago

Commit id: 914e791a5cd058931c78579d71b548c05315bc36

deletions | additions      

       

\def\maketitle{%  \par}  \makeatother %----------------------------------------------------------------------------------------  % GENERAL TABLE STYLE  %----------------------------------------------------------------------------------------  \usepackage{setspace}  \usepackage{array}  \newcolumntype{C}[1]{>{\centering\let\newline\\\onlyPDF{\arraybackslash}\hspace{0pt}}m{#1}}  \usepackage{latexml,lxRDFa}  \def\onlyHTML#1{\iflatexml #1\fi}  \def\onlyPDF#1{\iflatexml\else #1\fi}  %----------------------------------------------------------------------------------------  % LEGAL TABLE  %----------------------------------------------------------------------------------------  % define single rows programmatically  \newcommand\legaltable[7]{%  \begin{center}  \begin{tabularx}{13cm}{ r X l}  \hline  1& Research on human subjects and/or human materials & #1 \\  & \textit{If applicable:} A copy of the required approval of the & \\  & responsible ethics committee is included with the proposal. & #2 \\  \hline  2& Clinical trials & #3\\  \hline  3& Experiments involving vertebrates & #4\\  \hline  4& Experiments involving recombinant DNA & #5\\  \hline  5& Research involving embryonic stem cells & #6\\  6& Research concerning the Convention on Biological Diversity & #7\\  \end{tabularx}  \end{center}  }