Ciao Ivan,
grazie mille per tutto il tuo lavoro.
Sto provando philosophy-verbose in un testo inglese e vorrei suggerire un piccolo cambiamento riguardante i due punti che talvolta sono stampati dopo
Mi spiego con un esempio: questo documento
`\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian,english]{babel}
\usepackage[babel]{csquotes}
\usepackage[style=philosophy-verbose,backend=biber]{biblatex}
\addbibresource{../bibliotemp.bib}
\begin{document}
\footcite{uno}, \footcite{due}, \footcite{uno}.
\end{document}`
con due voci bibliografiche qualsiasi, ad esempio
`@BOOK
{uno,
editor = “Defoe, Daniel”,
title = “Un libro”,
address = “Oxford”,
publisher = “Oxford University Press”,
year = “1985”}
@COLLECTION
{due,
editor = “Crusoe, Robinson”,
title = “Between Kant and Hegel”,
address = “Oxford”,
publisher = “Oxford University Press”,
year = “1985”}
`
Compilando il documento si ottiene un testo con tre note, di cui la terza ha come testo
Defoe, Un libro cit..
Non so in italiano, ma in inglese in questo caso si dovrebbe usare un solo punto fermo al posto di due punti uno dopo l’altro. Sarebbe possibile fare in modo che philosophy-verbose stampi un solo punto?
Grazie e ciao
Alberto