diff options
| author | mo khan <mo@mokhan.ca> | 2016-02-07 10:23:08 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2016-02-07 10:23:08 -0700 |
| commit | 8167914ceb6783cbdebe47d84ae5ce18ca991025 (patch) | |
| tree | 19d3a4254c94f6b7acceef0873f5193bbf174e8a | |
| parent | 76a8c8125fd06f6ebf1c81b622d2a5925b987155 (diff) | |
update build script to generate report.
| -rw-r--r-- | .gitignore | 5 | ||||
| -rwxr-xr-x | build.sh | 2 | ||||
| -rw-r--r-- | report/template.tex | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9d23245 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +report/template.aux +report/template.fdb_latexmk +report/template.fls +report/template.log +report/template.pdf @@ -2,4 +2,4 @@ cd report -latexmk +latexmk -pdf -pvc -silent diff --git a/report/template.tex b/report/template.tex index ca1cf90..57d9b5a 100644 --- a/report/template.tex +++ b/report/template.tex @@ -23,4 +23,4 @@ -\end{document}
\ No newline at end of file +\end{document} |
