|
@@ -11,6 +11,7 @@ def make_tex(infilename):
|
|
|
run(('pandoc', '--biblatex',
|
|
|
'-F', 'pandoc-crossref',
|
|
|
'-F', '../filters/note_filter.py',
|
|
|
+ # '-F', '../filters/shorthand_filter.py',
|
|
|
'-s', infilename, '-o', outfilename,
|
|
|
'--metadata=bibliography:references.bib',
|
|
|
'--template=chapter',
|
|
@@ -27,6 +28,7 @@ def make_html(infilename):
|
|
|
run(('pandoc',
|
|
|
'-F', 'pandoc-crossref',
|
|
|
'-F', 'pandoc-citeproc',
|
|
|
+ # '-F', '../filters/shorthand_filter.py',
|
|
|
'-s', infilename, '-o', outfilename,
|
|
|
'--mathjax',
|
|
|
'--metadata=linkReferences:true',
|