Code: Select all
LaTeX Warning: There were undefined references.
)</usr/local/texlive/2018/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb></usr/local/texlive/2018/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>
Output written on LaTeX.pdf (1 page, 17326 bytes).
Transcript written on LaTeX.log.
TeX Output finished at Fri Sep 7 15:59:55
Code: Select all
%Content of en-math.bib:
%@book{golub-96,
% Author = {Charles H. Golub and Charles F. Van Loan},
% Date-Added = {2017-05-23 23:29:35 +0000},
% Date-Modified = {2017-05-23 23:31:30 +0000},
% Isbn = {0-8018-5414-8},
% Publisher = {The Johns Hopkins University Press},
% Title = {Matrix computations},
% Year = {1996}}
Code: Select all
\documentclass{article}
%\usepackage{natbib}
\begin{document}
\cite{golub-96}
%\bibliography{/home/er/Documents/essential/share/LaTeX/bib/en-math/en-math.bib}
\bibliography{en-math.bib} % local copy
\bibliographystyle{plainnat}
% This works:
%\begin{thebibliography}{}
%\bibitem{golub-96} Charles H. Golub and Charles F. Van Loan, {\em Matrix computations}, 1996
%\end{thebibliography}
\end{document}
Log:
Code: Select all
This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex 2018.6.16) 7 SEP 2018 15:59
entering extended mode
restricted \write18 enabled.
file:line:error style messages enabled.
%&-line parsing enabled.
**\input LaTeX.tex
(./LaTeX.tex (/usr/local/texlive/2018/texmf-dist/tex/latex/base/article.cls
Document Class: article 2014/09/29 v1.4h Standard LaTeX document class
(/usr/local/texlive/2018/texmf-dist/tex/latex/base/size10.clo
File: size10.clo 2014/09/29 v1.4h Standard LaTeX file (size option)
)
\c@part=\count80
\c@section=\count81
\c@subsection=\count82
\c@subsubsection=\count83
\c@paragraph=\count84
\c@subparagraph=\count85
\c@figure=\count86
\c@table=\count87
\abovecaptionskip=\skip41
\belowcaptionskip=\skip42
\bibindent=\dimen102
) (./LaTeX.aux)
\openout1 = `LaTeX.aux'.
LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 4.
LaTeX Font Info: ... okay on input line 4.
LaTeX Warning: Citation `golub-96' on page 1 undefined on input line 6.
No file LaTeX.bbl.
[1
{/usr/local/texlive/2018/texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
(./LaTeX.aux)
LaTeX Warning: There were undefined references.
)
Here is how much of TeX's memory you used:
203 strings out of 492646
2170 string characters out of 6129563
58970 words of memory out of 5000000
4174 multiletter control sequences out of 15000+600000
3948 words of font info for 15 fonts, out of 8000000 for 9000
1141 hyphenation exceptions out of 8191
23i,4n,22p,120b,107s stack positions out of 5000i,500n,10000p,200000b,80000s
</usr/local/texlive/2018/texmf-dist/fonts/type1/public/amsfonts/cm/cmbx10.pfb
></usr/local/texlive/2018/texmf-dist/fonts/type1/public/amsfonts/cm/cmr10.pfb>
Output written on LaTeX.pdf (1 page, 17326 bytes).
PDF statistics:
16 PDF objects out of 1000 (max. 8388607)
10 compressed objects within 1 object stream
0 named destinations out of 1000 (max. 500000)
1 words of extra memory for PDF output out of 10000 (max. 10000000)