如何让 LibreOffice 按照 *、†、‡、§ 等顺序对脚注进行“编号”?

如何让 LibreOffice 按照 *、†、‡、§ 等顺序对脚注进行“编号”?

使用 LaTeX,我可以做到:

\documentclass[10pt]{article}
\usepackage[symbol*]{footmisc}

\begin{document}
One\footnote{f1} Two \footnote{f2} Three \footnote{f3} Four \footnote{f4} 
\end{document}

并获得 *、†、‡、§ ... 作为连续的脚注标记。MS-Word 也有此功能 - 一种替代的脚注编号方案。如何使用 LibreOffice 实现相同的功能?

PS-OpenOffice 和 LibreOffice 标签不应该合并吗?

答案1

根据 LibreOffice 论坛人员的建议,我提交了以下文件:

https://bugs.freedesktop.org/show_bug.cgi?id=55436

所以,它现在是一个已知且尚未解决的错误。

相关内容