Grazie!
Ho letto la documentazione e provato il tuo modello – purtroppo non mi funziona! (E dunque non ho potuto verificare la questione delle lettere accentate.)
In più – se possibile – vorrei continuare a usare indexing per l’indice dei nomi (che mi salva molto lavoro).
Si può fare?
Ecco dove ho provato il tuo modello:
`\documentclass[12pt]{article}
\usepackage[english]{babel}
\usepackage[utf8x]{inputenc}
\usepackage{amsmath}
\usepackage{graphicx}
\usepackage[applemac]{inputenc}
\usepackage[italian]{babel}
\usepackage[style=philosophy-modern,hyperref,%indexing,
square,natbib,%backref
]{biblatex}
\usepackage{imakeidx}
\makeindex[name=analitico, title=Indice analitico,program=xindy]
\makeindex[name=nomi, title=Indice dei nomi,program=xindy]
\bibliography{Frege-Geach}
\title{Fooling the Frege-Geach Problem for Expressivism}
\author{FF}
\begin{document}
\maketitle
The objection of the Frege-Geachers,\footnote{The problem got its name from Geach's objection explointing Frege's\index[nomi]{Frege, Gottlob} attention on assertion.} […]
According to our first point (Sect. 2), one can't beat about the bush with logical operations on things such as mental contents.
In particular, when one (externally) denies a (prima facie) normative proposition, he simply rejects it as normative, he does not accept its normativity.\index[analitico]{normativity}
\nocite{*}
\printbibliography
\printindex[analitico]
\printindex[nomi]
\end{document}`
Grazie ancora,
Federico