vitutorial / VITutorial

This repository stores slides for a tutorial on variational inference for NLP audiences.
299 stars 55 forks source link

Missing bayesnet #11

Open wilkeraziz opened 7 years ago

wilkeraziz commented 7 years ago

This line does not compile

\usetikzlibrary{bayesnet}

Possible actions

\input{../tikzlibrarybayesnet.code.tex}
philschulz commented 7 years ago

I'll add info to the README. I think adding the bayesnet library to the repo only makes sense once you have modified in the way you suggested.

philschulz commented 6 years ago

I checked whether it's possible to automatically install a tikz library and it seems like a pain. Here's what I think we should do: you should fork the bayesnet library and make the necessary adjustments (I think you've made them locally already, right?). I am in the process of writing a script that installs all dependencies (python, tex etc.). This script could then also download the current bayesnet version from your repo. In the tex files we simply do relative imports of bayesnet.

The reason I am suggesting you fork the repo is that bayesnet hasn't been worked on in years, so I think it's fair if you take over.