I am on the process to submit a paper, and the committee need the paper in a latex form that being able to compile in pdf using one of the following compiler:
pdflatex, xelatex,lualatex or latex.
我正在提交一篇论文,委员会需要一份乳胶形式的论文,能够使用以下编译器之一在pdf中编译:pdflatex,xelatex,lualatex或laex。
and for references using either : bibtex, biber.
参考资料可使用:bibtex、biber。
I am using overleaf to generate my paper and manage the references in a form of .bib
我正在使用OBLEX生成我的论文,并以.bib的形式管理参考文献
while using the above latex generators , i got the pdf without references and figure/table citation. it gives ? instead of the exact numbers
在使用上面的LaTeX生成器时,我得到了没有引用和图表引用的pdf。它会屈服吗?而不是确切的数字
my reference part at the end of my .tex file is as bellow :
我的.tex文件末尾的引用部分如下所示:
\bibliographystyle{splncs04}
%\typeout{}
\bibliography{egbib}
I noticed that when i use the latexmk -pdf
function in the command prompt , i got the correct pdf file with reference and citation correctly presents.
我注意到,当我在命令提示符下使用latex-pdf函数时,我得到了正确的pdf文件,并正确地呈现了引用和引用。
the conference need me to submit a zip file with all my document and files, and now i am not sure how to ensure that my file will regenerate correctly there.
会议需要我提交一个包含我所有文档和文件的压缩文件,现在我不确定如何确保我的文件在那里正确重新生成。
any suggestion please ?
有什么建议吗?
更多回答
优秀答案推荐
To handle errors related to references not found, it is useful to compile pdflatex + bibtex + twice pdflatex again.
Alternatively, using latexmk automatically decides how many times to compile based on whether or not the pdf was successfully produced.
Question about it
为了处理与未找到的引用相关的错误,重新编译pdflatex+bibtex+两次pdflatex是很有用的。或者,使用latexmk根据是否成功生成pdf来自动决定编译多少次。关于它的问题
更多回答
我是一名优秀的程序员,十分优秀!