Open
Description
Running the following tex
\documentclass{article}
\usepackage{natbib}
\bibliographystyle{dinat}
\begin{document}
Trying to cite: \cite{one_law}
\bibliography{refs}
\end{document}
with refs.bib
as follows
@article{one_law,
author = {Higman, Graham and Neumann, B.~H.},
title = {Groups as groupoids with one law},
journal = {Publicationes Mathematicae Debrecen},
year = 1952,
pages = "215--221"
}
with the command plastex main.tex
generates an empty bibliography with the following warnings:
WARNING: Could not find any file named: main.aux
WARNING: Could not find any file named: main.bbl
The directory structure is as follows:
.
├── main.tex
└── refs.bib
The documentation says "Bibliography processing is left to the normal tools" but I am not sure what this means. Is the expectation that I am to generated main.aux
and main.bbl
before running PlasTeX? If so, this should be made clearer (and probably an example should be provided).
Metadata
Metadata
Assignees
Labels
No labels