Re: alphalph package problem
- From: Heiko Oberdiek <oberdiek@xxxxxxxxxxxxxxx>
- Date: Tue, 03 Mar 2009 12:56:39 +0100
Turgut Durduran <ugdc@xxxxxxxx> wrote:
I am trying to use alphalph package because I need more than 9 footnote
symbols in a single page.
I copied the example from alphalph manual but it complains about a
"missing number" being treated as zero.
%author command uses footnote symbols which are limited to 9!
%this extends it:
\usepackage{alphalph}
\makeatletter
\newalphalph{\fnsymbolmult}[mult]{\@fnsymbol}{5}
\makeatother
\renewcommand*{\thefootnote}{%
\fnsymbolmult{\value{footnote}}%
}
I do not know why this is giving me the trouble mentioned.
I don't know it either:
\listfiles
\documentclass{article}
\usepackage{alphalph}
\makeatletter
\newalphalph{\fnsymbolmult}[mult]{\@fnsymbol}{5}
\makeatother
\renewcommand*{\thefootnote}{%
\fnsymbolmult{\value{footnote}}%
}
\begin{document}
A%
\makeatletter
\count@=0
\loop
\advance\count@\@ne
\footnote{a} %
\ifnum\count@<50 %
\repeat
\makeatother
\end{document}
Works fine for me with
alphalph.sty 2008/08/11 v2.1 Converting numbers to letters (HO)
Make a minimal example that shows the problem.
Yours sincerely
Heiko <oberdiek@xxxxxxxxxxxxxxx>
.
- Follow-Ups:
- Re: alphalph package problem
- From: Turgut Durduran
- Re: alphalph package problem
- References:
- alphalph package problem
- From: Turgut Durduran
- alphalph package problem
- Prev by Date: Re: kindle?
- Next by Date: Re: siunitx: want to obtain 1-10nm.
- Previous by thread: Re: alphalph package problem
- Next by thread: Re: alphalph package problem
- Index(es):
Relevant Pages
|