LaurentRDC / pandoc-plot

Render and include figures in Pandoc documents using your plotting toolkit of choice
https://laurentrdc.github.io/pandoc-plot/
GNU General Public License v2.0
224 stars 8 forks source link

Missing file for `--manual` #69

Closed mgajda closed 8 months ago

mgajda commented 9 months ago

Installing pandoc-plot with stack install or cabal install will not install the manual.html file in the location where pandoc-plot currently expects it.

So installed pandoc-plot manual may fail to work when it tries to open file in current directory, instead of installation share/ directory.

LaurentRDC commented 9 months ago

Is this an issue you have actually encountered?

manual.html is stored in the executable using Template Haskell; it does not need to be on the system where pandoc-plot is installed. manual.html is also part of the source as expected.