我怎样才能制作自定义简短引文将作者-标题-卷字段合并到自定义字段例如“MRCLC 61:130”而不是“Matuz,当代文学批评,130”。鉴于我的研究领域的一些惯例,我需要这个。请参见下面的示例:
\documentclass{report}
\usepackage[notes,noibid,url=false,isbn=false,doi=false,backend=biber,urldate=long]{biblatex-chicago}
\usepackage[english]{babel}
\usepackage[autostyle=true]{csquotes}
\usepackage{ifthen}
\usepackage{url}
\addbibresource{biblatex-examples.bib}
\begin{document}
This is when I first cite the referred author~\autocite[12]{matuz:doody}.
How can I modify what is presented in the citation when I cite the same author and book a second time?~\autocite[130]{matuz:doody}
\printbibliography
\end{document}
感谢您的帮助和关注!
答案1
如果您可以忍受手动完成工作,只需将所需的简短表格放入shorthand
字段中即可。
标准verbose
样式和biblatex-chicago
样式note
甚至具有使用“以下引用为”给出完整引用的功能,然后在后续引用中也是如此。