如果我使用 [texlive 2012] 运行下面的示例texi2dvi (GNU Texinfo 5.2) 5381
,它永远不会停止。如何避免这种情况?这有点奇怪。我以前在文件中有很多引用,但文件中还没有.bib
。它仍然会创建.pdf
并以粗体字母显示键。但在过去的几天里,它似乎已经发生了变化(我所做的就是将 Ubuntu 升级到 14.04)。当我使用pdflatex
、bibtex
、时pdflatex
,我当然会得到.pdf
。如果您需要更多版本号等,请告诉我。(pdflatex
显示pdfTeX 3.1415926-2.4-1.40.13 (TeX Live 2012)
)
\documentclass{scrartcl}
\usepackage{filecontents}
\begin{filecontents*}{bib.bib}
@article{mykey,
author={TeX, L.},
journal={Journal of LaTeX questions},
pages={1--10},
title={{Minimal title}},
volume={1},
number={1},
year={2011}}
\end{filecontents*}
\usepackage[backend=bibtex]{biblatex}
\addbibresource{bib.bib}
\begin{document}
Just some reference: \textcite{myfoo}
\printbibliography
\end{document}
以下是该文件的内容.blg
:
This is BibTeX, Version 0.99d (TeX Live 2012)
Capacity: max_strings=35307, hash_size=35307, hash_prime=30011
The top-level auxiliary file: mini.aux
The style file: biblatex.bst
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated wiz_functions (elt_size=4) to 6000 items from 3000.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated singl_function (elt_size=4) to 100 items from 50.
Database file #1: mini-blx.bib
Database file #2: bib.bib
Warning--I didn't find a database entry for "myfoo"
Biblatex version: 2.6
Reallocated singl_function (elt_size=4) to 100 items from 50.
Reallocated wiz_functions (elt_size=4) to 9000 items from 6000.
You've used 1 entry,
6019 wiz_defined-function locations,
1124 strings with 8034 characters,
and the built_in function-call counts, 1306 in all, are:
= -- 64
> -- 58
< -- 1
+ -- 41
- -- 24
* -- 23
:= -- 295
add.period$ -- 0
call.type$ -- 1
change.case$ -- 0
chr.to.int$ -- 34
cite$ -- 0
duplicate$ -- 12
empty$ -- 92
format.name$ -- 0
if$ -- 289
int.to.chr$ -- 0
int.to.str$ -- 0
missing$ -- 0
newline$ -- 22
num.names$ -- 0
pop$ -- 44
preamble$ -- 1
purify$ -- 0
quote$ -- 0
skip$ -- 74
stack$ -- 0
substring$ -- 117
swap$ -- 1
text.length$ -- 16
text.prefix$ -- 0
top$ -- 1
type$ -- 26
warning$ -- 0
while$ -- 50
width$ -- 0
write$ -- 20
(There was 1 warning)