This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
va/Assignment2_part1/report/build.sh

9 lines
180 B
Bash
Raw Normal View History

#!/bin/bash
set -e
SCRIPT_DIR=$(cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd)
cd "$SCRIPT_DIR"
2023-04-24 21:18:10 +00:00
m4 -I"$SCRIPT_DIR" main.md > _tmp.md
pandoc _tmp.md -o main.pdf