- Questo topic ha 2 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 8 anni, 4 mesi fa da .
-
Topic
-
Dopo molto tempo ho ripreso delle cose scritte con Latex
ma un file mi dà problemi, e non vorrei essermi perso qualche puntata.
`\begin{filecontents*}{\jobname.bib}
@book{ bottero:1992,
author = “Bottero, Jean and Kramer, Samuel N.”,
title = “Uomini e dèi della Mesopotamia”,
publisher = “Einaudi”,
location = “Torino”,
year = “1992”,
}
\end{filecontents*}\documentclass[a4paper,11pt,twoside]{report}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage[italian]{babel}
\usepackage[type1]{ebgaramond}
\usepackage{microtype}
\usepackage[babel,italian=guillemets]{csquotes}
\usepackage[style=philosophy-verbose,scauthors=true,lowscauthors=true,%
classical=true,volnumformat=strings,volumeformat=romansc,firstinits=true,%
sorting=nyt,commacit=true,citepages=omit,indexing,hyperref]{biblatex}
\addbibresource{\jobname.bib}
\nocite{*}
\usepackage{hyperref}\begin{document}
\nocite{*}
\printbibliography
\end{document}`
In questo caso non ottengo gli autori in maiuscoletto
e invece l’avvisoPackage biblatex Warning: ‘firstinits’ option is deprecated.
(biblatex) Please use ‘giveninits’ instead.Se sostituisco firstinits con giveinits:
! Package xkeyval Error: `giveinits’ undefined in families `blx@opt@pre’.
See the xkeyval package documentation for explanation.
Type Hfor immediate help.
…l.13809 \blx@processoptions
Fermo restando che un tempo compilava, cosa sto sbagliando adesso?
grazie
m
- Devi essere connesso per rispondere a questo topic.