Kyslik / FEIStyle

Upgraded FEIStyle
MIT License
22 stars 23 forks source link

linux/texlive build is not working after #34359c7 commit #15

Closed melias122 closed 7 years ago

Kyslik commented 7 years ago

Yes, its breaking change try building vanilla v1.5.1 or master with make.

You can debug by searching for "error" / "warnig" string in .build/$(OUTPUTNAME).log

Report any issues.

melias122 commented 7 years ago

It's not working. I attached build directory with logs. There are some warinings with glossaries. But no errors build.zip

Kyslik commented 7 years ago

please run

$ tex --version

Report back


Update your TexLive packages http://tex.stackexchange.com/a/55459/106389 and try following latexmk command to compile example.tex (once is enough)

$ latexmk -cd -f -pdf -interaction=nonstopmode -synctex=1 --output-directory=.build -latexoption=--shell-escape example.tex
melias122 commented 7 years ago

seems like glossaries did all problems, solved in https://github.com/melias122/FEIStyle/commit/d014a8fb6ff1fcc4b9f3180db75e0108548efc74.

I also cleaned up Makefile

Kyslik commented 7 years ago

Fixed in master (https://github.com/Kyslik/FEIStyle/commit/a6a23d55eba8e69d8d5757ef5dbba1c3ada11e1f)

melias122 commented 7 years ago

confirmed, it works now