Added build scripts.
This commit is contained in:
6
build.sh
Normal file
6
build.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
rm -r ./document
|
||||
python3 tagger.py >> tags
|
||||
plastex --renderer=Gerby ./document.tex
|
||||
cd ./gerby-website/gerby/tools
|
||||
python3 update.py
|
||||
cd ../../..
|
||||
@@ -1,5 +1,6 @@
|
||||
\documentclass{report}
|
||||
\usepackage{amssymb, amsmath, hyperref}
|
||||
\usepackage{preamble}
|
||||
|
||||
\theoremstyle{plain}
|
||||
\newtheorem{theorem}[subsection]{Theorem}
|
||||
|
||||
Reference in New Issue
Block a user