Skip to content

[Bioc-devel] how to use footnote in BiocStyle

3 messages · Ou, Jianhong, Martin Morgan

#
On 12/19/2013 01:44 PM, Ou, Jianhong wrote:
I think this is an interaction with BiocStyle's use of the titling latex 
package, which could be worked around using

   \author{author1\thanks{a at abc.com}}

but probably Bioconductor.sty should be changed with (??)

Index: Bioconductor.sty
===================================================================
--- Bioconductor.sty	(revision 84873)
+++ Bioconductor.sty	(working copy)
@@ -40,8 +40,8 @@
  \subsubsectionfont{\sffamily\bfseries\color{BiocBlue}}
  %
  %% Page layout
-\RequirePackage{titling}  %% captures \title{} as \thetitle for subsequent use
  \RequirePackage{fancyhdr}
+\AtBeginDocument{\let\thetitle\@title}
  \pagestyle{fancy}
  \fancyhf{} % clear all header and footer fields
  \fancyhead[LE,RO]{\thepage}

  
    
#
Thanks Martin,

I am using \thanks now. It works.

Yours sincerely,

Jianhong Ou

LRB 670A
Program in Gene Function and Expression
364 Plantation Street Worcester,
MA 01605
On 12/19/13 5:53 PM, "Martin Morgan" <mtmorgan at fhcrc.org> wrote: