Scientific Word/WorkplaceCustom Footnote Symbols in Title Page (or Front Matter)

Information and discussion about Scientific Word and Scientific Workplace, two commercial WYSIWYG-like editors for Windows
Post Reply
ychao
Posts: 13
Joined: Sun Apr 04, 2010 12:24 am

Custom Footnote Symbols in Title Page (or Front Matter)

Post by ychao »

Dear all,

I know the default footnote symbols for Title Page is "asterisk-dagger" style.

But now I need to use "asterisk" to the title, while use number "1" to the authors.

Anyone knows how to do it? Thanks.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
Stefan Kottwitz
Site Admin
Posts: 10311
Joined: Mon Mar 10, 2008 9:44 pm

Re: Custom Footnote Symbols in Title Page (or Front Matter)

Post by Stefan Kottwitz »

Hi,

perhaps post some details. I guess there's a better chance to get help, if you make your question more LaTeX specific. Few people use Scientific Workplace, but could be able to help regarding its basis LaTeX. For example, you could tell which class you are using and what your code is. When I use footnotes in the title, I get arabic numbers.

Stefan
LaTeX.org admin
ychao
Posts: 13
Joined: Sun Apr 04, 2010 12:24 am

Re: Custom Footnote Symbols in Title Page (or Front Matter)

Post by ychao »

Thanks. I am using "article" class in Scientific Workplace.

What I need is to have the footnote symbol for the title as "*", while the footnote symbol for the author as "1".

Please let me know if you have any other questions.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10311
Joined: Mon Mar 10, 2008 9:44 pm

Custom Footnote Symbols in Title Page (or Front Matter)

Post by Stefan Kottwitz »

I would like to see the code. Then I know, for example, if you use \maketitle or a custom \begin{titlepage} ... \end{titlepage} environment.

Just a general advice, it's always good to post some code, perhaps with dummy text, so you can get specific code as solution.

Without, I can give you just general advice: you could redefine the \@fnsymbol macro for title and for author. Have a look here to see how it can be done: How can I customize the \thanks footnote symbol?

Stefan
LaTeX.org admin
ychao
Posts: 13
Joined: Sun Apr 04, 2010 12:24 am

Re: Custom Footnote Symbols in Title Page (or Front Matter)

Post by ychao »

Thank you very much, Stefan. The linked topic does help.
Post Reply