Re: BiblaTeX e compilazione… che confusione

#76788
Up
0
Down
::


L’editor che sto usando è TeXstudio
la distribuzione è TeXLive, costantemente tenuta aggiornata

il pezzo di codice del preambolo riguardante biblatex, e che 4 mesi fa non mi diede alcun problema è il seguente:

\usepackage[babel]{csquotes}
%\usepackage[bibstyle=philosophy-modern,citestyle=authoryear,useprefix,indexing,natbib,babel=hyphen]{biblatex}
%\usepackage[bibstyle=authoryear,citestyle=authoryear-ibid,useprefix,indexing,babel=hyphen]{biblatex}
\usepackage[bibstyle=authoryear,citestyle=authoryear,useprefix,backref,indexing,babel=hyphen,backend=biber]{biblatex}
%\usepackage[bibstyle=authoryear,citestyle=authoryear,hyperref,square,natbib,useprefix,backref]{biblatex}
%\usepackage[bibstyle=authoryear,useprefix]{biblatex} ,hyperref
%usepackage[style=philosophy-modern,hyperref,backref,square,natbib,useprefix]{biblatex}
%\usepackage[bibstyle=authoryear,citestyle=authoryear,useprefix]{biblatex}
%\usepackage[bibstyle=authoryear,citestyle=authoryear-ibid,useprefix,indexing]{biblatex}

\DeclareIndexFieldFormat{indextitle}{}{}{}

\addbibresource{Bibliografia/Bibliografia}

ho diverse righe di codice commentate poichè avevo fatto diverse prove sulllo stile di citazione e bibliografie da utilizzare

mi ero fermato alla discussione Riferimenti bibliografici “authortitle” senza riuscire a sperimentare i suggerimenti a me dati dagli altri utenti

Grazie

P.S. ho provato ad utilizzare biber al posto di bibtex ma no è cambiato nulla

Go to top