Skip to content

Commit a88b59a

Browse files
committed
add link to live version
1 parent e28f6f9 commit a88b59a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
`pandocode` is a pandoc filter that converts Python _(-like)_ code to LaTeX-Pseudocode.
44
It can also be used as a standalone program.
55

6+
## [Try it in your browser](https://pandocode.nzbr.de)
7+
68
## Usage
79

810
### Standalone

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
pkgs.pandoc
4949
pkgs.poppler_utils
5050
(pkgs.texlive.combine {
51-
inherit (pkgs.texlive) scheme-basic algorithmicx xcolor standalone preview;
51+
inherit (pkgs.texlive) scheme-basic algorithmicx xcolor standalone preview fancyvrb;
5252
})
5353
(pkgs.writeShellScriptBin "python-wrapper" ''
5454
export PYTHONPATH=${./.}

0 commit comments

Comments
 (0)