当我们这样做的时候
\bibliographystyle{style}
\bibliography{References.bib}
我们在文档末尾获得了所有引用,以及文档中的某种引用/id。
我需要的是文档本身中的完整引用(而不是在末尾),然后能够在此引用下写下我想要的内容。例如;
Chaminade, T., Hodgins, J., & Kawato, M. (2007). "Anthropomorphism influences perception of computer-animated characters' actions." Social Cognitive and Affective Neuroscience 2(3): 206-216
- Some text..........
- Some more text.......
Cowley, S. J., Kanda, T. (2005). "Friendly machines: interaction-oriented robots today and tomorrow." Alternation 12(1a): 79-106.
- Some text.....
- Some more text....
我该怎么做?谢谢。
答案1
我建议使用 biblatex\fullcite
命令,它可以将参考书目条目插入到文档中你喜欢的任何位置。例如,
\fullcite{knuth1990}
\begin{itemize}
\item some text \item some more text
\end{itemize}