-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hey folks 👋
I was generating a neural network architecture diagram with PlotNeuralNet and ran into a few syntax issues that prevented the .tex file from compiling. Here’s what I had to fix (in the file; not in the code) to try to get it working:
- Path should be
\subimport{./PlotNeuralNet/Layers/}{init}(unless using the one inbuild) - Shift syntax needs curly braces — all
\pic[shift=(x,y,z)]→\pic[shift={(x,y,z)}] - Input image node was named
(temp)but referenced asinput-eastthroughout - Input node used
\nodeinstead of a\pic Box, so it was missing required anchor points
There are still a few other issues floating around, but these were the main blockers I hit.
Steps to reproduce:
- Generate a
.texfile using PlotNeuralNet - Try to compile it with
pdflatex - You’ll see multiple PGF/TikZ errors
I’ll let the team handle this — I already opened a PR to fix issue #2 🙂
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels