LaTeXpkges
LaTeXpkges copied to clipboard
Building the project.... Done! Initial build fails! Finishing now...
I'm trying to run this script on a Debian machine with Python 2.7.13 and always end up with the following:
Building the project.... Done! Initial build fails! Finishing now...
Any ideas how to solve this issue?
@Huii, what is the exact command you are trying to execute and what is your latex installation?
pdflatex --version
returns:
pdfTeX 3.14159265-2.6-1.40.17 (TeX Live 2016/Debian) kpathsea version 6.2.2 Copyright 2016 Han The Thanh (pdfTeX) et al. There is NO warranty. Redistribution of this software is covered by the terms of both the pdfTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the pdfTeX source. Primary author of pdfTeX: Han The Thanh (pdfTeX) et al. Compiled with libpng 1.6.28; using libpng 1.6.28 Compiled with zlib 1.2.8; using zlib 1.2.8 Compiled with poppler version 0.48.0
The command I'm executing is:
python LaTeXpkges.py --latex pdflatex --bibtex biber path/to/my/MainTexFile/main.tex
What about your bibtex?
biber --version
returns
biber version: 2.7 (beta)
and
bibtex --version
returns
BibTeX 0.99d (TeX Live 2016/Debian) kpathsea version 6.2.2 Copyright 2016 Oren Patashnik. There is NO warranty. Redistribution of this software is covered by the terms of both the BibTeX copyright and the Lesser GNU General Public License. For more information about these matters, see the file named COPYING and the BibTeX source. Primary author of BibTeX: Oren Patashnik.
Post your file somewhere so we can look at it.
Unfortunately I can't do this as the document is confidential. Is there any way, however, to enable some debug output? That way, I could check for myself which line or which package causes the script to quit.
Unfortunately, the merge doesn't fix this issue for me and the problem still persists. However, I finally managed to put a minimal working example together, which fails for me. You can find it here: https://pastebin.com/TXGTWYJE
@Huii I tested your example with the newly published version on ubuntu 18.04 and it doesn't fail now.