Advertisement
MWTab

Untitled

Oct 8th, 2019
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. pandoc -s --pdf-engine=xelatex \
  4. -f markdown+raw_tex+smart-yaml_metadata_block \
  5. -t html+raw_tex \
  6. --number-sections \
  7. --number-offset=0 \
  8. --toc \
  9. test.md \
  10. -o test.html \
  11. 2>> error-with-html.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement