如何讓 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

所以,它現在是一個已知且未解決的錯誤。

相關內容