HarisIqbal88 / PlotNeuralNet

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

subimport path error on windows #19

Open saedrna opened 5 years ago

saedrna commented 5 years ago

On windows, the path is connected by \ rather than /, which may cause some latex environment not recognize the subimport path correctly, e.g. on my machine (python 3.7 win10 x64), it produce

\subimport{..\layers/}{init}

but latexpdf complains about not find the path, it should be

\subimport{../layers/}{init}
sunyichao commented 5 years ago

how to fix this problem

wanna-fly commented 5 years ago

I just copy all the files in dir layers to the upper dir and it works.