Page LayoutHow can I customize the \thanks footnote symbol?

Information and discussion about page layout specific issues (e.g. header and footer lines, page formats, page numbers).
ereninci
Posts: 3
Joined: Tue Aug 13, 2013 10:36 am

How can I customize the \thanks footnote symbol?

Post by ereninci »

Thank you very much Clemens. I embed these codes into SWP, which seem to not recognize the part \numexpr#1-1 as a mathematical calculation. So, I get the text "2-1" as the marking for footnote 2 and "3-1" for footnote 3. Is there any different way of coding this.

Cheers,
Eren
Last edited by cgnieder on Tue Aug 13, 2013 8:24 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

How can I customize the \thanks footnote symbol?

Post by cgnieder »

ereninci wrote:I embed these codes into SWP, which seem to not recognize the part \numexpr#1-1 as a mathematical calculation.
A wild guess: SWP means Scientific Workplace? It seems that it doesn't use the e-TeX extensions such as \numexpr (although they're available since the mid-90s...)

If that is so you should get the error message

Code: Select all

! Undefined control sequence.
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
If you don't get that something else is going on and you should ask a new question (in a new thread referring to this one) including a Infominimal working example.

I must admit I don't ad hoc how to do this without e-TeX in an expandable way (which seems to be required for \@fnsymbol).

Regards
site moderator & package author
ereninci
Posts: 3
Joined: Tue Aug 13, 2013 10:36 am

Re: How can I customize the \thanks footnote symbol?

Post by ereninci »

Yes. That is the error message I get.
Thanks for all your help.
Eren
Post Reply