我喜欢 LaTeX,但遗憾的是没有适合的样式蓝皮书统一引用系统在法学院使用。我不会再使用文字处理器了,所以我决定将现有的一些风格调整为最低限度有用的风格。我已经接近了理想的结果,而不是威尔·哈迪的 澳大利亚法律引证指南 2 或 AGLC2,但我发现了一些障碍。其中之一是标题中的“The”移到了后面(在 MWE 中它位于 FN 编号 6)。
我使用的文件如下:
- 威尔·哈迪的 ALC2(aglc2.bbx 和 aglc2.cbx)
- 我认为 biblatex.cgf 看起来可能与这个问题无关。
以下是 MWE:
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[spanish]{babel}
\usepackage[backend=biber, sortlocale=auto, style=aglc2, citestyle=aglc2]{biblatex}
\usepackage{csquotes}
\addbibresource{america2.bib}
\begin{document}
This paper is an example of how footnotes should work in \emph{Bluebook}, the
style of citation used in American legal academia. We call authors such as Friedman,
who we think is awesome.\footcite[578]{friedman1} And we think he is awesome again.\footcite[578]{friedman1}
And we cite him again.\footcite[578]{friedman1} But then we move on and cite some
other guy for ``a new jurisprudence of judicial restraint.''\footcite{balkin}
Some other guy gets cited \footcite{kurland} and then we cite Friedman again
but with another article.\footcite{friedman2} But then we cite a book.\footcite[22]{parker}
And we cite Kurland again\footcite{kurland}
\printbibliography
\end{document}
抱歉之前没有包含 america2.bib 文件:
@article{friedman1,
title = {Dialogue and Judicial Review},
volume = {91},
issn = {00262234},
url = {},
doi = {10.2307/1289700},
pages = {577},
number = {4},
journaltitle = {Michigan Law Review},
author = {Friedman, Barry},
urldate = {2014-06-03},
date = {1993-02},
file = {}
}
@book{parker,
title = {Here, the People Rule: A Constitutional Populist Manifesto},
volume = {},
url = {},
shorttitle = {Here, the People Rule},
pages = {},
journaltitle = {},
shortjournal = {},
author = {Parker, Richard D.},
date = {1992},
file = {}
}
@article{friedman2,
title = {Importance of Being Positive: The Nature and Function of Judicial Review, The},
volume = {72},
url = {},
shorttitle = {Importance of Being Positive},
pages = {1257},
journaltitle = {University of Cincinnati Law Review},
shortjournal = {U. Cin. L. Rev.},
author = {Friedman, Barry},
date = {2003},
file = {}
}
@article{kurland,
title = {The Supreme Court, 1963 Term},
volume = {78},
issn = {{0017811X}},
url = {},
doi = {10.2307/1338853},
pages = {143},
number = {1},
journaltitle = {Harvard Law Review},
author = {Kurland, Philip B.},
urldate = {2014-06-03},
date = {1964-11},
file = {}
}
@article{balkin,
title = {Understanding the Constitutional Revolution},
volume = {87},
url = {},
pages = {1045},
journaltitle = {Virginia Law Review},
shortjournal = {Va. L. Rev.},
author = {Balkin, Jack M. and Levinson, Sanford},
date = {2001},
file = {}
}
答案1
这个问题已经已回答。感谢大家的意见。事实证明,问题出在 .bib 文件中,而不是样式或 Biblatex 自定义文件中。Zotero 显然已经将定冠词“The”的位置移到了标题一篇文章,其名称为“积极的重要性”,可能用于索引目的。