Ctex中 winedit 显示 The memory dump在哪里file dump could not found

Latex下使用IEEEtran模板编译bib失败报错的解决方法
又是在改论文中。
使用的是IEEEtran的模板。
因为该文章之前在latex中编译没有什么问题,但是这次对内容进行了一些改动,添加了一些引文,导致在WinEdit下的Latex编译和BibTex编译都在报错。改了一整天,一直都没有成功,相当郁闷。
BibTex编译的报错情况如下:
意思就是说,bibtex编译的过程中,找不到一些命令,比如说\bibdata,进一步导致了引文的条目找不到。
Latex编译的报错情况如下:
Couldn't find
\end{thebiblography}
解决过程:
1、一开始以为是IEEEtran的模板使用有问题。
于是重新下了一个IEEEtran.cls模板(地址在这里:),并更换了主文件文件夹中的IEEEtran.cls文件。重新Latex编译,不成功;BibTex编译,不成功。报错依旧。
2、于是认为可能是主文件中使用IEEEtran的命令不对。
对照中一个帖子的问题以及提出的建议,自己检查自己的引文的引用语句,是以下的格式。
而下面的引用格式是不对的。因为使用的是IEEEtran的模板,所以要按照IEEEtran的引文格式来。而这种\begin...和\end...的格式是自定义的bib格式。
但是,这样在进行Latex编译和bibtex编译时任然出现报错。
耗了一天,后来都差点打算新建一个tex主文件,再一段一段地往里面粘贴编译来试了。
3、后来搜到一个帖子,上面说到这种问题。解决的方法出乎意料。竟然是编译顺序的问题。
也就是,在以上主文件和模板的使用都没有错误的情况下,使用WinEdit:
“先做一次pdfLatex编译,再做一次bibtex编译,再做两次pdfLatex编译”
中间过程可能也会报错,直接无视之。
之后你在LaTex编译两次,你就会发现没有error报错,只剩几个worning了。
为确保一下BibTex编译成功,再编译一下bibtex。
之后就可以放心地生成文档了。
============================================================================
最后,将这个最终的解决方法转贴在这里吧;
============================================================================
Tue Dec 15th, 2009
I am getting the error like the following. Please help
This is BibTeX, Version
0.99c (MiKTeX 2.8)
The top-level auxiliary file: sds.aux
The style file: agsm.bst
I found no \bibdata command---while reading file sds.aux
Warning--I didn't find a database entry for "Az02"
Warning--I didn't find a database entry for "Ko02"
Warning--I didn't find a database entry for "Az2003"
Warning--I didn't find a database entry for "Aziz02"
Warning--I didn't find a database entry for "Azi02"
Warning--I didn't find a database entry for "Up97"
(There was 1 error message)
preamble and bibliography in the tex file is as
CODE:&&&&&&
\documentclass[12pt,a4paper]{article}
\usepackage{psfrag}
\usepackage{parskip}
%\usepackage{url}
\usepackage{latexsym}
\usepackage[round,
sort&compress, authoryear]{natbib}
\usepackage{amsmath}
\usepackage{color}
\bibliographystyle{agsm}
\numberwithin{equation}{section}
\begin{document}
\begin{thebibliography}{11}
\bibitem[Afanas’ev(1996)]{Af96}&Afanas’ev,
V.N., Kolmanowskii, V.B., Nosov, V.R., 1996.
Mathematical Theory of Control Systems Design (Dordrecht:
\end{thebibliography}
\end{document}
Sat Dec 19th, 2009
Decide to use either
BibTeX or the&thebibliography&environment. In your
example omit the latter one and add the command for your
bibliography generated by BibTeX where you need
CODE:&&&&&&
\bibliography{bibname}
This will create a
bibliography from the&bibname.bib&database file. To make
the bibliography appear in your document you will need for
【~~~关键点在这里啦~~~】
CODE:&&&&&&
pdflatex jobname
bibtex jobname
pdflatex jobname
pdflatex jobname
Where&jobname.tex&is your main
【转贴来源:】
【本贴地址:】
已投稿到:
以上网友发言只代表其个人观点,不代表新浪网的观点或立场。他的最新文章
他的热门文章
您举报文章:
举报原因:
原文地址:
原因补充:
(最多只允许输入30个字)装好CTEX与WinEdt后准备编译我的第一篇文章
但是确报出了如下的错误:The memory dump file could not be found.
后来在SourceForge找到了问题的答案:
This problem happens if there is a space in the PATH for the binaries.
By default, the files are installed under C:\Program Files (x86), and this causes problems in mpost when using Latex formatting (regular labels don't produce the error when then the path contains spacing).
I placed Miktex in a path without spaces, and mpost programs compile fine.
I figured this may have been the issue because I tried installing texlive, and saw that Perl kept crashing during the install.
The default location is C:\texlive, and when I chose that, the installation went fine, and mpost worked without problems
就是说安装路径不能有空格,这个错误实在是太坑爹了!
估计也应该有很多朋友跟我犯过同样的错误~ 希望CTEX安装界面以后有一些这方面的提示啊。
还有就是WinEdt试用期的问题,有人说不注册也没事照常用,就等等看吧。
还有一个不用注册码的方法:
在options菜单下点options...,在advanced configuration...下Event Handlers...下点Exit,如下图所示:
&在E前添加一行代码:
&&&&&&&&RegDeleteValue('HKEY_CURRENT_USER', 'Software\WinEdt 6', 'Inst');
&保存后在Exit点鼠标右键Execute Script即可。
每次退出WinEdt时自动删除注册表中相关信息,试用期30天永不过期。
以上方法转载于:
阅读(...) 评论()

我要回帖

更多关于 memory dump在哪里 的文章

 

随机推荐