Yes. That is the error message I get.
Thanks for all your help.
Eren
Search found 3 matches
- Tue Aug 13, 2013 9:11 pm
- Forum: Page Layout
- Topic: How can I customize the \thanks footnote symbol?
- Replies: 12
- Views: 91071
- Tue Aug 13, 2013 8:22 pm
- Forum: Page Layout
- Topic: How can I customize the \thanks footnote symbol?
- Replies: 12
- Views: 91071
How can I customize the \thanks footnote symbol?
Thank you very much Clemens. I embed these codes into SWP, which seem to not recognize the part
Cheers,
Eren
\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
- Tue Aug 13, 2013 10:45 am
- Forum: Page Layout
- Topic: How can I customize the \thanks footnote symbol?
- Replies: 12
- Views: 91071
How can I customize the \thanks footnote symbol?
No problem,
use this in your preamble for redefining the symbols:
\makeatletter
\renewcommand*{\@fnsymbol}[1]{\ensuremath{\ifcase#1\or *\or \dagger\or \ddagger\or
\mathsection\or \mathparagraph\or \|\or **\or \dagger\dagger
\or \ddagger\ddagger \else\@ctrerr\fi}}
\makeatother
Just replace ...
use this in your preamble for redefining the symbols:
\makeatletter
\renewcommand*{\@fnsymbol}[1]{\ensuremath{\ifcase#1\or *\or \dagger\or \ddagger\or
\mathsection\or \mathparagraph\or \|\or **\or \dagger\dagger
\or \ddagger\ddagger \else\@ctrerr\fi}}
\makeatother
Just replace ...