- Questo topic ha 4 risposte, 2 partecipanti ed è stato aggiornato l'ultima volta 10 anni, 7 mesi fa da .
-
Topic
-
Carissimi,
mi sono accorto della cosa, adeguando il mio DB al nuovo pacchetto [tt]biblatex-bookinarticle[/tt], per me molto prezioso, ma la cosa riguarda anche le normali voci bibliografiche.
Dall’esempio seguente, si potrà notare che manca la data della rivista nella sezione del [tt]\printbiblist[/tt].Ecco un esempio
`% !TeX program = xelatex
% !TeX encoding = UTF-8
% !TeX spellcheck = it_IT\begin{filecontents}{biblio.bib}
@Book{Adam1902,
author = {Adam, James},
location = {Cambridge},
publisher = {University Press},
title = {The Republic of Plato},
year = {1902},
keywords = {auctores},
titleaddon = {edited with critical Notes, Commentary and Appendices},
volumes = {2},
shorthand = {Adam}
}@Article{Dyck1985,
author = {Dyck, Andrew R.},
journal = {Harvard Studies in Classical Philology},
pages = {75–84},
title = {Notes on Platonic lexicography in antiquity},
volume = {89},
year = {1985},
keywords = {auctores},
shorthand = {Dyck}
}@Bookinarticle{Boethus1985,
author = {Boethus},
bookauthor = {Dyck, Andrew R.},
journal = {Harvard Studies in Classical Philology},
pages = {75–84},
title = {Lexicorum platonicorum fragmenta},
volume = {89},
year = {1985},
keywords = {auctores},
maintitle = {Notes on Platonic lexicography in antiquity},
shorthand = {Boeth.}
}
\end{filecontents}\documentclass[11pt,a4paper]{book}
\usepackage{libertineotf}\usepackage[%
style=philosophy-classic,%
backend=biber,%
dashed=true,%
url = false,%
isbn = false,%
firstinits=true,%
uniquename=init,%
]{biblatex}
\usepackage{biblatex-bookinarticle}
\bibliography{biblio}\begin{document}
\nocite{*}
\printbibliography\nocite{*}
\printbiblist[%
keyword=auctores,%
title={Auctores in apparatu frequentius laudati}%
]{shorthand}
\end{document}`
- Devi essere connesso per rispondere a questo topic.