You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I run papis html it seems to run fully, producing the bib file and other js files in the directory. However, when I try to load the index.html page, I get an empty list.
The console in firefox says:
Loading failed for the <script> with source “file:///home/mrplews/software/papis/bibliography/js/bootstrap.min.js”. index.html:131:1
XML Parsing Error: not well-formed
Location: file:///home/mrplews/software/papis/bibliography/library.bib
Line Number 1, Column 1:
The bib file does contain the correct citations.
EDIT: looks like bootstrap.min.js is not created in /js/bootstrap.min.js.
The text was updated successfully, but these errors were encountered:
michaelplews
changed the title
XML Parsing Error: not well-formed
[papis-html] XML Parsing Error: not well-formed
Feb 27, 2019
Whenever I run
papis html
it seems to run fully, producing the bib file and other js files in the directory. However, when I try to load theindex.html
page, I get an empty list.The console in firefox says:
The bib file does contain the correct citations.
EDIT: looks like
bootstrap.min.js
is not created in/js/bootstrap.min.js
.The text was updated successfully, but these errors were encountered: