Open plooney opened 2 years ago
HTML rendering is looking good but when I run
make latex
it throws an error
File "/usr/local/lib/python3.8/dist-packages/sphinx/writers/latex.py", line 2083, in unknown_visit raise NotImplementedError('Unknown node: ' + node.class.name) NotImplementedError: Unknown node: pseudocode
Right now, this extension doesn't support mate latex (i.e., only make html is supported).
mate latex
make html
HTML rendering is looking good but when I run
make latex
it throws an error
File "/usr/local/lib/python3.8/dist-packages/sphinx/writers/latex.py", line 2083, in unknown_visit raise NotImplementedError('Unknown node: ' + node.class.name) NotImplementedError: Unknown node: pseudocode