Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/ruby/22.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Latex 乳胶和复合围兜_Latex - Fatal编程技术网

Latex 乳胶和复合围兜

Latex 乳胶和复合围兜,latex,Latex,我想把我的参考书目分为两部分,并找到一个似乎是完美的。 但是:不知何故,它不起作用,即使是简单的例子也不起作用: \documentclass{article} \usepackage{multibib} \newcites{ltex}{\TeX\ and \LaTeX\ References} \begin{document} References to the \TeX book \citeltex{Knuth:1991} and to Lamport’s \LaTeX\ book, whi

我想把我的参考书目分为两部分,并找到一个似乎是完美的。 但是:不知何故,它不起作用,即使是简单的例子也不起作用:

\documentclass{article}
\usepackage{multibib}
\newcites{ltex}{\TeX\ and \LaTeX\ References}
\begin{document}
References to the \TeX book \citeltex{Knuth:1991} and to Lamport’s \LaTeX\ book, which appears only in the references\nociteltex{Lamport:1994}. Finally a cite to a Postscript tutorial \cite{Adobe:1985}.
\bibliographystyleltex{alpha}
\bibliographyltex{lit}
\renewcommand{\refname}{Postscript References}
\bibliographystyle{plain}
\bibliography{lit}
\end{document}
围嘴的锉刀看起来像那样

@book{Knuth:1991, author = {Knuth, Donald E.}, title = {The TEC book}, publisher = {Addison-Wesley, Reading, Massachusetts}, year = {1991}}
@book{Lamport:1994, author = {Lamport, Leslie}, title = {LATEX: A Document Preparation System}, publisher = {Addison-Wesley, Reading, Massachusetts, 2 edition}, year = {1994} }
@book{Adobe:1985, author = {Adobe System Incorporated},   title = {Postscript Language Tutorial and Cookbook},   publisher = {Addison-Wesley, Reading, Massachusetts},   year = {1985}}
正如预期的那样,创建了两个aux文件(每个零件一个),但创建的pdf文件仅包含“正常”的参考,而不包含创建的bib的参考


有什么想法吗?谢谢

好的,我自己发现的:

我使用的是Texnicenter,所有的编译都是自动完成的,但是ltex.aux文件需要额外的bibtex调用,所以您需要运行

bibtex ltex.aux
在命令行上手动执行,然后它就可以工作了。
也许有人知道从Texniccenter调用的方法?

在Texnic Center中打开ltex.aux文件(通过文件然后打开…)。 一旦它打开并且是Texnic Center中的选定选项卡,请转到“生成,当前文件…”。。。然后单击Bibtex。这里的关键是在当前文件选项中选择Bibtex命令。
这与Texnic Center中的bibtex ltex.aux的性能相同

欢迎您发布有关堆栈溢出的latex问题,但请注意,目前正在公测中运行,您可能会在该网站上获得更快的响应。