Hi All,

I tried to add \footnote in \author tag like

%\VignetteIndexEntry{MyPackage Vignette}
%\VignetteDepends{MyPackage}
%\VignetteKeywords{hello}
%\VignettePackage{MyPackage}

\documentclass[12pt]{article}

<<style, echo=FALSE, results=tex>>=
BiocStyle::latex()
@

\author{author1\footnote{a...@abc.com}} %%%%% could not work, even use 
\protect\footnote

\begin{document}
\title{hello world}

\maketitle

\tableofcontents
\section{Session Info}
<<sessionInfo, results=tex, print=TRUE>>=
toLatex(sessionInfo())
@

\end{document}

Now the question is how could I insert the footnote for an author? Thank in 
advance for your help.

Yours sincerely,

Jianhong Ou

LRB 670A
Program in Gene Function and Expression
364 Plantation Street Worcester,
MA 01605

        [[alternative HTML version deleted]]

_______________________________________________
Bioc-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/bioc-devel

Reply via email to