Advertisement
Guest User

Untitled

a guest
Oct 16th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. myPandocBiblioCompiler :: Compiler (Item String)
  2. myPandocBiblioCompiler = do
  3. csl <- load "modern-language-association.csl"
  4. bib <- load "library.bib"
  5. getResourceBody
  6. >>= readPandocBiblio defaultHakyllReaderOptions csl bib
  7. >>= return . writePandoc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement