
在 xetex 腳註中使用了以下程式碼行。
\renewcommand{\thefootnote}{\textit{\alph{footnote}}}
輸出顯示
u2.22 Sabbath
v2.24 Deu 23.25
w2.25 1Sa 21.1-6
x2.26 Lev 24.5-9
y2.27 Deu 5.14
z 3.4 Luk 14.3
3.6 Mat 22.15-16
3.10 Mat 14.36
3.11 Luk 4.41
3.12 Mak 1.34
3.16 Jn 1.42
3.17 Luk 9.54
3.22 Mat 9.34; 10.25
a、b、c、d...直至 z。之後它沒有顯示在\footnote
實際上 z 結束後應該開始 aa,ab,ac.....az,ba,bb,bc....bz,同上..
但現在它不起作用。
實際輸出應該像這樣顯示
u2.22 Sabbath
v2.24 Deu 23.25
w2.25 1Sa 21.1-6
x2.26 Lev 24.5-9
y2.27 Deu 5.14
z3.4 Luk 14.3
aa3.6 Mat 22.15-16
ab3.10 Mat 14.36
ac3.11 Luk 4.41
ad3.12 Mak 1.34
ae3.16 Jn 1.42
af3.17 Luk 9.54
ag3.22 Mat 9.34; 10.25
請問有誰知道的.
提前致謝。
答案1
alphalph
使用具有以下聲明的套件:
\renewcommand{\thefootnote}{\textit{\alphalph{\value{footnote}}}}
微量元素:
\documentclass{article}
\usepackage{alphalph}
\renewcommand{\thefootnote}{\textit{\alphalph{\value{footnote}}}}
\begin{document}
\section{Footnotes}
\setcounter{footnote}{25}
Some text\footnote{test} and some more text\footnote{test}
\end{document}
輸出: