Re: alphalph package problem



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>
.



Relevant Pages

  • Re: Links + Attachfile
    ... Thanks for the correction. ... It complains about ... Missing number, treated as zero. ...
    (comp.text.tex)
  • Re: Need modern version of old technique to show missing values
    ... The above-mentioned R has the symbol "NA" to indicate missing values, ... distinguished from the usual IEEE754 floating point special values ... negative zero. ... seem determined to use an older standard this option is of course not ...
    (comp.lang.fortran)
  • Re: Need modern version of old technique to show missing values
    ... pages and allows selection of any program out a class, ... CSV style ASCII files that are human readable, where "missing" values ... zero for a real value of zero and a negative real zero to indicate ... data with this interior coding. ...
    (comp.lang.fortran)
  • Re: Need modern version of old technique to show missing values
    ... zero for a real value of zero and a negative real zero to indicate ... -1e37 for 4-byte reals. ... You may need different missing values for different data ... ndata = ndata + 1 ...
    (comp.lang.fortran)
  • Re: Question about SUM and Nulls
    ... >when performing a scalar operation with a NULL value the NULL cannot be ... because NULL is meant to be a marker for missing data. ... Suppose I asked you what our age difference is, ... Would you treat is as zero, ...
    (microsoft.public.sqlserver.programming)