Add pandoc-crossref
This commit is contained in:
parent
c2ad295522
commit
47b351a7f0
2 changed files with 3 additions and 1 deletions
|
@ -74,7 +74,8 @@ export RM
|
||||||
|
|
||||||
PANDOC=$(shell which pandoc)
|
PANDOC=$(shell which pandoc)
|
||||||
|
|
||||||
PANDOC_PARAMS=-r markdown+simple_tables+table_captions+yaml_metadata_block+definition_lists+raw_html+markdown_in_html_blocks
|
PANDOC_PARAMS=-r markdown+simple_tables+table_captions+yaml_metadata_block+definition_lists+raw_html+markdown_in_html_blocks \
|
||||||
|
--filter pandoc-crossref
|
||||||
|
|
||||||
PANDOC_CC=$(PANDOC) $(PANDOC_PARAMS)
|
PANDOC_CC=$(PANDOC) $(PANDOC_PARAMS)
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@
|
||||||
let
|
let
|
||||||
env = with pkgs.haskellPackages; [
|
env = with pkgs.haskellPackages; [
|
||||||
pandoc
|
pandoc
|
||||||
|
pandoc-crossref
|
||||||
|
|
||||||
(pkgs.texlive.combine {
|
(pkgs.texlive.combine {
|
||||||
inherit (pkgs.texlive)
|
inherit (pkgs.texlive)
|
||||||
|
|
Loading…
Reference in a new issue