I really like the style "philosophy-modern" for the bibliography at the end of the document. I also like to have verbose citations as footnotes.
bibstyle=philosophy-modern,
citestyle=philosophy-verbose,
enables me to have both. However "philosophy-modern" uses a lot of space in the footnote. Can I change to a different style in the footnote, but still have "philosophy-modern" in bibliography?
MWE:
\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[backend=bibtex,
bibstyle=philosophy-modern,
citestyle=philosophy-verbose,
]{biblatex}
\addbibresource{sample}
\title{Bibliography management: \texttt{biblatex} package}
\author{Share\LaTeX}
\begin{document}
\maketitle
This document is an example of \texttt{biblatex} package using in bibliography
management. Three items are cited: \textit{The \LaTeX\ Companion} book
\autocite{latexcompanion}, the Einstein journal paper \autocite{einstein}, and
the Donald Knuth's website \cite{knuthwebsite}. The \LaTeX\ related items
are \autocite{latexcompanion,knuthwebsite}.
\medskip
\printbibliography
\end{document}
Aucun commentaire:
Enregistrer un commentaire