numbered footnotes on titlepage

November 10th, 2007

The new lab I work in at Indiana University has an annual progress report, with its own stylesheet. There is a template available for Microsoft Word, but I much prefer LaTeX, so I am trying to write my own class file for that. One of the quirks of the stylesheet is that footnotes from the title are numbered. To clarify what I mean, consider the fact that many journal articles include a footnote or two in the title or author listing which may be an acknowledgment or a clarification of what institutions the authors are working at. These footnotes are usually not numbered, but instead are marked with a symbol such as an asterisk or a dagger, and this is what LaTeX does by default, when one uses the thanks command. Since the reports I will be writing are very similar to articles, I decided to try to just hack the article.cls file into srl.cls. After some experimenting, I found the line in the maketitle declaration which gives the symbols instead of numbers.

\renewcommand\thefootnote{\@fnsymbol\c@footnote}%

I simply commented this line out.

I also commented out the line which sets the footnote numbers to 0 after maketitle is finished typesetting the title

\setcounter{footnote}{0}%

Presto! One part of the stylesheet is done.

  • FriendFeed
  • Reddit
  • del.icio.us
  • Digg
  • Slashdot
  • Technorati
  • Facebook
  • Fark
  • TwitThis
  • LinkedIn

2 Responses to “numbered footnotes on titlepage”

  1. On January 23rd, 2008 at 8:37 pm
    dophilx wrote:

    I test with options, but it ’s not work, both collapsing archive and collapsing catgories. They ‘re not work.
    - When I give it to sidebar, they were not shown truth.
    Link to archive direct to not exist page.
    You can see error here:
    http://nguyenthhbinh.googlepages.com/ColArchive.JPG
    http://nguyenthhbinh.googlepages.com/colCat.JPG (only title shown)
    - I’m using WP 2.3.2 engine.
    - Plz help me.

  2. On October 21st, 2008 at 10:12 am
    SharY wrote:

    Wao. thanks for the help mate. It really works and now I am having the numbered footnotes… thanks to you.

    Bye

Leave a Reply