8000 Could not find any file main.aux or main.bbl · Issue #354 · plastex/plastex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Could not find any file main.aux or main.bbl #354
Open
@Spamakin

Description

@Spamakin

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0