We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28f6f9 commit a88b59aCopy full SHA for a88b59a
README.md
@@ -3,6 +3,8 @@
3
`pandocode` is a pandoc filter that converts Python _(-like)_ code to LaTeX-Pseudocode.
4
It can also be used as a standalone program.
5
6
+## [Try it in your browser](https://pandocode.nzbr.de)
7
+
8
## Usage
9
10
### Standalone
flake.nix
@@ -48,7 +48,7 @@
48
pkgs.pandoc
49
pkgs.poppler_utils
50
(pkgs.texlive.combine {
51
- inherit (pkgs.texlive) scheme-basic algorithmicx xcolor standalone preview;
+ inherit (pkgs.texlive) scheme-basic algorithmicx xcolor standalone preview fancyvrb;
52
})
53
(pkgs.writeShellScriptBin "python-wrapper" ''
54
export PYTHONPATH=${./.}
0 commit comments