Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Does this image include pandoc-crossref package? #12

Open
meflyup opened this issue Feb 18, 2017 · 1 comment
Open

Does this image include pandoc-crossref package? #12

meflyup opened this issue Feb 18, 2017 · 1 comment

Comments

@meflyup
Copy link

meflyup commented Feb 18, 2017

Hi,thanks for you work. Does this image include pandoc-crossref package?

@rriemann
Copy link

rriemann commented May 2, 2018

No it does not. To include it, one line has to be changed.

# install pandoc
RUN cabal update && cabal install pandoc-${PANDOC_VERSION}

Add at the end pandoc-crossref. The result:

# install pandoc
RUN cabal update && cabal install pandoc-${PANDOC_VERSION} pandoc-crossref

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants