hplgit / doconce

Lightweight markup language - document once, include anywhere
http://hplgit.github.io/doconce/doc/web/index.html
Other
312 stars 60 forks source link

references not being generated correctly in pdf but are OK with html #32

Closed nagordon closed 9 years ago

nagordon commented 9 years ago

I have a doconce source file test2.do.txt that creates an html file and latex and then pdf. The references are created correctly with the html file but not the latex file. Any Ideas?

Thanks in advance.

hplgit commented 9 years ago

The problem is that there are two BIBFILE: specifications in the test2.do.txt file. BibTeX then gives an error message. I've inserted a test on multiple BIBFILE: specifications so now you get an error message. With one BIBFILE: I was able to get a normal Bibliography.

nagordon commented 9 years ago

My installation must be faulty because I cannot replicate your results. The pdf referenced above is the result of the updated test2.do.txt file. There are not errors when I run pdflatex either

nagordon commented 9 years ago

Figured it out, I forgot

bibtex test2

in the make.sh file Thanks again for your trouble