HarisIqbal88 / PlotNeuralNet

Latex code for making neural networks diagrams
MIT License
21.74k stars 2.84k forks source link

pdflatex + evince error #16

Closed FloraSaysGoodmorning closed 5 years ago

FloraSaysGoodmorning commented 5 years ago

Hi awesome team, I was trying to run example in the readme, was able to get the latex printed out in terminal but...

../tikzmake.sh: line 5: pdflatex: command not found
rm: *.aux: No such file or directory
rm: *.log: No such file or directory
rm: *.vscodeLog: No such file or directory
../tikzmake.sh: line 10: evince: command not found
line 5: pdflatex: command not found

Is there a way to not use these two?

HarisIqbal88 commented 5 years ago

The code is primarily written in Latex(with python wrapper). If you have a different compiler for latex than pdflatex, then try compiling the code in examples directory with your latex compiler. As for evince, you can use #14