大家好,
我正在尋找一種 BibLaTex 引文樣式來執行此操作:
- 第一次引用 --> 完整條目
- 立即重複的引用必須用縮寫代替同上
- 接下來沒有立即引用(與第一次引用相同的作者+一些標題)-->操作。引用。
例如,
\begin{pseudofootnotes}
\footcite{aristotle:anima}
\footcite{aristotle:anima}
\footnote{Platon touches upon this issue in his \emph{Fake Rhetoric}.}
\footcite{aristotle:anima}
\footcite{Platon \emph{Some title}}
\footcite{Xenophon \emph{Some other title}}
\footcite{Platon \emph{Some title}}
\end{pseudofootnotes}
必須產生這樣的東西:
- 完整條目
- 同上
- 柏拉圖在他的著作中談到了這個問題虛假言辭
- 亞里斯多德,Op.〜引用。,p。 12
- 完整條目(柏拉圖,一些標題, ...)
- 完整條目(色諾芬,其他一些標題,...)
- 柏拉圖,操作。引用。,p。 48
我一開始是verbose-trad3
(https://mirrors.ctan.org/macros/latex/contrib/biblatex/doc/examples/76-style-verbose-trad3-biber.pdf)但需要一些修改。有沒有完全符合我想要的風格?如果沒有,是否可以更改現有樣式以獲得我想要的效果?