由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
TeX版 - 如果bibligoraphy有2个文件,怎么把它们都包含到.tex文件里面呢
相关主题
请问引用文献的一个问题请问如何在文章中间改变引用格式
有.bib文件,如何产生对应的bbl文件谁知道latex怎么把连着的文献用‘-’联起来
any1 has experience with ACM journal format?菜鸟一问,在文章正文中cite paper
Bibliography和Reference字样同时出现怎么删除其中一个?为什么我的bib file 不能用?
请教 bibliography 字体和正文不同的问题如何cite google scholar找不到的文章报道等
参考文献格式.bib里面能够include另一个.bib文件么?
请教一个怪问题。change bibliography to references, not centered anymore
包子求助:用bibtex,书名不自动断行怎么改变reference 的字体
相关话题的讨论汇总
话题: 文件话题: cite话题: tex话题: 包含
进入TeX版参与讨论
1 (共1页)
r****o
发帖数: 1950
1
如果我有两个.bib文件,A.bib和B.bib
可以在.tex文件里面用\bibliography{A,B}把两个文件都包含进来吗?
我这么用了后好像很多参考文献都找不到了。
大家是怎么弄的阿?
T*******n
发帖数: 493
2
I do this all the time.
I suggest you try just a simple test files and see whether you can
get that to work.
\documentclass{article}
\begin{document}
cite something from a.bib~\cite{aaa}
cite something from b.bib~\cite{bbb}
\bibliographystyle{plain}
\bibliography{a,b}
\end{document}

【在 r****o 的大作中提到】
: 如果我有两个.bib文件,A.bib和B.bib
: 可以在.tex文件里面用\bibliography{A,B}把两个文件都包含进来吗?
: 我这么用了后好像很多参考文献都找不到了。
: 大家是怎么弄的阿?

1 (共1页)
进入TeX版参与讨论
相关主题
怎么改变reference 的字体请教 bibliography 字体和正文不同的问题
怎么指定top, bottom和左右的margins?参考文献格式
A question about footnote请教一个怪问题。
what is the problem?包子求助:用bibtex,书名不自动断行
请问引用文献的一个问题请问如何在文章中间改变引用格式
有.bib文件,如何产生对应的bbl文件谁知道latex怎么把连着的文献用‘-’联起来
any1 has experience with ACM journal format?菜鸟一问,在文章正文中cite paper
Bibliography和Reference字样同时出现怎么删除其中一个?为什么我的bib file 不能用?
相关话题的讨论汇总
话题: 文件话题: cite话题: tex话题: 包含