How can I get LibreOffice to 'number' footnotes in the order *, †, ‡, § etc.?

Posted by einpoklum on Super User See other posts from Super User or by einpoklum
Published on 2012-09-26T18:49:54Z Indexed on 2012/10/01 15:43 UTC
Read the original article Hit count: 526

With LaTeX, I can do:

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

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

And get *, †, ‡, § ... as consecutive footnote markers. MS-Word has this feature too - an alternative footnote numbering scheme. How can I achieve the same with LibreOffice?

PS - Shouldn't the OpenOffice and LibreOffice tags be merged?

© Super User or respective owner

Related posts about libreoffice

Related posts about numbering