由买买提看人间百态

topics

全部话题 - 话题: bibitem
1 (共1页)
g*********r
发帖数: 113
1
现在开始写thesis, 发现下载的template用的是bib文件的方式。
可是我以前写paper用的都是
\begin{thebibliography}
\bibitem
。。。
\end{thebibliography}.
请问,能有什么办法把template到格式改成用 \bibitem到方式吗? 谢谢!
j**********n
发帖数: 527
2
\bibliography{yourBibFile}%the .bib file
name only
\bibliographystyle{yourJournalStyle}%the .bst file name only
如果没有现成的 bst
找相近的bst改,或者用命令自己做。
latex makebst
如果journal要求内嵌\bibitem,用bst编译好后,所有的\bibitem都在同名的bbl这个文
件里面。
c*********s
发帖数: 63
3
终于弄好了。把下面的存成.bst文件,和Tex文件放在同一个文件夹就可以了。
%%
%% This is file `cellnew.bst',
%% generated with the docstrip utility, by HJ, 03/03/2013.
%%
%% The original source files were:
%%
%% merlin.mbs (with options: `ay,nat,nm-rvvc,nmlm,x10,x0,m10,m0,mcite,mct-1
,mct-x2,keyxyr,blkyear,dt-beg,yr-par,note-yr,atit-u,jttl-rm,thtit-a,vol-it,
vnum-x,volp-com,pp-last,num-xser,jnm-x,btit-rm,bt-rm,add-pub,pub-par,pre-pub
,edby,edbyy,blk-tit,ppx,ed,abr,ednx,xedn,jabr,url,url-blk,em-it,nfss,')
%% ----------------------... 阅读全帖
c*********s
发帖数: 63
4
终于弄好了。把下面的存成.bst文件,和Tex文件放在同一个文件夹就可以了。
%%
%% This is file `cellnew.bst',
%% generated with the docstrip utility, by HJ, 03/03/2013.
%%
%% The original source files were:
%%
%% merlin.mbs (with options: `ay,nat,nm-rvvc,nmlm,x10,x0,m10,m0,mcite,mct-1
,mct-x2,keyxyr,blkyear,dt-beg,yr-par,note-yr,atit-u,jttl-rm,thtit-a,vol-it,
vnum-x,volp-com,pp-last,num-xser,jnm-x,btit-rm,bt-rm,add-pub,pub-par,pre-pub
,edby,edbyy,blk-tit,ppx,ed,abr,ednx,xedn,jabr,url,url-blk,em-it,nfss,')
%% ----------------------... 阅读全帖
D**o
发帖数: 2653
5
来自主题: Mathematics版 - 关于煙花不堪剪
注意作者 \author{YHBKJ}
Atiyah-Bott Localization 1
2012-09-05 09:24:19
\documentclass[a4paper,12pt]{article}
\usepackage{amsfonts}
\usepackage{amsmath,amsthm,amssymb}
\usepackage{CJK,graphicx}
\usepackage{amscd}
\usepackage{amssymb}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{corollary}{Corollary}[section]
\newtheorem{definition}{Definition}[section]
\newtheorem{lemma}{Lemma}[section]
\begin{document}
\title{\textbf{\Huge{Atiyah-Bott Localization 1}}}\author{YHBKJ}\date{}\
maketitle
\begin{ab... 阅读全帖
n*******l
发帖数: 2911
6
来自主题: Mathematics版 - 请教一个LaTex参考文献问题
终极必杀技:Explicit labels. 你把文献条目写成
bibitem[You et al. 1980]{you80}
You CH, Lee KY, Chey RY, Menguy R (1980).
Electrogastrographic study of patients with unexplained nausea,
bloating and vomiting. Gastroenterology 79:311–314.
http://www.math.uiuc.edu/~hildebr/tex/bibliographies.html
Explicit labels. Many people prefer "mnemonic" labels that contain the year
of publication and the initials of the author(s); for instance, in the above
example, one might label the items [Er01], [GKP89], [Kn92], and [Si... 阅读全帖
V***a
发帖数: 11942
7
我用的是学校的latex format, 直接下载的。举例:
\bibliographystyle{IEEEtran}
\bibliography{IEEEfull,bibfile}
\begin{thebibliography}{thewidest99a}

\bibitem [1] {Bal06}
Ball, M., Lovell, D., Mukherjee, A. Subramanian, B.(2005), Analysis of
Passenger Delays:developing a passenger delay metric, NEXTOR NAS Performance
Metrics Conference, ASilomar, CA. March 2006.
在正文中\cite{Bal06}出现 [1]。但是我想用APA style, 如果用\bibitem[Ball et al
.,2006]代替 \bibitem [1], 正文中出现 [Ball et al.,2006],但是我想要得是(Ball
et al.,2006
m**D
发帖数: 134
8
来自主题: Science版 - Re: 一个计算流体力学的问题?
How about Centered-Euler or Box scheme? I don't know the Chinese name.
Here are some references:
\bibitem{Cebeci}
{\sc Tuncer Cebeci and Peter Bradshaw}, {\em Momentum Transfer in
Boundary Layers},Hemisphere,USA,1977.
\bibitem{Cebeci80}
{\sc Tuncer Cebeci and K.C. Chang and Peter Bradshaw},{\em Solution of a
Hyperbolic System of Trubulence-model Equations by the Box Scheme},
Computer Methods in Applied Mechanics and Egnigneering,
Vol 22 No. 2 pp 213-217,May 1980.
\bibitem{Keller}
{\sc Herbert B.
g****e
发帖数: 1829
9
来自主题: Linux版 - latex 请教!多谢先!
最进些东西。我用了natbib package
在tex文件开头我写的:
\usepackage{natbib}
bibliography 部分是这么写的
\begin{thebibliography}{99}
\bibitem[Jack(2002)]{J02}
\end{thebibliography}
产生ps文件以后,这个方法老让我的每个bibitem都numbered了,因为格式要求,不让
带number。而且我\citep[][]{Ja02}的时候,出来的是Jack(1),而不是jack (2002)
请问怎么搞法呢?
谢谢指点!多谢多谢!
i*****o
发帖数: 42
10
我不需要[1], [2] in front of each reference,如何搞定?
GOOGLE了半天还没搞定,谢谢指点!
\documentclass[12pt,titlepage]{article}
\usepackage{graphicx}
\usepackage{caption2}
\usepackage{amsfonts}
\usepackage{amsmath,float,times,rotating}
\usepackage{amssymb,graphics, dcolumn}
\begin{thebibliography}{1}
\bibitem{kopka95} Helmut Kopka and Patrick W. Daly, 1995,``A Guide to \LaTeX2e
1995).
\bibitem{lamport94} Leslie Lamport, 1994, ``\LaTeX\ : a document preparation
system'', 2nd edition (updated for
\LaTeX2e), Addison-Wes
j******d
发帖数: 70
11
来自主题: TeX版 - 关于references的顺序

\begin{thebibliography}
\bibitem{..}
\bibitem{..}
\end{thebibliography}
生成的参考文献列表,编号是{thebibliography}里的顺序,但是我想它们按在我的文
章中的出现顺序编号,怎么办呢?
谢谢。
t**i
发帖数: 688
12
THE NATBIB statement:
\usepackage[authoryear,square]{natbib}
THE LOG:
[28] [29] (thesis.bbl
! LaTeX Error: \newblock undefined.
See the LaTeX manual or LaTeX Companion for explanation.
Type H for immediate help.
...
l.1 \begin{thebibliography}{}
THE BBL FILE (an excerpt) generated by MikTeX 2.7:
\begin{thebibliography}{}
\bibitem[Johnson and Jane, 1998]{Johnson1998}
Johnson, L. and Jane, J., 1998.
\newblock paper title one.
\newblock {\em Nature}, \textbf{543}:345--347.
\bibitem[Apple
b*******t
发帖数: 33714
13
汗 你的bibitem只是一串字符,格式什么都自己写在里面没可能seperate的
只有从bibtex的output可以直接贴在你本来手动写bibitem的地方,反向操作信息不够的
你的贞洁估计难保了
节哀
x***u
发帖数: 6421
14
来自主题: Physics版 - 问个latex问题
\bibitem后面加个大括号
\bibitem{}
T*******n
发帖数: 493
15
来自主题: TeX版 - About referring articles
I think it's doable, but I can't find any package that already offers this
functionality. To achieve this using a LaTeX package, you will have to
modify some low-level commands dealing with \bibitem and the I/O
with the .aux file.
If you are using UNIX/Linux, you could create a shell script to do the
following:
latex doc1 (run latex on doc1 which includes the bibliography)
bibtex doc1 (run bibtex to generate bibliography for doc1)
latex doc1 (run latex on doc1 again to in
q*****g
发帖数: 1568
16
【 以下文字转载自 Linux 讨论区 】
发信人: qiuxing (球星), 信区: Linux
标 题: 有没有从已有的LaTeX文件里提取bibtex的软件?
发信站: BBS 未名空间站 (Tue Sep 20 15:39:38 2005), 站内
一大堆LaTeX文件,怎么把里头的bibitem提取出来,转换成.bib文件?
T*******n
发帖数: 493
17
来自主题: TeX版 - 我在TEX里做不好的事
\usepackage[draft]{showkeys} can also display the labels and
references wherever \label, \ref, \cite, and \bibitem are
called.
b***r
发帖数: 24
18
来自主题: TeX版 - 一个WinEdt5.4问题
我新装了WinEdt5.4(以前一直用的是5.2版),感到有很多新的功能增强.但有一些
老的好用的设置好象没了.
比如以前在敲\cite和\ref时,会有一个列表自动弹出.然后双击想要的选择,系统就自动
把所选的填入{}当中.可是在5.4里头,当我双击所选的选择时,软件却把我带到源文件
中定义label或bib文件中的bibitem,而非自动帮我填好.
请问这是什么问题?有没有办法将它设成老的版本一样的方式?多谢了!
T*******n
发帖数: 493
19
I took a look at acmtrans2m.cls version 1.1.1.1 and don't
see why the numbers would be suppressed in the bibliography
listing. If you look in this class file, search for the definition
of the "thebibliography" environment, you'll see the line
\@biblabel{\arabic{enumiv}}, which means that the \bibitem
produces numbered labels using the level-4 enumerate counter.
The bibliography labels are defined similarly in the standard
LaTeX classes.
Are you loading some other package that does something
str
t*h
发帖数: 148
20
来自主题: TeX版 - 问个bibtex的问题
以前的文献是写成
\bibitem[{Carroll \textit{et~al.}}(1995)]{Carroll95}
Carroll, R.J., D. Ruppert, and L.A. Stefanski, 1995. Measurement
Error in Nonlinear Models. New York: Chapman and Hall.
现在想用bibtex进行管理,有没有办法批量导入?
谢谢
i*******w
发帖数: 405
21
what you mean?
it seems I have to type in \bibitem format.
m*m
发帖数: 1185
22
来自主题: TeX版 - 看看这个latex 问题
\bibitem[wer]{latex}Helmut Kopka and Patrick W. Daly, \textsl{A Guide to
\LaTeX: Document Preparation for Beginners and Advanced Users},
fourth edition, Addison-Wesley (2004).
label[wer] 如何不显示出来?
最后总是显示出来。
s***a
发帖数: 1676
23
来自主题: TeX版 - 如何改变References的名字?
latex使用
\begin{thebibliography}{}
\bibitem{name}
name
\newbock {article title}
\end{thebibliography}
会显示为
References
[1] name article title
请问如何显示为
References Used
[1] name article title
谢谢
T*********r
发帖数: 11175
24
.................
s.........\cite{Weinberg}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{thebibliography}{99}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibitem{Weinberg}
S.~Weinberg,
``Baryon And Lepton Nonconserving Processes,''
Phys.\ Rev.\ Lett.\ {\bf 43} (1979) 1566.
%%CITATION = PRLTA,43,1566;%%
\end{thebibliography}
\end{document}
a**e
发帖数: 5794
25
你在开历史的倒车
b*******x
发帖数: 2469
26
实际上APS发文章不支持同时上传bib文件的,所以必须把文献部分嵌入tex文件;
其实很简单的,你先把文献都输入bib文件,执行tex文件,会自动生成一个bbl文件,
打开bbl文件,用里面的东西替换掉下面这部分就ok了。
\bibliography{pre}% Produces the bibliography via BibTeX.
\end{document}
x******g
发帖数: 24
t******g
发帖数: 1136
28
我用latex 写的文章。用的软件是WinEdt
他们要求
Please use Harvard Style for references
我用的命令是:
\begin{thebibliography}{}
\bibitem{}
\end{thebibliography}
请教如何改成Harvard Style? 谢谢了!
y******n
发帖数: 31
29
I would like to insert reference using \cite{} in TexnicCenter. In WinEdit,
once you type \cite{}, all the bibitem entries will be listed automatically
so that you do not need to go to the reference list at the end of your
document to find what is the exact name of the entry you would like to
insert. Is there a similar function in TexnicCenter?
The other question I have is how to use BibTex. Is there any software that
help generate the reference list without typing manually?
Thanks!
b***k
发帖数: 2673
30

I would like to insert reference using \cite{} in TexnicCenter. In WinEdit,
once you type \cite{}, all the bibitem entries will be listed automatically
so that you do not need to go to the reference list at the end of your
document to find what is the exact name of the entry you would like to
insert. Is there a similar function in TexnicCenter?
不知如何到这个,如果有人知道,请告知。
The other question I have is how to use BibTex. Is there any software that
help generate the reference list without typing manually?
s*****t
发帖数: 14
31
来自主题: TeX版 - 求助
解决了
FUNCTION {article}
{ output.bibitem
format.authors "author" output.check
author format.key output
new.block
%format.title "title" output.check
不知道这局被谁comment了 去掉%就好了
e******d
发帖数: 310
32
来自主题: TeX版 - questions about reference
I have the following code,
=============================
\documentclass[9pt, twocolumn,times]{article}
\begin{document}
\date{}
\title{THIS IS TITLE}
\maketitle
\section{INTRODUCTION}
This is an introduction
\section{CONCLUSION}
This is conclusion
\begin{thebibliography}{99}
\bibitem{ref01} author1, author2, `` This is a reference, '' xxx press,
2000.

\end{thebibliography}
\end{document}
===========================================
In the above code, the reference appears as
=============
Ref
Y*Y
发帖数: 694
33
\bibitem[]{AB-07} ...
\bititem[]{BX-99} ...
我只是推测,没亲自试过。
h***t
发帖数: 2540
34
改投期刊的时候,遇到不同风格的reference要求,如何把现有的reference文件转换成
对应风格的呢?谢谢。
b*******t
发帖数: 33714
35
直接改bibstyle就好了
h***t
发帖数: 2540
36
能不能说的稍微具体些?多谢了
s***e
发帖数: 7166
37
不行,我的贞洁很重要,我抵死不从……难道没有聪明一点的直接读bibitem的包吗?
r******e
发帖数: 115
38
来自主题: Physics版 - 问个latex问题
文章后面的文献
\begin{thebibliography}{99}
\bibitem
assfsd
\end{thebibliography}
编译出来怎么第一个字母没了,只有
ssfsd
w*s
发帖数: 272
39
来自主题: Physics版 - tex 中如何把bibitem 变成 bibtex
有没有软件可以用阿?
f*******y
发帖数: 267
40
来自主题: Physics版 - PRL reference一个小问题
小弟第一次提交PRL。在reference前写作者的present address 遇到一个问题。
bibitem[*]{Author}Present Address:
按照authors.aps.org/latex/revtex.pdf的要求加的(里面说这是author-speci ed
endnote
symbol, 自动变成上标)。但是得不到那种上标形式的label。只能得到Author[*]和
最后的[*] Present Address:
郁闷啊弄了好久。求知情大侠知道!可不可以就这样提交啊。。谢啦。
v******s
发帖数: 435
41
请问必须要用eps格式吗?另外我看apl的说明里面说只要复制.bbl里面bibitem的部分
?可是那样在我的电脑上都编译不过去。。

tex
a*p
发帖数: 62
42
in latex, no need to use bibtex, just:
\cite{hehe}
\begin{thebibliography}{9}
\bibitem{hehe}
1 (共1页)