notes-on-optical-printer-te.../compile.sh

8 lines
278 B
Bash

#!/bin/bash
mkdir -p pdf
mkdir -p html
pandoc -o pdf/NOTES_ON_OPTICAL_PRINTER_TECHNIQUE.pdf -f markdown+implicit_figures NOTES_ON_OPTICAL_PRINTER_TECHNIQUE.md
pandoc --css=style.css -o html/index.html -t html -f markdown+implicit_figures NOTES_ON_OPTICAL_PRINTER_TECHNIQUE.md