MakeIndex, Nomenclature, Glossaries and AcronymsIndexing names in footenotes

Information and discussion about MakeIndex - the tool to generate subject indices for LaTeX documents.
Post Reply
Jongomez
Posts: 49
Joined: Tue Nov 28, 2023 9:29 pm

Indexing names in footenotes

Post by Jongomez »

I am using in the preamble:
\usepackage{imakeidx}
\makeindex

And within the document (at the end):
\clearpage
\index{Índice alfabético}

\addcontentsline{toc}{chapter}{Index }
\printindex
\end{document}
************************************
For names in the main document I write (example): text, text, tex......\index{Einstein} Einstein ....
and I get the correct entry in the Index page:

Einstein, 10 (page no. 10)

BUT, for names within a \footenote I wish the letter f to appear (in italic) the Index page, after the page number, i.e.

Einstein, 35f (f in italic)

Can you help me?
Thanks a lot,
Jon A. Gomez

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply